Build Information
Successful build of Balam, reference 1.0.0 (d3be40
), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 04:11:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Balam -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/catverse/balam.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/catverse/balam
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at d3be40e Test replace saves
Cloned https://github.com/catverse/balam.git
Revision (git rev-parse @):
d3be40eec44f3d725ceeef0f913d567740133855
SUCCESS checkout https://github.com/catverse/balam.git at 1.0.0
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/catverse/balam.git
https://github.com/catverse/balam.git
{
"dependencies" : [
],
"manifest_display_name" : "Balam",
"name" : "Balam",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Balam",
"targets" : [
"Balam"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"AddBatchTests.swift",
"AddTests.swift",
"BalamTests.swift",
"EnumTests.swift",
"GetTests.swift",
"Mocks.swift",
"NodeTests.swift",
"PropertyTests.swift",
"RemoveTests.swift",
"UpdateTests.swift"
],
"target_dependencies" : [
"Balam"
],
"type" : "test"
},
{
"c99name" : "Balam",
"module_type" : "SwiftTarget",
"name" : "Balam",
"path" : "Sources",
"product_memberships" : [
"Balam"
],
"sources" : [
"Balam.swift",
"Mirror.swift",
"Node.swift",
"Property.swift",
"Set.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
Balam: /Users/admin/builder/spi-builder-workspace
resolved source packages: Balam
{
"dependencies" : [
],
"manifest_display_name" : "Balam",
"name" : "Balam",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Balam",
"targets" : [
"Balam"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"AddBatchTests.swift",
"AddTests.swift",
"BalamTests.swift",
"EnumTests.swift",
"GetTests.swift",
"Mocks.swift",
"NodeTests.swift",
"PropertyTests.swift",
"RemoveTests.swift",
"UpdateTests.swift"
],
"target_dependencies" : [
"Balam"
],
"type" : "test"
},
{
"c99name" : "Balam",
"module_type" : "SwiftTarget",
"name" : "Balam",
"path" : "Sources",
"product_memberships" : [
"Balam"
],
"sources" : [
"Balam.swift",
"Mirror.swift",
"Node.swift",
"Property.swift",
"Set.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Balam"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Balam -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Balam -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
Balam: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
Target 'Balam' in project 'Balam'
➜ Explicit dependency on target 'Balam' in project 'Balam'
Target 'Balam' in project 'Balam' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: caff276a529dddcee8bbf1934a5210ec
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/caff276a529dddcee8bbf1934a5210ec.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftConstValuesFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_const_extract_protocols.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-OutputFileMap.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.LinkFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_const_extract_protocols.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftConstValuesFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.LinkFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-OutputFileMap.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_const_extract_protocols.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.LinkFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftConstValuesFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-OutputFileMap.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.modulemap (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.DependencyStaticMetadataFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.DependencyMetadataFileList (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Balam.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.modulemap (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos
SwiftDriver Balam normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Balam normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver Balam normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal armv7k Emitting\ module\ for\ Balam (in target 'Balam' from project 'Balam')
EmitSwiftModule normal armv7k (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Balam.swift /Users/admin/builder/spi-builder-workspace/Sources/Balam.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Balam.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:20:17: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.save()
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:29:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:29:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:27:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:34:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:34:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:41:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:41:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:56: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:57:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:57:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:55:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:64:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:64:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:62:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:71:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:71:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:69:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:78:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id && $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:78:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id && $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:76:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:83:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:83:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:90:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:90:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:59: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:43: warning: capture of 'with' with non-sendable type '(inout T) -> Void' in a '@Sendable' closure
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.replace(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:44: warning: capture of 'with' with non-sendable type 'T' in a '@Sendable' closure
self.items.replace(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:111:25: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func replace<T>(_ type: T.Type, with: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:120:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:120:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:118:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:125:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:125:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:132:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:132:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:59: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:31: warning: capture of 'when' with non-sendable type '(T) -> Bool' in a '@Sendable' closure
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:156:57: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.first { $0 == type }?.decoding() ?? [])
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:158:21: warning: capture of 'promise' with non-sendable type '(Result<[T], Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:158:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:57: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:92: warning: capture of 'isIncluded' with non-sendable type '(T) -> Bool' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:92: note: a function type must be marked '@Sendable' to conform to 'Sendable'
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:169:21: warning: capture of 'promise' with non-sendable type '(Result<[T], Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:169:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:178:63: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<Set<Node>, Never>.success(self.items)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:180:21: warning: capture of 'promise' with non-sendable type '(Result<Set<Node>, Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:180:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
SwiftCompile normal armv7k Compiling\ Property.swift /Users/admin/builder/spi-builder-workspace/Sources/Property.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Property.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Node.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Node.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Balam (in target 'Balam' from project 'Balam')
EmitSwiftModule normal arm64_32 (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal armv7k Compiling\ Mirror.swift /Users/admin/builder/spi-builder-workspace/Sources/Mirror.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Mirror.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Balam.swift /Users/admin/builder/spi-builder-workspace/Sources/Balam.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Balam.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:20:17: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.save()
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:29:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:29:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:27:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:34:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:34:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:41:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:41:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:56: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:57:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:57:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:55:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:64:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:64:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:62:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:71:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:71:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:69:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:78:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id && $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:78:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id && $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:76:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:83:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:83:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:90:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:90:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:59: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:43: warning: capture of 'with' with non-sendable type '(inout T) -> Void' in a '@Sendable' closure
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.replace(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:44: warning: capture of 'with' with non-sendable type 'T' in a '@Sendable' closure
self.items.replace(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:111:25: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func replace<T>(_ type: T.Type, with: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:120:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:120:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:118:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:125:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:125:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:132:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:132:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:59: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:31: warning: capture of 'when' with non-sendable type '(T) -> Bool' in a '@Sendable' closure
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:156:57: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.first { $0 == type }?.decoding() ?? [])
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:158:21: warning: capture of 'promise' with non-sendable type '(Result<[T], Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:158:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:57: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:92: warning: capture of 'isIncluded' with non-sendable type '(T) -> Bool' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:92: note: a function type must be marked '@Sendable' to conform to 'Sendable'
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:169:21: warning: capture of 'promise' with non-sendable type '(Result<[T], Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:169:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:178:63: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<Set<Node>, Never>.success(self.items)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:180:21: warning: capture of 'promise' with non-sendable type '(Result<Set<Node>, Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:180:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
SwiftCompile normal arm64 Compiling\ Mirror.swift /Users/admin/builder/spi-builder-workspace/Sources/Mirror.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Mirror.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64_32 Compiling\ Mirror.swift /Users/admin/builder/spi-builder-workspace/Sources/Mirror.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Mirror.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Balam (in target 'Balam' from project 'Balam')
EmitSwiftModule normal arm64 (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Balam.swift /Users/admin/builder/spi-builder-workspace/Sources/Balam.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Balam.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:20:17: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.save()
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:29:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:29:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:27:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:34:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:36:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:34:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:41:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:43:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:41:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:28: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:36: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:50:56: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.add(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:48:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:57:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:57:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:55:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:64:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:64:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:62:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:71:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:71:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:69:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:78:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id && $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:78:28: warning: capture of 'nodes' with non-sendable type '[T]' in a '@Sendable' closure
self.items.add(nodes) { $0.id == $1.id && $0 == $1 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:76:21: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func add<T>(_ nodes: [T]) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:83:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:85:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:83:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:90:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:92:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:90:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:99:59: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.update(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:97:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func update<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:43: warning: capture of 'with' with non-sendable type '(inout T) -> Void' in a '@Sendable' closure
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:106:43: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.items.update(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.replace(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:113:44: warning: capture of 'with' with non-sendable type 'T' in a '@Sendable' closure
self.items.replace(type, with: with)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:111:25: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func replace<T>(_ type: T.Type, with: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:120:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:120:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:118:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:125:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:127:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:125:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:132:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:134:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:132:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:31: warning: capture of 'node' with non-sendable type 'T' in a '@Sendable' closure
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:39: warning: capture of 'node' with non-sendable type 'T' in an isolated closure; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:141:59: warning: implicit capture of 'node' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
self.items.delete(node) { node.id == $0.id && node == $0 }
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:139:24: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public func remove<T>(_ node: T) where T : Codable & Equatable & Identifiable {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:13: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:31: warning: capture of 'when' with non-sendable type '(T) -> Bool' in a '@Sendable' closure
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:148:31: note: a function type must be marked '@Sendable' to conform to 'Sendable'
self.items.delete(when)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:156:57: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.first { $0 == type }?.decoding() ?? [])
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:158:21: warning: capture of 'promise' with non-sendable type '(Result<[T], Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:158:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:57: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:92: warning: capture of 'isIncluded' with non-sendable type '(T) -> Bool' in a '@Sendable' closure
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:167:92: note: a function type must be marked '@Sendable' to conform to 'Sendable'
let result = Result<[T], Never>.success(self.items.nodes(type, isIncluded: isIncluded))
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:169:21: warning: capture of 'promise' with non-sendable type '(Result<[T], Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:169:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:178:63: warning: capture of 'self' with non-sendable type 'Balam' in a '@Sendable' closure
let result = Result<Set<Node>, Never>.success(self.items)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:4:20: note: class 'Balam' does not conform to the 'Sendable' protocol
public final class Balam {
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:180:21: warning: capture of 'promise' with non-sendable type '(Result<Set<Node>, Never>) -> Void' in a '@Sendable' closure
promise(result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Balam.swift:180:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
promise(result)
^
SwiftCompile normal arm64 Compiling\ Set.swift /Users/admin/builder/spi-builder-workspace/Sources/Set.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Set.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Balam (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64 Emitting module for Balam (in target 'Balam' from project 'Balam')
SwiftDriver\ Compilation\ Requirements Balam normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal armv7k Emitting module for Balam (in target 'Balam' from project 'Balam')
SwiftDriver\ Compilation\ Requirements Balam normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements Balam normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftmodule (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Balam-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-Swift.h (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-watchos/Balam-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftmodule (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/armv7k-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftdoc (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.abi.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftdoc (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.abi.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftmodule (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftdoc (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.abi.json (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftsourceinfo (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftsourceinfo (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftsourceinfo (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ Property.swift /Users/admin/builder/spi-builder-workspace/Sources/Property.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Property.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Node.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Node.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Property.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Node.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Node.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Set.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 Compiling\ Property.swift /Users/admin/builder/spi-builder-workspace/Sources/Property.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Property.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Mirror.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 Compiling\ Set.swift /Users/admin/builder/spi-builder-workspace/Sources/Set.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Set.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal armv7k Compiling Node.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal armv7k Compiling\ Set.swift /Users/admin/builder/spi-builder-workspace/Sources/Set.swift (in target 'Balam' from project 'Balam')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/Set.swift (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Mirror.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal armv7k Compiling Property.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64_32 Compiling Mirror.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64_32 Compiling Set.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64_32 Compiling Node.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal armv7k Compiling Set.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64_32 Compiling Property.swift (in target 'Balam' from project 'Balam')
SwiftDriverJobDiscovery normal arm64_32 Compiling Balam.swift (in target 'Balam' from project 'Balam')
SwiftDriver\ Compilation Balam normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Binary/Balam.o normal arm64_32 (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Binary/Balam.o
SwiftDriverJobDiscovery normal armv7k Compiling Balam.swift (in target 'Balam' from project 'Balam')
SwiftDriver\ Compilation Balam normal armv7k com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Binary/Balam.o normal armv7k (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Binary/Balam.o
SwiftDriverJobDiscovery normal arm64 Compiling Balam.swift (in target 'Balam' from project 'Balam')
SwiftDriver\ Compilation Balam normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Balam -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos6.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Binary/Balam.o normal arm64 (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos6.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Binary/Balam.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.o normal arm64\ armv7k\ arm64_32 (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Binary/Balam.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Binary/Balam.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Binary/Balam.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.o
ExtractAppIntentsMetadata (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Balam --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 6.0 --bundle-identifier spi-builder-workspace.Balam --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.appintents --target-triple arm64-apple-watchos6.0 --target-triple armv7k-apple-watchos6.0 --target-triple arm64_32-apple-watchos6.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Balam.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64/Balam.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/armv7k/Balam.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Balam.build/Debug-watchos/Balam.build/Objects-normal/arm64_32/Balam.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-25 21:11:09.636 appintentsmetadataprocessor[729:4180] Starting appintentsmetadataprocessor export
2025-04-25 21:11:09.672 appintentsmetadataprocessor[729:4180] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.o (in target 'Balam' from project 'Balam')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Balam.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Balam",
"name" : "Balam",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Balam",
"targets" : [
"Balam"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Tests",
"module_type" : "SwiftTarget",
"name" : "Tests",
"path" : "Tests",
"sources" : [
"AddBatchTests.swift",
"AddTests.swift",
"BalamTests.swift",
"EnumTests.swift",
"GetTests.swift",
"Mocks.swift",
"NodeTests.swift",
"PropertyTests.swift",
"RemoveTests.swift",
"UpdateTests.swift"
],
"target_dependencies" : [
"Balam"
],
"type" : "test"
},
{
"c99name" : "Balam",
"module_type" : "SwiftTarget",
"name" : "Balam",
"path" : "Sources",
"product_memberships" : [
"Balam"
],
"sources" : [
"Balam.swift",
"Mirror.swift",
"Node.swift",
"Property.swift",
"Set.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.