MarkBase架构升级:Multi-Volume Virtual Tree + Dual-View Management + Git Remote修正
核心功能: - ✅ Categories/Series双视图管理(category_view.rs + import_markdown.rs) - ✅ FUSE Multi-Volume支持(tree_type参数) - ✅ SSH/SFTP/SCP/rsync协议完整实现(4042行) - ✅ NFS/SMB Module Phase 1-3完成 - ✅ Archive Module Phase 1-4完成(2916行) - ✅ Download Center API完整实现 - ✅ S3兼容API实现(560行) Git配置修正: - ✅ 删除错误origin(gitea.momentry.ddns.net) - ✅ 删除m5max128(指向机器名) - ✅ 设置origin = m5max128gitea.momentry.ddns.net/admin/markbase - ✅ 设置m4minigitea = m4minigitea.momentry.ddns.net/warren/markbase 数据清理: - ✅ 删除38个临时SQLite(保留accusys.sqlite、demo.sqlite) - ✅ 删除.bak、test_*.bin、调试脚本等临时文件 - ✅ 删除临时目录(build/、download files/、raid_test/等) - ✅ 更新.gitignore排除临时文件 架构优化: - 52个文件修改,2434行新增,4739行删除 - Workspace成员整合(16个crate) - 数据库状态:accusys.sqlite保留(主demo测试) 远程同步: - ✅ 准备推送到m5max128gitea(远程Gitea) - ✅ 准备推送到m4minigitea(本地Gitea)
This commit is contained in:
1
docs/fskit-research/examples/HelloFS/.build/.lock
Normal file
1
docs/fskit-research/examples/HelloFS/.build/.lock
Normal file
@@ -0,0 +1 @@
|
||||
94680
|
||||
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
module HelloFS {
|
||||
header "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/include/HelloFS-Swift.h"
|
||||
}
|
||||
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"": {
|
||||
"swift-dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/primary.swiftdeps"
|
||||
},
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS.swift": {
|
||||
"dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS.d",
|
||||
"object": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS.swift.o",
|
||||
"swiftmodule": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS.swiftdeps",
|
||||
"diagnostics": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS.dia"
|
||||
},
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Old.swift": {
|
||||
"dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old.d",
|
||||
"object": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old.swift.o",
|
||||
"swiftmodule": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old.swiftdeps",
|
||||
"diagnostics": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old.dia"
|
||||
},
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Wrong.swift": {
|
||||
"dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong.d",
|
||||
"object": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong.swift.o",
|
||||
"swiftmodule": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong~partial.swiftmodule",
|
||||
"swift-dependencies": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong.swiftdeps",
|
||||
"diagnostics": "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong.dia"
|
||||
}
|
||||
}
|
||||
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS.swift
|
||||
/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Old.swift
|
||||
/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Wrong.swift
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405596000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Combine.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 491412
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,68 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405610000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 179160
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405583000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Darwin.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 77504
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,64 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405605000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Dispatch.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 210900
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Distributed.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405590000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Distributed.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 84352
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776561834000000000
|
||||
path: 'usr/lib/swift/Distributed.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22999
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,132 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ExtensionFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405696000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ExtensionFoundation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 51596
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1777083012000000000
|
||||
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
|
||||
size: 162
|
||||
sdk_relative: true
|
||||
- mtime: 1776552726000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
|
||||
size: 81098
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
- mtime: 1776564811000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1155103
|
||||
sdk_relative: true
|
||||
- mtime: 1776565263000000000
|
||||
path: 'System/Library/Frameworks/LightweightCodeRequirements.framework/Modules/LightweightCodeRequirements.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 30995
|
||||
sdk_relative: true
|
||||
- mtime: 1776561834000000000
|
||||
path: 'usr/lib/swift/Distributed.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22999
|
||||
sdk_relative: true
|
||||
- mtime: 1776566074000000000
|
||||
path: 'System/Library/Frameworks/Network.framework/Headers/Network.apinotes'
|
||||
size: 213
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/os.apinotes'
|
||||
size: 1658
|
||||
sdk_relative: true
|
||||
- mtime: 1776563708000000000
|
||||
path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 109269
|
||||
sdk_relative: true
|
||||
- mtime: 1776566133000000000
|
||||
path: 'System/Library/Frameworks/Network.framework/Modules/Network.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 134349
|
||||
sdk_relative: true
|
||||
- mtime: 1776565238000000000
|
||||
path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1338
|
||||
sdk_relative: true
|
||||
- mtime: 1776568539000000000
|
||||
path: 'System/Library/Frameworks/ExtensionFoundation.framework/Modules/ExtensionFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 12757
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,136 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/FSKit.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405720000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/FSKit.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 33440
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1777083012000000000
|
||||
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
|
||||
size: 162
|
||||
sdk_relative: true
|
||||
- mtime: 1776552726000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
|
||||
size: 81098
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
- mtime: 1776564811000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1155103
|
||||
sdk_relative: true
|
||||
- mtime: 1776565263000000000
|
||||
path: 'System/Library/Frameworks/LightweightCodeRequirements.framework/Modules/LightweightCodeRequirements.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 30995
|
||||
sdk_relative: true
|
||||
- mtime: 1776561834000000000
|
||||
path: 'usr/lib/swift/Distributed.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22999
|
||||
sdk_relative: true
|
||||
- mtime: 1776566074000000000
|
||||
path: 'System/Library/Frameworks/Network.framework/Headers/Network.apinotes'
|
||||
size: 213
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/os.apinotes'
|
||||
size: 1658
|
||||
sdk_relative: true
|
||||
- mtime: 1776563708000000000
|
||||
path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 109269
|
||||
sdk_relative: true
|
||||
- mtime: 1776566133000000000
|
||||
path: 'System/Library/Frameworks/Network.framework/Modules/Network.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 134349
|
||||
sdk_relative: true
|
||||
- mtime: 1776565238000000000
|
||||
path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1338
|
||||
sdk_relative: true
|
||||
- mtime: 1776568539000000000
|
||||
path: 'System/Library/Frameworks/ExtensionFoundation.framework/Modules/ExtensionFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 12757
|
||||
sdk_relative: true
|
||||
- mtime: 1777347370000000000
|
||||
path: 'System/Library/Frameworks/FSKit.framework/Modules/FSKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5595
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,100 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405644000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Foundation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 3785860
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1777083012000000000
|
||||
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
|
||||
size: 162
|
||||
sdk_relative: true
|
||||
- mtime: 1776552726000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
|
||||
size: 81098
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
- mtime: 1776564811000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1155103
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,72 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405613000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/IOKit.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 30136
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,104 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/LightweightCodeRequirements.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405659000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/LightweightCodeRequirements.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 81768
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1777083012000000000
|
||||
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
|
||||
size: 162
|
||||
sdk_relative: true
|
||||
- mtime: 1776552726000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
|
||||
size: 81098
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
- mtime: 1776564811000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1155103
|
||||
sdk_relative: true
|
||||
- mtime: 1776565263000000000
|
||||
path: 'System/Library/Frameworks/LightweightCodeRequirements.framework/Modules/LightweightCodeRequirements.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 30995
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,120 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Network.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405669000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Network.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 430216
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776561834000000000
|
||||
path: 'usr/lib/swift/Distributed.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22999
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1777083012000000000
|
||||
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
|
||||
size: 162
|
||||
sdk_relative: true
|
||||
- mtime: 1776552726000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
|
||||
size: 81098
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
- mtime: 1776564811000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1155103
|
||||
sdk_relative: true
|
||||
- mtime: 1776566074000000000
|
||||
path: 'System/Library/Frameworks/Network.framework/Headers/Network.apinotes'
|
||||
size: 213
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/os.apinotes'
|
||||
size: 1658
|
||||
sdk_relative: true
|
||||
- mtime: 1776563708000000000
|
||||
path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 109269
|
||||
sdk_relative: true
|
||||
- mtime: 1776566133000000000
|
||||
path: 'System/Library/Frameworks/Network.framework/Modules/Network.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 134349
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,112 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405659000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/OSLog.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 47396
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563970000000000
|
||||
path: 'usr/lib/swift/CoreFoundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22494
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1777083012000000000
|
||||
path: 'System/Library/Frameworks/Security.framework/Headers/Security.apinotes'
|
||||
size: 162
|
||||
sdk_relative: true
|
||||
- mtime: 1776552726000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Headers/Foundation.apinotes'
|
||||
size: 81098
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776564143000000000
|
||||
path: 'usr/lib/swift/IOKit.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 3690
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
- mtime: 1776564811000000000
|
||||
path: 'System/Library/Frameworks/Foundation.framework/Modules/Foundation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1155103
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/os.apinotes'
|
||||
size: 1658
|
||||
sdk_relative: true
|
||||
- mtime: 1776563708000000000
|
||||
path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 109269
|
||||
sdk_relative: true
|
||||
- mtime: 1776565238000000000
|
||||
path: 'usr/lib/swift/OSLog.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1338
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,52 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405587000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 50836
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,44 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405589000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Observation.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 30876
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776561853000000000
|
||||
path: 'usr/lib/swift/Observation.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 5150
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,12 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405569000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/Swift.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 15012500
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405573000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 18524
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776559148000000000
|
||||
path: 'usr/lib/swift/SwiftOnoneSupport.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1411
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,48 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405596000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/System.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 401660
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563484000000000
|
||||
path: 'usr/lib/swift/System.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 95431
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,72 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405609000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/XPC.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 117716
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405573000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 23716
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405583000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_Concurrency.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 748656
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405578000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 92188
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405579000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 23256
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,28 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405580000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 20564
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,16 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405576000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 84172
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,80 @@
|
||||
---
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/os.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
dependencies:
|
||||
- mtime: 1777405615000000000
|
||||
path: '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx/prebuilt-modules/26.5/os.swiftmodule/arm64e-apple-macos.swiftmodule'
|
||||
size: 642292
|
||||
- mtime: 1776558630000000000
|
||||
path: 'usr/lib/swift/Swift.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2193647
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/_DarwinFoundation2.apinotes'
|
||||
size: 1145
|
||||
sdk_relative: true
|
||||
- mtime: 1776549181000000000
|
||||
path: 'usr/include/ObjectiveC.apinotes'
|
||||
size: 11147
|
||||
sdk_relative: true
|
||||
- mtime: 1776561783000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation1.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 18805
|
||||
sdk_relative: true
|
||||
- mtime: 1776561789000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation2.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 2677
|
||||
sdk_relative: true
|
||||
- mtime: 1776561795000000000
|
||||
path: 'usr/lib/swift/_DarwinFoundation3.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 1573
|
||||
sdk_relative: true
|
||||
- mtime: 1776559222000000000
|
||||
path: 'usr/lib/swift/_Builtin_float.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 4363
|
||||
sdk_relative: true
|
||||
- mtime: 1776561805000000000
|
||||
path: 'usr/lib/swift/Darwin.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 19539
|
||||
sdk_relative: true
|
||||
- mtime: 1776559177000000000
|
||||
path: 'usr/lib/swift/_Concurrency.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 280495
|
||||
sdk_relative: true
|
||||
- mtime: 1776562794000000000
|
||||
path: 'usr/lib/swift/_StringProcessing.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 22987
|
||||
sdk_relative: true
|
||||
- mtime: 1776563516000000000
|
||||
path: 'usr/lib/swift/ObjectiveC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 6636
|
||||
sdk_relative: true
|
||||
- mtime: 1776555503000000000
|
||||
path: 'usr/include/Dispatch.apinotes'
|
||||
size: 19
|
||||
sdk_relative: true
|
||||
- mtime: 1776555837000000000
|
||||
path: 'usr/include/XPC.apinotes'
|
||||
size: 123
|
||||
sdk_relative: true
|
||||
- mtime: 1776561730000000000
|
||||
path: 'usr/include/os.apinotes'
|
||||
size: 1658
|
||||
sdk_relative: true
|
||||
- mtime: 1776563522000000000
|
||||
path: 'System/Library/Frameworks/Combine.framework/Modules/Combine.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 167873
|
||||
sdk_relative: true
|
||||
- mtime: 1776563739000000000
|
||||
path: 'usr/lib/swift/Dispatch.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 57506
|
||||
sdk_relative: true
|
||||
- mtime: 1776563957000000000
|
||||
path: 'usr/lib/swift/XPC.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 45109
|
||||
sdk_relative: true
|
||||
- mtime: 1776563708000000000
|
||||
path: 'usr/lib/swift/os.swiftmodule/arm64e-apple-macos.swiftinterface'
|
||||
size: 109269
|
||||
sdk_relative: true
|
||||
version: 1
|
||||
...
|
||||
@@ -0,0 +1,253 @@
|
||||
{
|
||||
"builtTestProducts" : [
|
||||
|
||||
],
|
||||
"copyCommands" : {
|
||||
|
||||
},
|
||||
"explicitTargetDependencyImportCheckingMode" : {
|
||||
"none" : {
|
||||
|
||||
}
|
||||
},
|
||||
"generatedSourceTargetSet" : [
|
||||
|
||||
],
|
||||
"pluginDescriptions" : [
|
||||
|
||||
],
|
||||
"swiftCommands" : {
|
||||
"C.HelloFS-arm64-apple-macosx-debug.module" : {
|
||||
"executable" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
|
||||
"fileList" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/sources",
|
||||
"importPath" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/Modules",
|
||||
"inputs" : [
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS.swift"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Old.swift"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Wrong.swift"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/sources"
|
||||
}
|
||||
],
|
||||
"isLibrary" : true,
|
||||
"moduleName" : "HelloFS",
|
||||
"moduleOutputPath" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/Modules/HelloFS.swiftmodule",
|
||||
"objects" : [
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS.swift.o",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old.swift.o",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong.swift.o"
|
||||
],
|
||||
"otherArguments" : [
|
||||
"-target",
|
||||
"arm64-apple-macosx15.4",
|
||||
"-incremental",
|
||||
"-enable-batch-mode",
|
||||
"-serialize-diagnostics",
|
||||
"-index-store-path",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/index/store",
|
||||
"-Onone",
|
||||
"-enable-testing",
|
||||
"-j10",
|
||||
"-DSWIFT_PACKAGE",
|
||||
"-DDEBUG",
|
||||
"-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
|
||||
"-module-cache-path",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/ModuleCache",
|
||||
"-parseable-output",
|
||||
"-parse-as-library",
|
||||
"-emit-objc-header",
|
||||
"-emit-objc-header-path",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/include/HelloFS-Swift.h",
|
||||
"-swift-version",
|
||||
"6",
|
||||
"-plugin-path",
|
||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
|
||||
"-sdk",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk",
|
||||
"-F",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
|
||||
"-I",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
|
||||
"-L",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
|
||||
"-g",
|
||||
"-Xcc",
|
||||
"-isysroot",
|
||||
"-Xcc",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk",
|
||||
"-Xcc",
|
||||
"-F",
|
||||
"-Xcc",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
|
||||
"-Xcc",
|
||||
"-fPIC",
|
||||
"-Xcc",
|
||||
"-g",
|
||||
"-package-name",
|
||||
"hellofs"
|
||||
],
|
||||
"outputFileMapPath" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/output-file-map.json",
|
||||
"outputs" : [
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS.swift.o"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Old.swift.o"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/HelloFS_Wrong.swift.o"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/Modules/HelloFS.swiftmodule"
|
||||
}
|
||||
],
|
||||
"prepareForIndexing" : false,
|
||||
"sources" : [
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS.swift",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Old.swift",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Wrong.swift"
|
||||
],
|
||||
"tempsPath" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build",
|
||||
"wholeModuleOptimization" : false
|
||||
}
|
||||
},
|
||||
"swiftFrontendCommands" : {
|
||||
|
||||
},
|
||||
"swiftTargetScanArgs" : {
|
||||
"HelloFS" : [
|
||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc",
|
||||
"-module-name",
|
||||
"HelloFS",
|
||||
"-package-name",
|
||||
"hellofs",
|
||||
"-c",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS.swift",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Old.swift",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Wrong.swift",
|
||||
"-I",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/Modules",
|
||||
"-target",
|
||||
"arm64-apple-macosx15.4",
|
||||
"-incremental",
|
||||
"-enable-batch-mode",
|
||||
"-serialize-diagnostics",
|
||||
"-index-store-path",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/index/store",
|
||||
"-Onone",
|
||||
"-enable-testing",
|
||||
"-j10",
|
||||
"-DSWIFT_PACKAGE",
|
||||
"-DDEBUG",
|
||||
"-DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE",
|
||||
"-module-cache-path",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/ModuleCache",
|
||||
"-parseable-output",
|
||||
"-parse-as-library",
|
||||
"-emit-objc-header",
|
||||
"-emit-objc-header-path",
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/include/HelloFS-Swift.h",
|
||||
"-swift-version",
|
||||
"6",
|
||||
"-plugin-path",
|
||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing",
|
||||
"-sdk",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk",
|
||||
"-F",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
|
||||
"-I",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
|
||||
"-L",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib",
|
||||
"-g",
|
||||
"-Xcc",
|
||||
"-isysroot",
|
||||
"-Xcc",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.5.sdk",
|
||||
"-Xcc",
|
||||
"-F",
|
||||
"-Xcc",
|
||||
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks",
|
||||
"-Xcc",
|
||||
"-fPIC",
|
||||
"-Xcc",
|
||||
"-g",
|
||||
"-package-name",
|
||||
"hellofs",
|
||||
"-driver-use-frontend-path",
|
||||
"/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
|
||||
]
|
||||
},
|
||||
"targetDependencyMap" : {
|
||||
"HelloFS" : [
|
||||
|
||||
]
|
||||
},
|
||||
"testDiscoveryCommands" : {
|
||||
|
||||
},
|
||||
"testEntryPointCommands" : {
|
||||
|
||||
},
|
||||
"traitConfiguration" : {
|
||||
"default" : {
|
||||
|
||||
}
|
||||
},
|
||||
"writeCommands" : {
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/sources" : {
|
||||
"alwaysOutOfDate" : false,
|
||||
"inputs" : [
|
||||
{
|
||||
"kind" : "virtual",
|
||||
"name" : "<sources-file-list>"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS.swift"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Old.swift"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/Sources/HelloFS_Wrong.swift"
|
||||
}
|
||||
],
|
||||
"outputFilePath" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/HelloFS.build/sources"
|
||||
},
|
||||
"/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt" : {
|
||||
"alwaysOutOfDate" : true,
|
||||
"inputs" : [
|
||||
{
|
||||
"kind" : "virtual",
|
||||
"name" : "<swift-get-version>"
|
||||
},
|
||||
{
|
||||
"kind" : "file",
|
||||
"name" : "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc"
|
||||
}
|
||||
],
|
||||
"outputFilePath" : "/Users/accusys/markbase/docs/fskit-research/examples/HelloFS/.build/arm64-apple-macosx/debug/swift-version--58304C5D6DBC2206.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user