The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Athena, reference 0.0.12 (a4e351), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 14:12:53 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 generic/platform=tvOS 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:         tvOS
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 ‘swift-docc-symbolkit’
Checking out 1.0.0 of package ‘swift-docc-symbolkit’
Creating working copy of package ‘SwiftFormat’
Checking out 0.51.7 of package ‘SwiftFormat’
Creating working copy of package ‘swift-docc-plugin’
Checking out 1.4.3 of package ‘swift-docc-plugin’
Resolve Package Graph
Resolved source packages:
  Athena: /Users/admin/builder/spi-builder-workspace
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  SymbolKit: https://github.com/swiftlang/swift-docc-symbolkit @ 1.0.0
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.51.7
resolved source packages: Athena, SwiftDocCPlugin, SymbolKit, SwiftFormat
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 generic/platform=tvOS 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 generic/platform=tvOS "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:
  Athena: /Users/admin/builder/spi-builder-workspace
  SwiftFormat: https://github.com/nicklockwood/SwiftFormat @ 0.51.7
  SwiftDocCPlugin: https://github.com/apple/swift-docc-plugin @ 1.4.3
  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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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: f3fd7bf730a4a39d615f203ee0c2f02f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/f3fd7bf730a4a39d615f203ee0c2f02f.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    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-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/AthenaTests.xctest
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/AthenaTests.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/AthenaTests.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/empty-AthenaTests.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Athena.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Athena.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Athena.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Athena.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Athena.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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\ 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\ 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\ 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\ 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)
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\ 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\ 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\ 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\ 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

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\ 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

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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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 Literal.swift, LiteralDecodable.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling Number.swift, NumberDecodable.swift (in target 'Athena' from project 'Athena')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Athena-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Athena-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.swiftmodule/Project/arm64-apple-tvos.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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
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

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\ 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 StringExtensions.swift, UInt8Extensions.swift (in target 'Athena' from project 'Athena')
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 IntExtensions.swift, NumberParser.swift, SerializationOptionsExtensions.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 JSONCodable.swift, JSONSubscriptRepresentable.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 StringInterpolationExtensions.swift, Subscript.swift (in target 'Athena' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling Serializer.swift, SerializerOptions.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/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-appletvos/Athena.build/Objects-normal/arm64/Athena_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/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-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Objects-normal/arm64/Athena.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.Athena --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Athena.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Objects-normal/arm64/Athena_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Objects-normal/arm64/Athena.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Athena.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Athena.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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:12:47.398 appintentsmetadataprocessor[1071:6143] Starting appintentsmetadataprocessor export
2025-04-27 07:12:47.440 appintentsmetadataprocessor[1071:6143] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/Athena.o
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/empty-AthenaTests.plist -producttype com.apple.product-type.bundle.unit-test -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/Info.plist
SwiftDriverJobDiscovery normal arm64 Compiling JSONEncodingUTFTestFixtures.swift (in target 'AthenaTests' from project 'Athena')
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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling JSONTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling EncodeDecodeTests.swift (in target 'AthenaTests' from project 'Athena')
SwiftDriverJobDiscovery normal arm64 Compiling DeserializerTests.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-appletvos/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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos13.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-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.xctest/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-tvos13.0 -bundle -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.LinkFileList -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/../Frameworks -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/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/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/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-appletvos/AthenaTests.xctest/AthenaTests -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/Athena.build/Objects-normal/arm64/Athena.swiftmodule
CopySwiftLibs /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/AthenaTests.xctest/AthenaTests --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/Frameworks --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/PlugIns --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/SystemExtensions --scan-folder /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/Extensions --platform appletvos --toolchain /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/Frameworks --strip-bitcode --scan-executable /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.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-appletvos/AthenaTests.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os --back-deploy-swift-concurrency
Ignoring --strip-bitcode because --sign was not passed
Copying /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift-5.5/appletvos/libswift_Concurrency.dylib to /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/Frameworks/libswift_Concurrency.dylib
GenerateDSYMFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest.dSYM /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/AthenaTests (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/dsymutil /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/AthenaTests -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest.dSYM
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/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 13.0 --bundle-identifier spi-builder-workspace.AthenaTests --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest --target-triple arm64-apple-tvos13.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/AthenaTests.xctest/AthenaTests --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/AthenaTests.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/AthenaTests.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Athena.build/Debug-appletvos/AthenaTests.build/Objects-normal/arm64/AthenaTests.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 07:12:52.282 appintentsmetadataprocessor[1075:6276] Starting appintentsmetadataprocessor export
2025-04-27 07:12:52.284 appintentsmetadataprocessor[1075:6276] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/AthenaTests.xctest
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/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-appletvos/AthenaTests.xctest
** BUILD SUCCEEDED **
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.