Build Information
Successful build of Acheron, reference v1.1.0 (ce2f7b
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 28 Apr 2025 00:00:26 UTC.
Swift 6 data race errors: 8
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Acheron -destination platform=macOS,arch=arm64 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/aepryus/Acheron.git
Reference: v1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/aepryus/Acheron
* tag v1.1.0 -> FETCH_HEAD
HEAD is now at ce2f7b1 AETimer moved to main thread because of new XCode 14 warning about priority inversion
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
ce2f7b103e908aaf7f14a6e57a929ddca65aa14d
SUCCESS checkout https://github.com/aepryus/Acheron.git at v1.1.0
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/aepryus/Acheron.git
https://github.com/aepryus/Acheron.git
{
"dependencies" : [
],
"manifest_display_name" : "Acheron",
"name" : "Acheron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Acheron",
"targets" : [
"Acheron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Acheron",
"module_type" : "SwiftTarget",
"name" : "Acheron",
"path" : "Sources/Acheron",
"product_memberships" : [
"Acheron"
],
"sources" : [
"Extensions/Array+Acheron.swift",
"Extensions/CALayer+Acheron.swift",
"Extensions/CGPoint+Acheron.swift",
"Extensions/CaseIterable+Acheron.swift",
"Extensions/Codable+Acheron.swift",
"Extensions/Comparable+Acheron.swift",
"Extensions/Date+Acheron.swift",
"Extensions/Dictionary+Acheron.swift",
"Extensions/NSMutableAttributedString+Acheron.swift",
"Extensions/String+Acheron.swift",
"Extensions/UIButton+Acheron.swift",
"Extensions/UIColor+Acheron.swift",
"Extensions/UIControl+Acheron.swift",
"Extensions/UIImage+Acheron.swift",
"Extensions/UIImageView+Acheron.swift",
"Extensions/UILabel+Acheron.swift",
"Extensions/UIView+Acheron.swift",
"Extensions/UIViewController+Acheron.swift",
"Interface/AETableView.swift",
"Interface/AEViewController.swift",
"Interface/CellsView.swift",
"Interface/CellsViewCell.swift",
"Interface/ColorView.swift",
"Interface/ExpandableCell.swift",
"Interface/ExpandableTableView.swift",
"Interface/NodeView/Node.swift",
"Interface/NodeView/NodeCell.swift",
"Interface/NodeView/NodeColumn.swift",
"Interface/NodeView/NodeData.swift",
"Interface/NodeView/NodeHeader.swift",
"Interface/NodeView/NodeView.swift",
"Interface/Screen.swift",
"Interface/SplitterView.swift",
"Interface/TripWire.swift",
"Loom/Anchor.swift",
"Loom/Basket.swift",
"Loom/Domain.swift",
"Loom/Loom.swift",
"Loom/Persist.swift",
"Loom/Persists/SQLitePersist.swift",
"Pebbles/BackgroundPond.swift",
"Pebbles/Pebble.swift",
"Pebbles/Pond.swift",
"Utility/AESync.swift",
"Utility/AETimer.swift",
"Utility/Log.swift",
"Utility/Pen.swift",
"Utility/Profiler.swift",
"Utility/RGB.swift",
"Utility/SafeMap.swift",
"Utility/SafeSet.swift",
"Utility/WeakSet.swift",
"Utility/XMLtoAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
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:
Acheron: /Users/admin/builder/spi-builder-workspace
resolved source packages: Acheron
{
"dependencies" : [
],
"manifest_display_name" : "Acheron",
"name" : "Acheron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Acheron",
"targets" : [
"Acheron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Acheron",
"module_type" : "SwiftTarget",
"name" : "Acheron",
"path" : "Sources/Acheron",
"product_memberships" : [
"Acheron"
],
"sources" : [
"Extensions/Array+Acheron.swift",
"Extensions/CALayer+Acheron.swift",
"Extensions/CGPoint+Acheron.swift",
"Extensions/CaseIterable+Acheron.swift",
"Extensions/Codable+Acheron.swift",
"Extensions/Comparable+Acheron.swift",
"Extensions/Date+Acheron.swift",
"Extensions/Dictionary+Acheron.swift",
"Extensions/NSMutableAttributedString+Acheron.swift",
"Extensions/String+Acheron.swift",
"Extensions/UIButton+Acheron.swift",
"Extensions/UIColor+Acheron.swift",
"Extensions/UIControl+Acheron.swift",
"Extensions/UIImage+Acheron.swift",
"Extensions/UIImageView+Acheron.swift",
"Extensions/UILabel+Acheron.swift",
"Extensions/UIView+Acheron.swift",
"Extensions/UIViewController+Acheron.swift",
"Interface/AETableView.swift",
"Interface/AEViewController.swift",
"Interface/CellsView.swift",
"Interface/CellsViewCell.swift",
"Interface/ColorView.swift",
"Interface/ExpandableCell.swift",
"Interface/ExpandableTableView.swift",
"Interface/NodeView/Node.swift",
"Interface/NodeView/NodeCell.swift",
"Interface/NodeView/NodeColumn.swift",
"Interface/NodeView/NodeData.swift",
"Interface/NodeView/NodeHeader.swift",
"Interface/NodeView/NodeView.swift",
"Interface/Screen.swift",
"Interface/SplitterView.swift",
"Interface/TripWire.swift",
"Loom/Anchor.swift",
"Loom/Basket.swift",
"Loom/Domain.swift",
"Loom/Loom.swift",
"Loom/Persist.swift",
"Loom/Persists/SQLitePersist.swift",
"Pebbles/BackgroundPond.swift",
"Pebbles/Pebble.swift",
"Pebbles/Pond.swift",
"Utility/AESync.swift",
"Utility/AETimer.swift",
"Utility/Log.swift",
"Utility/Pen.swift",
"Utility/Profiler.swift",
"Utility/RGB.swift",
"Utility/SafeMap.swift",
"Utility/SafeSet.swift",
"Utility/WeakSet.swift",
"Utility/XMLtoAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"Acheron"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Acheron -destination platform=macOS,arch=arm64 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 Acheron -destination platform=macOS,arch=arm64 "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:
Acheron: /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 'Acheron' in project 'Acheron'
➜ Explicit dependency on target 'Acheron' in project 'Acheron'
Target 'Acheron' in project 'Acheron' (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/MacOSX.platform/Developer/SDKs/MacOSX15.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: c50f900d45574178980cc8ea94b54039
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/c50f900d45574178980cc8ea94b54039.xcbuilddata
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
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
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/EagerLinkingTBDs/Debug
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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.DependencyMetadataFileList (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.modulemap (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.LinkFileList (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.DependencyStaticMetadataFileList (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_const_extract_protocols.json (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.SwiftConstValuesFileList (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-OutputFileMap.json (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.SwiftFileList (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Acheron.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.modulemap (in target 'Acheron' from project 'Acheron')
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/Acheron.build/Debug/Acheron.build/Acheron.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Acheron normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Acheron' from project 'Acheron')
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 Acheron -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.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/Acheron.build/Debug/Acheron.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Array+Acheron.swift,\ CALayer+Acheron.swift,\ CGPoint+Acheron.swift,\ CaseIterable+Acheron.swift,\ Codable+Acheron.swift,\ Comparable+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/CALayer+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/CGPoint+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/CaseIterable+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Codable+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Comparable+Acheron.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/CALayer+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/CGPoint+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/CaseIterable+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Codable+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Comparable+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ ExpandableCell.swift,\ ExpandableTableView.swift,\ Node.swift,\ NodeCell.swift,\ NodeColumn.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/ExpandableCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/ExpandableTableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/Node.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeColumn.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/ExpandableCell.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/ExpandableTableView.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/Node.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeCell.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeColumn.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ Acheron (in target 'Acheron' from project 'Acheron')
EmitSwiftModule normal arm64 (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: warning: static property 'formatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var formatters: [String:DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: note: convert 'formatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var formatters: [String:DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: note: add '@MainActor' to make static property 'formatters' part of global actor 'MainActor'
private static var formatters: [String:DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var formatters: [String:DateFormatter] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var isoFormatter: DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
static var isoFormatter: DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
static var isoFormatter: DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var isoFormatter: DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
static var iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
static var iso8601Formatter: ISO8601DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: warning: static property 'basket' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var basket: Basket!
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: note: convert 'basket' to a 'let' constant to make 'Sendable' shared state immutable
public static var basket: Basket!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: note: add '@MainActor' to make static property 'basket' part of global actor 'MainActor'
public static var basket: Basket!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var basket: Basket!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: warning: static property 'namespaces' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var namespaces: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: note: convert 'namespaces' to a 'let' constant to make 'Sendable' shared state immutable
public static var namespaces: [String] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: note: add '@MainActor' to make static property 'namespaces' part of global actor 'MainActor'
public static var namespaces: [String] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var namespaces: [String] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: warning: static property 'domains' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var domains = [String:[String:AnyClass]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: note: convert 'domains' to a 'let' constant to make 'Sendable' shared state immutable
static var domains = [String:[String:AnyClass]]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: note: add '@MainActor' to make static property 'domains' part of global actor 'MainActor'
static var domains = [String:[String:AnyClass]]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var domains = [String:[String:AnyClass]]()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: warning: static property 'url' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var url: URL? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: note: convert 'url' to a 'let' constant to make 'Sendable' shared state immutable
private static var url: URL? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: note: add '@MainActor' to make static property 'url' part of global actor 'MainActor'
private static var url: URL? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var url: URL? = nil
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: warning: static property 'profiler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var profiler: Profiler = Profiler()
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: note: convert 'profiler' to a 'let' constant to make 'Sendable' shared state immutable
public static var profiler: Profiler = Profiler()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: note: add '@MainActor' to make static property 'profiler' part of global actor 'MainActor'
public static var profiler: Profiler = Profiler()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var profiler: Profiler = Profiler()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ AESync.swift,\ AETimer.swift,\ Log.swift,\ Pen.swift,\ Profiler.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/AESync.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/AETimer.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Pen.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/AESync.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/AETimer.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: warning: static property 'url' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var url: URL? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: note: convert 'url' to a 'let' constant to make 'Sendable' shared state immutable
private static var url: URL? = nil
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: note: add '@MainActor' to make static property 'url' part of global actor 'MainActor'
private static var url: URL? = nil
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Log.swift:12:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var url: URL? = nil
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Pen.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: warning: static property 'profiler' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var profiler: Profiler = Profiler()
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: note: convert 'profiler' to a 'let' constant to make 'Sendable' shared state immutable
public static var profiler: Profiler = Profiler()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: note: add '@MainActor' to make static property 'profiler' part of global actor 'MainActor'
public static var profiler: Profiler = Profiler()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/Profiler.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var profiler: Profiler = Profiler()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UIControl+Acheron.swift,\ UIImage+Acheron.swift,\ UIImageView+Acheron.swift,\ UILabel+Acheron.swift,\ UIView+Acheron.swift,\ UIViewController+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIControl+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIImage+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIImageView+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UILabel+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIView+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIViewController+Acheron.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIControl+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIImage+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIImageView+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UILabel+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIView+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIViewController+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ AETableView.swift,\ AEViewController.swift,\ CellsView.swift,\ CellsViewCell.swift,\ ColorView.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/AETableView.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/AEViewController.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/CellsView.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/CellsViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/ColorView.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/AETableView.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/AEViewController.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/CellsView.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/CellsViewCell.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/ColorView.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Persist.swift,\ SQLitePersist.swift,\ BackgroundPond.swift,\ Pebble.swift,\ Pond.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Persist.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/BackgroundPond.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Persist.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Persists/SQLitePersist.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/BackgroundPond.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:40:21: warning: capture of 'self' with non-sendable type 'Pebble' in a '@Sendable' closure
self.state = success ? .succeeded : .failed
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:11:14: note: class 'Pebble' does not conform to the 'Sendable' protocol
public class Pebble {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:41:21: warning: capture of 'pond' with non-sendable type 'Pond' in a '@Sendable' closure
pond.iterate()
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift:11:12: note: class 'Pond' does not conform to the 'Sendable' protocol
open class Pond {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:36:68: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
let dashes: String = String(repeating: "-", count: (32-self.name.count)/2)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:36:68: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
let dashes: String = String(repeating: "-", count: (32-self.name.count)/2)
^~~~
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:39:17: warning: sending 'pond' risks causing data races; this is an error in the Swift 6 language mode
pond.queue.async {
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pebble.swift:39:17: note: task-isolated 'pond' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
pond.queue.async {
^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift:67:13: warning: capture of 'self' with non-sendable type 'Pond' in a '@Sendable' closure
self.iterate()
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift:11:12: note: class 'Pond' does not conform to the 'Sendable' protocol
open class Pond {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift:39:36: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
DispatchQueue.main.async { self.onCompleted() }
~~^~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Pebbles/Pond.swift:39:36: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
DispatchQueue.main.async { self.onCompleted() }
^~~~
SwiftCompile normal arm64 Compiling\ RGB.swift,\ SafeMap.swift,\ SafeSet.swift,\ WeakSet.swift,\ XMLtoAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/RGB.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/SafeMap.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/SafeSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/WeakSet.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/XMLtoAttributes.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/RGB.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/SafeMap.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/SafeSet.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/WeakSet.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Utility/XMLtoAttributes.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ TripWire.swift,\ Anchor.swift,\ Basket.swift,\ Domain.swift,\ Loom.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/TripWire.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Anchor.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Basket.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Domain.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/TripWire.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Anchor.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Basket.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Domain.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: warning: static property 'basket' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var basket: Basket!
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: note: convert 'basket' to a 'let' constant to make 'Sendable' shared state immutable
public static var basket: Basket!
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: note: add '@MainActor' to make static property 'basket' part of global actor 'MainActor'
public static var basket: Basket!
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:14:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var basket: Basket!
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: warning: static property 'namespaces' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var namespaces: [String] = []
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: note: convert 'namespaces' to a 'let' constant to make 'Sendable' shared state immutable
public static var namespaces: [String] = []
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: note: add '@MainActor' to make static property 'namespaces' part of global actor 'MainActor'
public static var namespaces: [String] = []
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:16:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var namespaces: [String] = []
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: warning: static property 'domains' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var domains = [String:[String:AnyClass]]()
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: note: convert 'domains' to a 'let' constant to make 'Sendable' shared state immutable
static var domains = [String:[String:AnyClass]]()
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: note: add '@MainActor' to make static property 'domains' part of global actor 'MainActor'
static var domains = [String:[String:AnyClass]]()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Loom/Loom.swift:17:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var domains = [String:[String:AnyClass]]()
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ NodeData.swift,\ NodeHeader.swift,\ NodeView.swift,\ Screen.swift,\ SplitterView.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeData.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeHeader.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeView.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/Screen.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/SplitterView.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeData.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeHeader.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/NodeView/NodeView.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/Screen.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Interface/SplitterView.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Date+Acheron.swift,\ Dictionary+Acheron.swift,\ NSMutableAttributedString+Acheron.swift,\ String+Acheron.swift,\ UIButton+Acheron.swift,\ UIColor+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Dictionary+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/NSMutableAttributedString+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIButton+Acheron.swift /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIColor+Acheron.swift (in target 'Acheron' from project 'Acheron')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: warning: static property 'formatters' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
private static var formatters: [String:DateFormatter] = [:]
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: note: convert 'formatters' to a 'let' constant to make 'Sendable' shared state immutable
private static var formatters: [String:DateFormatter] = [:]
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: note: add '@MainActor' to make static property 'formatters' part of global actor 'MainActor'
private static var formatters: [String:DateFormatter] = [:]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:21:24: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
private static var formatters: [String:DateFormatter] = [:]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: warning: static property 'isoFormatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var isoFormatter: DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: note: convert 'isoFormatter' to a 'let' constant to make 'Sendable' shared state immutable
static var isoFormatter: DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: note: add '@MainActor' to make static property 'isoFormatter' part of global actor 'MainActor'
static var isoFormatter: DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:39:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var isoFormatter: DateFormatter = {
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: warning: static property 'iso8601Formatter' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
static var iso8601Formatter: ISO8601DateFormatter = {
^
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: note: convert 'iso8601Formatter' to a 'let' constant to make 'Sendable' shared state immutable
static var iso8601Formatter: ISO8601DateFormatter = {
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: note: add '@MainActor' to make static property 'iso8601Formatter' part of global actor 'MainActor'
static var iso8601Formatter: ISO8601DateFormatter = {
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Date+Acheron.swift:45:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
static var iso8601Formatter: ISO8601DateFormatter = {
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/Dictionary+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/NSMutableAttributedString+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/String+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIButton+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Acheron/Extensions/UIColor+Acheron.swift (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Acheron (in target 'Acheron' from project 'Acheron')
SwiftDriver\ Compilation\ Requirements Acheron normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Acheron' from project 'Acheron')
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 Acheron -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.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/Acheron.build/Debug/Acheron.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ExpandableCell.swift, ExpandableTableView.swift, Node.swift, NodeCell.swift, NodeColumn.swift (in target 'Acheron' from project 'Acheron')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Acheron-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-Swift.h (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Acheron-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftmodule (in target 'Acheron' from project 'Acheron')
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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftdoc (in target 'Acheron' from project 'Acheron')
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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.abi.json (in target 'Acheron' from project 'Acheron')
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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftsourceinfo (in target 'Acheron' from project 'Acheron')
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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NodeData.swift, NodeHeader.swift, NodeView.swift, Screen.swift, SplitterView.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling UIControl+Acheron.swift, UIImage+Acheron.swift, UIImageView+Acheron.swift, UILabel+Acheron.swift, UIView+Acheron.swift, UIViewController+Acheron.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling AETableView.swift, AEViewController.swift, CellsView.swift, CellsViewCell.swift, ColorView.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling RGB.swift, SafeMap.swift, SafeSet.swift, WeakSet.swift, XMLtoAttributes.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling Date+Acheron.swift, Dictionary+Acheron.swift, NSMutableAttributedString+Acheron.swift, String+Acheron.swift, UIButton+Acheron.swift, UIColor+Acheron.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling AESync.swift, AETimer.swift, Log.swift, Pen.swift, Profiler.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling TripWire.swift, Anchor.swift, Basket.swift, Domain.swift, Loom.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling Array+Acheron.swift, CALayer+Acheron.swift, CGPoint+Acheron.swift, CaseIterable+Acheron.swift, Codable+Acheron.swift, Comparable+Acheron.swift (in target 'Acheron' from project 'Acheron')
SwiftDriverJobDiscovery normal arm64 Compiling Persist.swift, SQLitePersist.swift, BackgroundPond.swift, Pebble.swift, Pond.swift (in target 'Acheron' from project 'Acheron')
SwiftDriver\ Compilation Acheron normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Acheron' from project 'Acheron')
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 Acheron -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.15 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.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/Acheron.build/Debug/Acheron.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.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/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron-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/Products/Debug/Acheron.o normal (in target 'Acheron' from project 'Acheron')
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-macos10.15 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.o
ExtractAppIntentsMetadata (in target 'Acheron' from project 'Acheron')
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 Acheron --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.15 --bundle-identifier spi-builder-workspace.Acheron --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.appintents --target-triple arm64-apple-macos10.15 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Acheron.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Acheron.build/Debug/Acheron.build/Objects-normal/arm64/Acheron.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 17:00:25.121 appintentsmetadataprocessor[720:4104] Starting appintentsmetadataprocessor export
2025-04-27 17:00:25.160 appintentsmetadataprocessor[720:4104] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.o (in target 'Acheron' from project 'Acheron')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Acheron.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:25db2f9f3c00b5bd8fa9631a3d741414cdc06b4c, name:My Mac }
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Acheron",
"name" : "Acheron",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Acheron",
"targets" : [
"Acheron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "Acheron",
"module_type" : "SwiftTarget",
"name" : "Acheron",
"path" : "Sources/Acheron",
"product_memberships" : [
"Acheron"
],
"sources" : [
"Extensions/Array+Acheron.swift",
"Extensions/CALayer+Acheron.swift",
"Extensions/CGPoint+Acheron.swift",
"Extensions/CaseIterable+Acheron.swift",
"Extensions/Codable+Acheron.swift",
"Extensions/Comparable+Acheron.swift",
"Extensions/Date+Acheron.swift",
"Extensions/Dictionary+Acheron.swift",
"Extensions/NSMutableAttributedString+Acheron.swift",
"Extensions/String+Acheron.swift",
"Extensions/UIButton+Acheron.swift",
"Extensions/UIColor+Acheron.swift",
"Extensions/UIControl+Acheron.swift",
"Extensions/UIImage+Acheron.swift",
"Extensions/UIImageView+Acheron.swift",
"Extensions/UILabel+Acheron.swift",
"Extensions/UIView+Acheron.swift",
"Extensions/UIViewController+Acheron.swift",
"Interface/AETableView.swift",
"Interface/AEViewController.swift",
"Interface/CellsView.swift",
"Interface/CellsViewCell.swift",
"Interface/ColorView.swift",
"Interface/ExpandableCell.swift",
"Interface/ExpandableTableView.swift",
"Interface/NodeView/Node.swift",
"Interface/NodeView/NodeCell.swift",
"Interface/NodeView/NodeColumn.swift",
"Interface/NodeView/NodeData.swift",
"Interface/NodeView/NodeHeader.swift",
"Interface/NodeView/NodeView.swift",
"Interface/Screen.swift",
"Interface/SplitterView.swift",
"Interface/TripWire.swift",
"Loom/Anchor.swift",
"Loom/Basket.swift",
"Loom/Domain.swift",
"Loom/Loom.swift",
"Loom/Persist.swift",
"Loom/Persists/SQLitePersist.swift",
"Pebbles/BackgroundPond.swift",
"Pebbles/Pebble.swift",
"Pebbles/Pond.swift",
"Utility/AESync.swift",
"Utility/AETimer.swift",
"Utility/Log.swift",
"Utility/Pen.swift",
"Utility/Profiler.swift",
"Utility/RGB.swift",
"Utility/SafeMap.swift",
"Utility/SafeSet.swift",
"Utility/WeakSet.swift",
"Utility/XMLtoAttributes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.