Build Information
Successful build of Athena, reference 0.0.12 (a4e351
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 14:13:39 UTC.
Swift 6 data race errors: 9
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Athena -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/vsanthanam/Athena.git
Reference: 0.0.12
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/vsanthanam/Athena
* tag 0.0.12 -> FETCH_HEAD
HEAD is now at a4e3517 Add custom string interpolation for `JSONEncodable` conforming types (#26)
Cloned https://github.com/vsanthanam/Athena.git
Revision (git rev-parse @):
a4e3517d00cf0bbef9dc3c7f7b972b3024ff8a76
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/Athena.git at 0.0.12
========================================
Build
========================================
Selected platform: macosXcodebuild
Swift version: 6.1
Building package at path: $PWD
https://github.com/vsanthanam/Athena.git
https://github.com/vsanthanam/Athena.git
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.51.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "Athena",
"name" : "Athena",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "Athena",
"targets" : [
"Athena"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AthenaTests",
"module_type" : "SwiftTarget",
"name" : "AthenaTests",
"path" : "Tests/AthenaTests",
"sources" : [
"DeserializerTests.swift",
"EncodeDecodeTests.swift",
"JSONEncodingUTFTestFixtures.swift",
"JSONTests.swift"
],
"target_dependencies" : [
"Athena"
],
"type" : "test"
},
{
"c99name" : "Athena",
"module_type" : "SwiftTarget",
"name" : "Athena",
"path" : "Sources/Athena",
"product_memberships" : [
"Athena"
],
"sources" : [
"Decoder.swift",
"Deserializer.swift",
"DeserializerOptions.swift",
"Encoder.swift",
"EncodingDetector.swift",
"Error.swift",
"Internal/IntExtensions.swift",
"Internal/NumberParser.swift",
"Internal/SerializationOptionsExtensions.swift",
"Internal/StringExtensions.swift",
"Internal/UInt8Extensions.swift",
"Internal/UnicodeEscapeParser.swift",
"JSON.swift",
"JSONCodable.swift",
"JSONSubscriptRepresentable.swift",
"Literal.swift",
"LiteralDecodable.swift",
"Number.swift",
"NumberDecodable.swift",
"Serializer.swift",
"SerializerOptions.swift",
"StringInterpolationExtensions.swift",
"Subscript.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
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
Fetching from https://github.com/apple/swift-docc-plugin
Fetching from https://github.com/nicklockwood/SwiftFormat
Fetching from https://github.com/swiftlang/swift-docc-symbolkit (cached)
Creating working copy of package ‘SwiftFormat’
Checking out 0.51.7 of package ‘SwiftFormat’
Creating working copy of package ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.51.7
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
Athena: /Users/admin/builder/spi-builder-workspace
resolved source packages: SymbolKit, SwiftFormat, SwiftDocCPlugin, Athena
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Athena -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 Athena -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
Resolve Package Graph
Resolved source packages:
SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.51.7
SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
Athena: /Users/admin/builder/spi-builder-workspace
SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (3 targets)
Target 'AthenaTests' in project 'Athena'
➜ Explicit dependency on target 'Athena' in project 'Athena'
Target 'Athena' in project 'Athena'
➜ Explicit dependency on target 'Athena' in project 'Athena'
Target 'Athena' in project 'Athena' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 3a0298adce040634a0e126da890d23b4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3a0298adce040634a0e126da890d23b4.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/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
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/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/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/Athena.build/Debug/AthenaTests.build/empty-AthenaTests.plist (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/empty-AthenaTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests-OutputFileMap.json (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.LinkFileList (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_const_extract_protocols.json (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_const_extract_protocols.json (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.SwiftFileList (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.LinkFileList (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftConstValuesFileList (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/AthenaTests.DependencyStaticMetadataFileList (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/AthenaTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/AthenaTests.DependencyMetadataFileList (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/AthenaTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.SwiftConstValuesFileList (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-OutputFileMap.json (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.modulemap (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.DependencyStaticMetadataFileList (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.DependencyMetadataFileList (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/MacOS (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/MacOS
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Athena.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.modulemap (in target 'Athena' from project 'Athena')
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/Athena.build/Debug/Athena.build/Athena.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver Athena normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
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 Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.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.14 -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 -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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.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/Athena.build/Debug/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_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/Athena.build/Debug/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ UnicodeEscapeParser.swift,\ JSON.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UnicodeEscapeParser.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSON.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Decoder.swift,\ Deserializer.swift,\ DeserializerOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:82:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
try await Task { try decode(type, from: json) }.value
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:78:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public static func decode<T>(
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:82:23: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
try await Task { try decode(type, from: json) }.value
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:78:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public static func decode<T>(
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:82:61: warning: type 'T' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
try await Task { try decode(type, from: json) }.value
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:78:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public static func decode<T>(
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:122:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<T, any Error>) -> Void' in a '@Sendable' closure
completionHandler(json, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Decoder.swift:122:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(json, result)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:116:66: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in a '@Sendable' closure
try parse(data, maximumDepth: .max, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:118:17: warning: capture of 'completionHandler' with non-sendable type '(Data, Result<JSON, any Error>) -> Void' in a '@Sendable' closure
completionHandler(data, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:118:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(data, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:116:66: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
try parse(data, maximumDepth: .max, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:202:72: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in a '@Sendable' closure
try parse(jsonString, maximumDepth: .max, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:204:17: warning: capture of 'completionHandler' with non-sendable type '(String, Result<JSON, any Error>) -> Void' in a '@Sendable' closure
completionHandler(jsonString, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:204:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(jsonString, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:202:72: warning: capture of 'options' with non-sendable type 'JSON.Deserializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
try parse(jsonString, maximumDepth: .max, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:80:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
try await Task { try parse(data, maximumDepth: .max, options: options) }.value
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:80:75: note: closure captures 'options' which is accessible to code in the current task
try await Task { try parse(data, maximumDepth: .max, options: options) }.value
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:166:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
try await Task { try parse(jsonString, maximumDepth: .max, options: options) }.value
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Deserializer.swift:166:81: note: closure captures 'options' which is accessible to code in the current task
try await Task { try parse(jsonString, maximumDepth: .max, options: options) }.value
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fragmentsAllowed = Options(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
public static let fragmentsAllowed = Options(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fragmentsAllowed = Options(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nullSkipsKey = Options(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
public static let nullSkipsKey = Options(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nullSkipsKey = Options(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Options = [.fragmentsAllowed]
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Options = [.fragmentsAllowed]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Options = [.fragmentsAllowed]
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ JSONCodable.swift,\ JSONSubscriptRepresentable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONCodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONCodable.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Encoder.swift,\ EncodingDetector.swift,\ Error.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/EncodingDetector.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Error.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:99:35: warning: capture of 'value' with non-sendable type 'T' in a '@Sendable' closure
let json = encode(value)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:94:35: note: consider making generic parameter 'T' conform to the 'Sendable' protocol
public static func encode<T>(
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:100:17: warning: capture of 'completionHandler' with non-sendable type '(T, JSON) -> Void' in a '@Sendable' closure
completionHandler(value, json)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:100:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(value, json)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:69:24: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
await Task { encode(value) }.value
^~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Encoder.swift:69:33: note: closure captures 'value' which is accessible to code in the current task
await Task { encode(value) }.value
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/EncodingDetector.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Error.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ StringExtensions.swift,\ UInt8Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/StringExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/StringExtensions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/UInt8Extensions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Literal.swift,\ LiteralDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Literal.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/LiteralDecodable.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ IntExtensions.swift,\ NumberParser.swift,\ SerializationOptionsExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/IntExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/NumberParser.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/IntExtensions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/NumberParser.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Internal/SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Serializer.swift,\ SerializerOptions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
try serialize(json, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<Data, any Error>) -> Void' in a '@Sendable' closure
completionHandler(json, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:115:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(json, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:113:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
try serialize(json, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in a '@Sendable' closure
try stringify(json, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: warning: capture of 'completionHandler' with non-sendable type '(JSON, Result<String, any Error>) -> Void' in a '@Sendable' closure
completionHandler(json, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:149:17: note: a function type must be marked '@Sendable' to conform to 'Sendable'
completionHandler(json, result)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:147:50: warning: capture of 'options' with non-sendable type 'JSON.Serializer.Options' in an isolated closure; this is an error in the Swift 6 language mode
try stringify(json, options: options)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
try await Task { try serialize(json, options: options) }.value
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:78:59: note: closure captures 'options' which is accessible to code in the current task
try await Task { try serialize(json, options: options) }.value
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:28: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
try await Task { try stringify(json, options: options) }.value
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/Athena/Serializer.swift:133:59: note: closure captures 'options' which is accessible to code in the current task
try await Task { try stringify(json, options: options) }.value
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nullSkipsKey = Options(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
public static let nullSkipsKey = Options(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nullSkipsKey = Options(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let prettyPrinted = Options(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
public static let prettyPrinted = Options(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let prettyPrinted = Options(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sortedKeys = Options(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
public static let sortedKeys = Options(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sortedKeys = Options(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fragmentsAllowed = Options(rawValue: 1 << 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
public static let fragmentsAllowed = Options(rawValue: 1 << 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fragmentsAllowed = Options(rawValue: 1 << 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: warning: static property 'withoutEscapingSlashes' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: add '@MainActor' to make static property 'withoutEscapingSlashes' part of global actor 'MainActor'
public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Options = [.fragmentsAllowed]
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Options = [.fragmentsAllowed]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Options = [.fragmentsAllowed]
^
nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ Athena (in target 'Athena' from project 'Athena')
EmitSwiftModule normal arm64 (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fragmentsAllowed = Options(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
public static let fragmentsAllowed = Options(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fragmentsAllowed = Options(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nullSkipsKey = Options(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
public static let nullSkipsKey = Options(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nullSkipsKey = Options(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Deserializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Options = [.fragmentsAllowed]
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Options = [.fragmentsAllowed]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/DeserializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Options = [.fragmentsAllowed]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: warning: static property 'nullSkipsKey' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let nullSkipsKey = Options(rawValue: 1 << 0)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: add '@MainActor' to make static property 'nullSkipsKey' part of global actor 'MainActor'
public static let nullSkipsKey = Options(rawValue: 1 << 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:35:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let nullSkipsKey = Options(rawValue: 1 << 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: warning: static property 'prettyPrinted' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let prettyPrinted = Options(rawValue: 1 << 1)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: add '@MainActor' to make static property 'prettyPrinted' part of global actor 'MainActor'
public static let prettyPrinted = Options(rawValue: 1 << 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:38:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let prettyPrinted = Options(rawValue: 1 << 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: warning: static property 'sortedKeys' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sortedKeys = Options(rawValue: 1 << 2)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: add '@MainActor' to make static property 'sortedKeys' part of global actor 'MainActor'
public static let sortedKeys = Options(rawValue: 1 << 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:41:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sortedKeys = Options(rawValue: 1 << 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: warning: static property 'fragmentsAllowed' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fragmentsAllowed = Options(rawValue: 1 << 4)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: add '@MainActor' to make static property 'fragmentsAllowed' part of global actor 'MainActor'
public static let fragmentsAllowed = Options(rawValue: 1 << 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:44:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fragmentsAllowed = Options(rawValue: 1 << 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: warning: static property 'withoutEscapingSlashes' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: add '@MainActor' to make static property 'withoutEscapingSlashes' part of global actor 'MainActor'
public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:48:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let withoutEscapingSlashes = Options(rawValue: 1 << 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'JSON.Serializer.Options' may have shared mutable state; this is an error in the Swift 6 language mode
public static let `default`: Options = [.fragmentsAllowed]
^
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:30:12: note: consider making struct 'Options' conform to the 'Sendable' protocol
struct Options: OptionSet {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
public static let `default`: Options = [.fragmentsAllowed]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Athena/SerializerOptions.swift:51:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let `default`: Options = [.fragmentsAllowed]
^
nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ StringInterpolationExtensions.swift,\ Subscript.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/StringInterpolationExtensions.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/StringInterpolationExtensions.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Subscript.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Number.swift,\ NumberDecodable.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/Number.swift /Users/admin/builder/spi-builder-workspace/Sources/Athena/NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/Number.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Athena/NumberDecodable.swift (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Athena (in target 'Athena' from project 'Athena')
SwiftDriver\ Compilation\ Requirements Athena normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
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 Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.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.14 -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 -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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.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/Athena.build/Debug/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_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/Athena.build/Debug/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Number.swift, NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling Literal.swift, LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Athena-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-Swift.h (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/Athena-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftmodule (in target 'Athena' from project 'Athena')
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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftdoc (in target 'Athena' from project 'Athena')
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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.abi.json (in target 'Athena' from project 'Athena')
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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftsourceinfo (in target 'Athena' from project 'Athena')
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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver AthenaTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
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 AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.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-macos14.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 -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/PackageFrameworks -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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests-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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_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/Athena.build/Debug/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ AthenaTests (in target 'AthenaTests' from project 'Athena')
EmitSwiftModule normal arm64 (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ JSONTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONTests.swift (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ EncodeDecodeTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling StringExtensions.swift, UInt8Extensions.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ JSONEncodingUTFTestFixtures.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling StringInterpolationExtensions.swift, Subscript.swift (in target 'Athena' from project 'Athena')
SwiftCompile normal arm64 Compiling\ DeserializerTests.swift /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Tests/AthenaTests/DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Serializer.swift, SerializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling JSONCodable.swift, JSONSubscriptRepresentable.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling IntExtensions.swift, NumberParser.swift, SerializationOptionsExtensions.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling Encoder.swift, EncodingDetector.swift, Error.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling UnicodeEscapeParser.swift, JSON.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling Decoder.swift, Deserializer.swift, DeserializerOptions.swift (in target 'Athena' from project 'Athena')
SwiftDriver\ Compilation Athena normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Athena' from project 'Athena')
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 Athena -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.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.14 -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 -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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.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/Athena.build/Debug/Athena.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_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/Athena.build/Debug/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena-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/Athena.o normal (in target 'Athena' from project 'Athena')
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.14 -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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_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/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.o
ExtractAppIntentsMetadata (in target 'Athena' from project 'Athena')
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 Athena --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.14 --bundle-identifier spi-builder-workspace.Athena --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.appintents --target-triple arm64-apple-macos10.14 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Athena.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:13:30.473 appintentsmetadataprocessor[1079:6261] Starting appintentsmetadataprocessor export
2025-04-27 07:13:30.514 appintentsmetadataprocessor[1079:6261] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.o (in target 'Athena' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Athena.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/empty-AthenaTests.plist (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/empty-AthenaTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Info.plist
SwiftDriverJobDiscovery normal arm64 Emitting module for AthenaTests (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation\ Requirements AthenaTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
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 AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.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-macos14.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 -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/PackageFrameworks -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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests-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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_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/Athena.build/Debug/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/AthenaTests.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.abi.json (in target 'AthenaTests' from project 'Athena')
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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule (in target 'AthenaTests' from project 'Athena')
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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftdoc (in target 'AthenaTests' from project 'Athena')
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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftsourceinfo (in target 'AthenaTests' from project 'Athena')
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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling DeserializerTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriver\ Compilation AthenaTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'AthenaTests' from project 'Athena')
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 AthenaTests -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.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-macos14.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 -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/PackageFrameworks -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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests-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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_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/Athena.build/Debug/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -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/AthenaTests.xctest/Contents/MacOS/AthenaTests normal (in target 'AthenaTests' from project 'Athena')
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-macos14.0 -bundle -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/PackageFrameworks -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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.LinkFileList -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -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/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule -Wl,-no_warn_duplicate_libraries -framework XCTest -lXCTestSwiftSupport -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/MacOS/AthenaTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/Athena.build/Objects-normal/arm64/Athena.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftStdLibTool --copy --verbose --scan-executable /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/MacOS/AthenaTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Library/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Extensions --platform macosx --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib --strip-bitcode-tool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os
Ignoring --strip-bitcode because --sign was not passed
ExtractAppIntentsMetadata (in target 'AthenaTests' from project 'Athena')
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 AthenaTests --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 14.0 --bundle-identifier spi-builder-workspace.AthenaTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/Resources --target-triple arm64-apple-macos14.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest/Contents/MacOS/AthenaTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/AthenaTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/AthenaTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:13:38.220 appintentsmetadataprocessor[1088:6490] Starting appintentsmetadataprocessor export
2025-04-27 07:13:38.222 appintentsmetadataprocessor[1088:6490] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest (in target 'AthenaTests' from project 'Athena')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/AthenaTests.xctest
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:19e93cf26793017f3b4ace733ea180b08802305e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:19e93cf26793017f3b4ace733ea180b08802305e, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:19e93cf26793017f3b4ace733ea180b08802305e, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:19e93cf26793017f3b4ace733ea180b08802305e, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
},
{
"identity" : "swiftformat",
"requirement" : {
"exact" : [
"0.51.7"
]
},
"type" : "sourceControl",
"url" : "https://github.com/nicklockwood/SwiftFormat"
}
],
"manifest_display_name" : "Athena",
"name" : "Athena",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "tvos",
"version" : "12.0"
},
{
"name" : "watchos",
"version" : "5.0"
}
],
"products" : [
{
"name" : "Athena",
"targets" : [
"Athena"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AthenaTests",
"module_type" : "SwiftTarget",
"name" : "AthenaTests",
"path" : "Tests/AthenaTests",
"sources" : [
"DeserializerTests.swift",
"EncodeDecodeTests.swift",
"JSONEncodingUTFTestFixtures.swift",
"JSONTests.swift"
],
"target_dependencies" : [
"Athena"
],
"type" : "test"
},
{
"c99name" : "Athena",
"module_type" : "SwiftTarget",
"name" : "Athena",
"path" : "Sources/Athena",
"product_memberships" : [
"Athena"
],
"sources" : [
"Decoder.swift",
"Deserializer.swift",
"DeserializerOptions.swift",
"Encoder.swift",
"EncodingDetector.swift",
"Error.swift",
"Internal/IntExtensions.swift",
"Internal/NumberParser.swift",
"Internal/SerializationOptionsExtensions.swift",
"Internal/StringExtensions.swift",
"Internal/UInt8Extensions.swift",
"Internal/UnicodeEscapeParser.swift",
"JSON.swift",
"JSONCodable.swift",
"JSONSubscriptRepresentable.swift",
"Literal.swift",
"LiteralDecodable.swift",
"Number.swift",
"NumberDecodable.swift",
"Serializer.swift",
"SerializerOptions.swift",
"StringInterpolationExtensions.swift",
"Subscript.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.