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 Frisbee, reference master (880252), with Swift 6.1 for tvOS using Xcode 16.3 on 24 Apr 2025 13:36:00 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Frisbee-Package -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/ronanrodrigo/Frisbee.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ronanrodrigo/Frisbee
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8802523 Update Frisbee.podspec to 0.2.5 [skip ci]
Cloned https://github.com/ronanrodrigo/Frisbee.git
Revision (git rev-parse @):
8802523a47f63201c2e65c6a28a0f2da5aa3f6f5
SUCCESS checkout https://github.com/ronanrodrigo/Frisbee.git at master
========================================
Build
========================================
Selected platform:         tvOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ronanrodrigo/Frisbee.git
https://github.com/ronanrodrigo/Frisbee.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Frisbee",
  "name" : "Frisbee",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Frisbee",
      "targets" : [
        "Frisbee"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FrisbeeTests",
      "module_type" : "SwiftTarget",
      "name" : "FrisbeeTests",
      "path" : "Tests/FrisbeeTests",
      "sources" : [
        "Adapters/BodyAdapterTests.swift",
        "Adapters/DecoderDataAdapterTests.swift",
        "Adapters/QueryItemAdapterTests.swift",
        "Adapters/URLQueryAdapterTests.swift",
        "Adapters/URLSessionTaskAdapterTests.swift",
        "Entities/FrisbeeErrorTests.swift",
        "Entities/ResultTests.swift",
        "Factories/URLRequestFactoryTests.swift",
        "Factories/URLSessionFactoryTests.swift",
        "Interactors/ResultGeneratorTests.swift",
        "Requestables/IntegrationNetworkGetTests.swift",
        "Requestables/IntegrationNetworkPostTests.swift",
        "Requestables/IntegrationNetworkPutTests.swift",
        "Requestables/NetworkGetTests.swift",
        "Requestables/NetworkPostTests.swift",
        "Requestables/NetworkPutTests.swift",
        "Support/Doubles/BodyThrowErrorFakeAdapter.swift",
        "Support/Doubles/DecoderThrowErrorFakeAdapter.swift",
        "Support/Doubles/EncoderThrowErrorFakeAdapter.swift",
        "Support/Doubles/MockURLSession.swift",
        "Support/Doubles/SerializerThrowErrorFakeAdapter.swift",
        "Support/Doubles/URLWithQueryTrhrowErrorFakeBuildable.swift",
        "Support/Entities/Empty.swift",
        "Support/Entities/Fake.swift",
        "Support/Entities/Movie.swift",
        "Support/Entities/MovieQuery.swift",
        "Support/Entities/SomeEntity.swift",
        "Support/Entities/SomeError.swift",
        "Support/Extensions/FrisbeeError+All.swift",
        "Support/Extensions/SequenceExtensions.swift",
        "Support/Extensions/XCTestCase+AssertContains.swift"
      ],
      "target_dependencies" : [
        "Frisbee"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frisbee",
      "module_type" : "SwiftTarget",
      "name" : "Frisbee",
      "path" : "Sources/Frisbee",
      "product_memberships" : [
        "Frisbee"
      ],
      "sources" : [
        "Adapters/BodiableAdapter.swift",
        "Adapters/BodyAdapter.swift",
        "Adapters/Cancellable.swift",
        "Adapters/DecodableAdapter.swift",
        "Adapters/DecoderDataAdapter.swift",
        "Adapters/DecoderJSONAdapter.swift",
        "Adapters/EncodableAdapter.swift",
        "Adapters/EncoderJSONAdapter.swift",
        "Adapters/QueryItemAdapter.swift",
        "Adapters/SerializableAdapter.swift",
        "Adapters/SerializerJSONAdapter.swift",
        "Adapters/URLQueriableAdapter.swift",
        "Adapters/URLQueryAdapter.swift",
        "Adapters/URLSessionTaskAdapter.swift",
        "Entities/FrisbeeError.swift",
        "Entities/HTTPMethod.swift",
        "Entities/Result.swift",
        "Factories/Adapters/BodyAdapterFactory.swift",
        "Factories/Adapters/DecodableAdapterFactory.swift",
        "Factories/Adapters/EncodableAdapterFactory.swift",
        "Factories/Adapters/SerializableAdapterFactory.swift",
        "Factories/Adapters/URLQueriableAdapterFactory.swift",
        "Factories/ResultGeneratorFactory.swift",
        "Factories/URLRequestFactory.swift",
        "Factories/URLSessionFactory.swift",
        "Interactors/DataTaskRunner.swift",
        "Interactors/ResultGenerator.swift",
        "Requestables/Getable.swift",
        "Requestables/NetworkGet.swift",
        "Requestables/NetworkPost.swift",
        "Requestables/NetworkPut.swift",
        "Requestables/OnComplete.swift",
        "Requestables/Postable.swift",
        "Requestables/Putable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Frisbee",
  "name" : "Frisbee",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Frisbee",
      "targets" : [
        "Frisbee"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FrisbeeTests",
      "module_type" : "SwiftTarget",
      "name" : "FrisbeeTests",
      "path" : "Tests/FrisbeeTests",
      "sources" : [
        "Adapters/BodyAdapterTests.swift",
        "Adapters/DecoderDataAdapterTests.swift",
        "Adapters/QueryItemAdapterTests.swift",
        "Adapters/URLQueryAdapterTests.swift",
        "Adapters/URLSessionTaskAdapterTests.swift",
        "Entities/FrisbeeErrorTests.swift",
        "Entities/ResultTests.swift",
        "Factories/URLRequestFactoryTests.swift",
        "Factories/URLSessionFactoryTests.swift",
        "Interactors/ResultGeneratorTests.swift",
        "Requestables/IntegrationNetworkGetTests.swift",
        "Requestables/IntegrationNetworkPostTests.swift",
        "Requestables/IntegrationNetworkPutTests.swift",
        "Requestables/NetworkGetTests.swift",
        "Requestables/NetworkPostTests.swift",
        "Requestables/NetworkPutTests.swift",
        "Support/Doubles/BodyThrowErrorFakeAdapter.swift",
        "Support/Doubles/DecoderThrowErrorFakeAdapter.swift",
        "Support/Doubles/EncoderThrowErrorFakeAdapter.swift",
        "Support/Doubles/MockURLSession.swift",
        "Support/Doubles/SerializerThrowErrorFakeAdapter.swift",
        "Support/Doubles/URLWithQueryTrhrowErrorFakeBuildable.swift",
        "Support/Entities/Empty.swift",
        "Support/Entities/Fake.swift",
        "Support/Entities/Movie.swift",
        "Support/Entities/MovieQuery.swift",
        "Support/Entities/SomeEntity.swift",
        "Support/Entities/SomeError.swift",
        "Support/Extensions/FrisbeeError+All.swift",
        "Support/Extensions/SequenceExtensions.swift",
        "Support/Extensions/XCTestCase+AssertContains.swift"
      ],
      "target_dependencies" : [
        "Frisbee"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frisbee",
      "module_type" : "SwiftTarget",
      "name" : "Frisbee",
      "path" : "Sources/Frisbee",
      "product_memberships" : [
        "Frisbee"
      ],
      "sources" : [
        "Adapters/BodiableAdapter.swift",
        "Adapters/BodyAdapter.swift",
        "Adapters/Cancellable.swift",
        "Adapters/DecodableAdapter.swift",
        "Adapters/DecoderDataAdapter.swift",
        "Adapters/DecoderJSONAdapter.swift",
        "Adapters/EncodableAdapter.swift",
        "Adapters/EncoderJSONAdapter.swift",
        "Adapters/QueryItemAdapter.swift",
        "Adapters/SerializableAdapter.swift",
        "Adapters/SerializerJSONAdapter.swift",
        "Adapters/URLQueriableAdapter.swift",
        "Adapters/URLQueryAdapter.swift",
        "Adapters/URLSessionTaskAdapter.swift",
        "Entities/FrisbeeError.swift",
        "Entities/HTTPMethod.swift",
        "Entities/Result.swift",
        "Factories/Adapters/BodyAdapterFactory.swift",
        "Factories/Adapters/DecodableAdapterFactory.swift",
        "Factories/Adapters/EncodableAdapterFactory.swift",
        "Factories/Adapters/SerializableAdapterFactory.swift",
        "Factories/Adapters/URLQueriableAdapterFactory.swift",
        "Factories/ResultGeneratorFactory.swift",
        "Factories/URLRequestFactory.swift",
        "Factories/URLSessionFactory.swift",
        "Interactors/DataTaskRunner.swift",
        "Interactors/ResultGenerator.swift",
        "Requestables/Getable.swift",
        "Requestables/NetworkGet.swift",
        "Requestables/NetworkPost.swift",
        "Requestables/NetworkPut.swift",
        "Requestables/OnComplete.swift",
        "Requestables/Postable.swift",
        "Requestables/Putable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "Frisbee",
    "schemes" : [
      "Frisbee-Package",
      "FrisbeePackageDescription",
      "FrisbeePackageTests"
    ],
    "targets" : [
      "Frisbee",
      "FrisbeePackageDescription",
      "FrisbeePackageTests",
      "FrisbeeTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Frisbee-Package -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 Frisbee-Package -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
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target 'Frisbee' in project 'Frisbee' (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
Build description signature: e40de7f5a8c940bb3f565621e7e90187
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e40de7f5a8c940bb3f565621e7e90187.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/Frisbee.xcodeproj
    /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/Products
    cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
    cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
    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/Frisbee.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Frisbee.DependencyMetadataFileList (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Frisbee.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Headers (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj/Frisbee_Info.plist (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj/Frisbee_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Info.plist
SwiftDriver Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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 -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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.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/Frisbee.build/Debug-appletvos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_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/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Result.swift,\ BodyAdapterFactory.swift,\ DecodableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/BodyAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/Result.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/BodyAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755581233-swift-frontend-Frisbee-Result.swift-arm64_apple_tvos18.4-o-Onone-185344175.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4930 seconds (4.1740 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0189 (  8.6%)   0.0925 ( 33.9%)   0.1114 ( 22.6%)   1.9023 ( 45.6%)  parse-and-resolve-imports
   0.0187 (  8.5%)   0.0923 ( 33.8%)   0.1110 ( 22.5%)   1.9020 ( 45.6%)  Import resolution
   0.0857 ( 38.9%)   0.0321 ( 11.8%)   0.1178 ( 23.9%)   0.1182 (  2.8%)  build-rewrite-system
   0.0019 (  0.9%)   0.0163 (  6.0%)   0.0182 (  3.7%)   0.1169 (  2.8%)  load-stdlib
   0.0131 (  5.9%)   0.0108 (  4.0%)   0.0239 (  4.8%)   0.0238 (  0.6%)  import-clang-decl
   0.0175 (  8.0%)   0.0060 (  2.2%)   0.0235 (  4.8%)   0.0235 (  0.6%)  perform-sema
   0.0174 (  7.9%)   0.0060 (  2.2%)   0.0234 (  4.7%)   0.0234 (  0.6%)  Type checking and Semantic analysis
   0.0120 (  5.5%)   0.0037 (  1.4%)   0.0157 (  3.2%)   0.0157 (  0.4%)  typecheck-stmt
   0.0094 (  4.3%)   0.0033 (  1.2%)   0.0127 (  2.6%)   0.0127 (  0.3%)  typecheck-expr
   0.0073 (  3.3%)   0.0026 (  0.9%)   0.0099 (  2.0%)   0.0099 (  0.2%)  precheck-target
   0.0056 (  2.5%)   0.0033 (  1.2%)   0.0089 (  1.8%)   0.0089 (  0.2%)  IRGen
   0.0050 (  2.3%)   0.0022 (  0.8%)   0.0071 (  1.4%)   0.0071 (  0.2%)  typecheck-decl
   0.0028 (  1.3%)   0.0010 (  0.4%)   0.0038 (  0.8%)   0.0039 (  0.1%)  SILGen
   0.0028 (  1.3%)   0.0000 (  0.0%)   0.0028 (  0.6%)   0.0028 (  0.1%)  SIL optimization
   0.0009 (  0.4%)   0.0005 (  0.2%)   0.0014 (  0.3%)   0.0014 (  0.0%)  load-all-members
   0.0009 (  0.4%)   0.0004 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  SILGen-function
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2199 (100.0%)   0.2731 (100.0%)   0.4930 (100.0%)   4.1740 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6116 seconds (3.5770 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8604 (100.0%)   0.7512 (100.0%)   1.6116 (100.0%)   3.5770 (100.0%)  Building Target
   0.8604 (100.0%)   0.7512 (100.0%)   1.6116 (100.0%)   3.5770 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ ResultGeneratorFactory.swift,\ URLRequestFactory.swift,\ URLSessionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/ResultGeneratorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLRequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755580966-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_apple_tvos18.4-o-Onone-2013738014.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4430 seconds (4.0874 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 ( 10.7%)   0.0932 ( 35.4%)   0.1125 ( 25.4%)   1.8931 ( 46.3%)  parse-and-resolve-imports
   0.0192 ( 10.7%)   0.0930 ( 35.3%)   0.1122 ( 25.3%)   1.8928 ( 46.3%)  Import resolution
   0.0850 ( 47.3%)   0.0322 ( 12.2%)   0.1173 ( 26.5%)   0.1176 (  2.9%)  build-rewrite-system
   0.0020 (  1.1%)   0.0169 (  6.4%)   0.0189 (  4.3%)   0.1016 (  2.5%)  load-stdlib
   0.0128 (  7.1%)   0.0104 (  3.9%)   0.0232 (  5.2%)   0.0231 (  0.6%)  import-clang-decl
   0.0069 (  3.8%)   0.0034 (  1.3%)   0.0103 (  2.3%)   0.0103 (  0.3%)  perform-sema
   0.0068 (  3.8%)   0.0034 (  1.3%)   0.0102 (  2.3%)   0.0102 (  0.2%)  Type checking and Semantic analysis
   0.0052 (  2.9%)   0.0028 (  1.1%)   0.0080 (  1.8%)   0.0080 (  0.2%)  typecheck-decl
   0.0050 (  2.8%)   0.0028 (  1.1%)   0.0078 (  1.8%)   0.0078 (  0.2%)  IRGen
   0.0045 (  2.5%)   0.0017 (  0.6%)   0.0062 (  1.4%)   0.0062 (  0.2%)  typecheck-expr
   0.0045 (  2.5%)   0.0017 (  0.7%)   0.0062 (  1.4%)   0.0062 (  0.2%)  typecheck-stmt
   0.0029 (  1.6%)   0.0007 (  0.3%)   0.0036 (  0.8%)   0.0036 (  0.1%)  SILGen
   0.0022 (  1.2%)   0.0000 (  0.0%)   0.0022 (  0.5%)   0.0022 (  0.1%)  SIL optimization
   0.0014 (  0.8%)   0.0003 (  0.1%)   0.0017 (  0.4%)   0.0017 (  0.0%)  precheck-target
   0.0014 (  0.8%)   0.0002 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.0%)  SILGen-function
   0.0008 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1799 (100.0%)   0.2631 (100.0%)   0.4430 (100.0%)   4.0874 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6388 seconds (3.5801 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8714 (100.0%)   0.7674 (100.0%)   1.6388 (100.0%)   3.5801 (100.0%)  Building Target
   0.8714 (100.0%)   0.7674 (100.0%)   1.6388 (100.0%)   3.5801 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/ResultGeneratorFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLRequestFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ BodiableAdapter.swift,\ BodyAdapter.swift,\ Cancellable.swift,\ DecodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755588894-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_apple_tvos18.4-o-Onone-1639463149.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5116 seconds (3.6544 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0235 ( 11.8%)   0.1005 ( 32.1%)   0.1240 ( 24.2%)   1.6772 ( 45.9%)  parse-and-resolve-imports
   0.0233 ( 11.8%)   0.1003 ( 32.0%)   0.1236 ( 24.2%)   1.6769 ( 45.9%)  Import resolution
   0.0838 ( 42.3%)   0.0294 (  9.4%)   0.1132 ( 22.1%)   0.1132 (  3.1%)  build-rewrite-system
   0.0135 (  6.8%)   0.0444 ( 14.2%)   0.0579 ( 11.3%)   0.0892 (  2.4%)  load-stdlib
   0.0114 (  5.8%)   0.0082 (  2.6%)   0.0197 (  3.8%)   0.0238 (  0.7%)  SILGen
   0.0124 (  6.3%)   0.0103 (  3.3%)   0.0227 (  4.4%)   0.0228 (  0.6%)  import-clang-decl
   0.0065 (  3.3%)   0.0042 (  1.3%)   0.0107 (  2.1%)   0.0107 (  0.3%)  IRGen
   0.0048 (  2.4%)   0.0041 (  1.3%)   0.0088 (  1.7%)   0.0091 (  0.2%)  perform-sema
   0.0047 (  2.4%)   0.0040 (  1.3%)   0.0087 (  1.7%)   0.0089 (  0.2%)  Type checking and Semantic analysis
   0.0042 (  2.1%)   0.0038 (  1.2%)   0.0080 (  1.6%)   0.0082 (  0.2%)  typecheck-decl
   0.0038 (  1.9%)   0.0008 (  0.3%)   0.0046 (  0.9%)   0.0046 (  0.1%)  SILGen-function
   0.0033 (  1.7%)   0.0001 (  0.0%)   0.0034 (  0.7%)   0.0034 (  0.1%)  SIL optimization
   0.0010 (  0.5%)   0.0015 (  0.5%)   0.0026 (  0.5%)   0.0026 (  0.1%)  typecheck-stmt
   0.0009 (  0.5%)   0.0015 (  0.5%)   0.0024 (  0.5%)   0.0024 (  0.1%)  typecheck-expr
   0.0009 (  0.4%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1983 (100.0%)   0.3134 (100.0%)   0.5116 (100.0%)   3.6544 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8906 seconds (3.5749 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9682 (100.0%)   0.9224 (100.0%)   1.8906 (100.0%)   3.5749 (100.0%)  Building Target
   0.9682 (100.0%)   0.9224 (100.0%)   1.8906 (100.0%)   3.5749 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ NetworkGet.swift,\ NetworkPost.swift,\ NetworkPut.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755588664-swift-frontend-Frisbee-NetworkGet.swift-arm64_apple_tvos18.4-o-Onone-379935928.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1333 seconds (3.6548 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0019 ( 45.7%)   0.4261 ( 45.3%)   1.4280 ( 45.6%)   1.6200 ( 44.3%)  parse-and-resolve-imports
   1.0018 ( 45.7%)   0.4259 ( 45.3%)   1.4277 ( 45.6%)   1.6196 ( 44.3%)  Import resolution
   0.0020 (  0.1%)   0.0132 (  1.4%)   0.0152 (  0.5%)   0.1320 (  3.6%)  load-stdlib
   0.0843 (  3.8%)   0.0207 (  2.2%)   0.1050 (  3.4%)   0.1052 (  2.9%)  build-rewrite-system
   0.0170 (  0.8%)   0.0069 (  0.7%)   0.0238 (  0.8%)   0.0312 (  0.9%)  SILGen
   0.0153 (  0.7%)   0.0100 (  1.1%)   0.0252 (  0.8%)   0.0295 (  0.8%)  perform-sema
   0.0152 (  0.7%)   0.0099 (  1.1%)   0.0251 (  0.8%)   0.0294 (  0.8%)  Type checking and Semantic analysis
   0.0127 (  0.6%)   0.0101 (  1.1%)   0.0228 (  0.7%)   0.0228 (  0.6%)  import-clang-decl
   0.0092 (  0.4%)   0.0080 (  0.9%)   0.0172 (  0.5%)   0.0212 (  0.6%)  typecheck-decl
   0.0093 (  0.4%)   0.0032 (  0.3%)   0.0125 (  0.4%)   0.0128 (  0.4%)  IRGen
   0.0071 (  0.3%)   0.0015 (  0.2%)   0.0086 (  0.3%)   0.0086 (  0.2%)  SILGen-function
   0.0062 (  0.3%)   0.0019 (  0.2%)   0.0081 (  0.3%)   0.0083 (  0.2%)  typecheck-stmt
   0.0045 (  0.2%)   0.0015 (  0.2%)   0.0060 (  0.2%)   0.0062 (  0.2%)  typecheck-expr
   0.0046 (  0.2%)   0.0004 (  0.0%)   0.0051 (  0.2%)   0.0051 (  0.1%)  SIL optimization
   0.0017 (  0.1%)   0.0002 (  0.0%)   0.0019 (  0.1%)   0.0019 (  0.1%)  precheck-target
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0009 (  0.0%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1936 (100.0%)   0.9397 (100.0%)   3.1333 (100.0%)   3.6548 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1589 seconds (3.5683 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.9650 (100.0%)   1.1939 (100.0%)   3.1589 (100.0%)   3.5683 (100.0%)  Building Target
   1.9650 (100.0%)   1.1939 (100.0%)   3.1589 (100.0%)   3.5683 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ OnComplete.swift,\ Postable.swift,\ Putable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/OnComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Postable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Putable.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755593761-swift-frontend-Frisbee-OnComplete.swift-arm64_apple_tvos18.4-o-Onone-2377155335.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4141 seconds (3.6346 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0184 ( 10.6%)   0.0859 ( 35.7%)   0.1043 ( 25.2%)   1.6610 ( 45.7%)  parse-and-resolve-imports
   0.0183 ( 10.5%)   0.0857 ( 35.6%)   0.1040 ( 25.1%)   1.6607 ( 45.7%)  Import resolution
   0.0017 (  1.0%)   0.0121 (  5.0%)   0.0138 (  3.3%)   0.1203 (  3.3%)  load-stdlib
   0.0881 ( 50.8%)   0.0310 ( 12.9%)   0.1192 ( 28.8%)   0.1191 (  3.3%)  build-rewrite-system
   0.0128 (  7.4%)   0.0110 (  4.6%)   0.0238 (  5.8%)   0.0238 (  0.7%)  import-clang-decl
   0.0073 (  4.2%)   0.0033 (  1.4%)   0.0106 (  2.6%)   0.0108 (  0.3%)  perform-sema
   0.0072 (  4.2%)   0.0033 (  1.4%)   0.0105 (  2.5%)   0.0107 (  0.3%)  Type checking and Semantic analysis
   0.0041 (  2.4%)   0.0022 (  0.9%)   0.0063 (  1.5%)   0.0065 (  0.2%)  typecheck-stmt
   0.0035 (  2.0%)   0.0024 (  1.0%)   0.0059 (  1.4%)   0.0059 (  0.2%)  IRGen
   0.0032 (  1.9%)   0.0018 (  0.8%)   0.0050 (  1.2%)   0.0052 (  0.1%)  typecheck-expr
   0.0028 (  1.6%)   0.0010 (  0.4%)   0.0038 (  0.9%)   0.0038 (  0.1%)  typecheck-decl
   0.0023 (  1.3%)   0.0004 (  0.2%)   0.0027 (  0.7%)   0.0027 (  0.1%)  SILGen
   0.0016 (  1.0%)   0.0000 (  0.0%)   0.0017 (  0.4%)   0.0017 (  0.0%)  SIL optimization
   0.0008 (  0.4%)   0.0003 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.4%)   0.0001 (  0.0%)   0.0008 (  0.2%)   0.0008 (  0.0%)  SILGen-function
   0.0005 (  0.3%)   0.0000 (  0.0%)   0.0006 (  0.1%)   0.0006 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.1735 (100.0%)   0.2406 (100.0%)   0.4141 (100.0%)   3.6346 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8044 seconds (3.5576 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9392 (100.0%)   0.8653 (100.0%)   1.8044 (100.0%)   3.5576 (100.0%)  Building Target
   0.9392 (100.0%)   0.8653 (100.0%)   1.8044 (100.0%)   3.5576 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/OnComplete.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Postable.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Putable.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ QueryItemAdapter.swift,\ SerializableAdapter.swift,\ SerializerJSONAdapter.swift,\ URLQueriableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/QueryItemAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializerJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755594387-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_apple_tvos18.4-o-Onone-1550434963.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4816 seconds (3.7551 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0188 (  8.7%)   0.0926 ( 34.9%)   0.1114 ( 23.1%)   1.7037 ( 45.4%)  parse-and-resolve-imports
   0.0187 (  8.6%)   0.0924 ( 34.8%)   0.1110 ( 23.1%)   1.7033 ( 45.4%)  Import resolution
   0.0843 ( 39.0%)   0.0308 ( 11.6%)   0.1151 ( 23.9%)   0.1150 (  3.1%)  build-rewrite-system
   0.0019 (  0.9%)   0.0114 (  4.3%)   0.0134 (  2.8%)   0.1023 (  2.7%)  load-stdlib
   0.0132 (  6.1%)   0.0099 (  3.7%)   0.0231 (  4.8%)   0.0232 (  0.6%)  import-clang-decl
   0.0131 (  6.1%)   0.0054 (  2.0%)   0.0185 (  3.8%)   0.0185 (  0.5%)  perform-sema
   0.0130 (  6.0%)   0.0054 (  2.0%)   0.0184 (  3.8%)   0.0184 (  0.5%)  Type checking and Semantic analysis
   0.0105 (  4.9%)   0.0043 (  1.6%)   0.0149 (  3.1%)   0.0149 (  0.4%)  typecheck-stmt
   0.0117 (  5.4%)   0.0027 (  1.0%)   0.0144 (  3.0%)   0.0144 (  0.4%)  SILGen
   0.0079 (  3.7%)   0.0032 (  1.2%)   0.0111 (  2.3%)   0.0111 (  0.3%)  IRGen
   0.0060 (  2.8%)   0.0029 (  1.1%)   0.0089 (  1.8%)   0.0089 (  0.2%)  typecheck-decl
   0.0061 (  2.8%)   0.0011 (  0.4%)   0.0072 (  1.5%)   0.0072 (  0.2%)  SILGen-function
   0.0036 (  1.7%)   0.0020 (  0.7%)   0.0056 (  1.2%)   0.0056 (  0.1%)  typecheck-expr
   0.0049 (  2.3%)   0.0002 (  0.1%)   0.0051 (  1.1%)   0.0051 (  0.1%)  SIL optimization
   0.0016 (  0.8%)   0.0009 (  0.3%)   0.0025 (  0.5%)   0.0025 (  0.1%)  precheck-target
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2162 (100.0%)   0.2654 (100.0%)   0.4816 (100.0%)   3.7551 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8048 seconds (3.5699 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9525 (100.0%)   0.8523 (100.0%)   1.8048 (100.0%)   3.5699 (100.0%)  Building Target
   0.9525 (100.0%)   0.8523 (100.0%)   1.8048 (100.0%)   3.5699 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/QueryItemAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializerJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftEmitModule normal arm64 Emitting\ module\ for\ Frisbee (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755592441-swift-frontend-Frisbee-all-arm64_apple_tvos18.4-swiftmodule-Onone-2484150254.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4188 seconds (3.5939 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0194 ( 14.1%)   0.0950 ( 33.7%)   0.1143 ( 27.3%)   1.6516 ( 46.0%)  parse-and-resolve-imports
   0.0192 ( 14.0%)   0.0947 ( 33.6%)   0.1139 ( 27.2%)   1.6511 ( 45.9%)  Import resolution
   0.0018 (  1.4%)   0.0127 (  4.5%)   0.0145 (  3.5%)   0.0967 (  2.7%)  load-stdlib
   0.0236 ( 17.2%)   0.0203 (  7.2%)   0.0439 ( 10.5%)   0.0493 (  1.4%)  perform-sema
   0.0232 ( 17.0%)   0.0202 (  7.2%)   0.0434 ( 10.4%)   0.0487 (  1.4%)  Type checking and Semantic analysis
   0.0226 ( 16.5%)   0.0200 (  7.1%)   0.0425 ( 10.2%)   0.0479 (  1.3%)  typecheck-decl
   0.0059 (  4.3%)   0.0069 (  2.5%)   0.0128 (  3.1%)   0.0137 (  0.4%)  SIL optimization
   0.0082 (  6.0%)   0.0018 (  0.6%)   0.0100 (  2.4%)   0.0100 (  0.3%)  SILGen
   0.0021 (  1.6%)   0.0051 (  1.8%)   0.0072 (  1.7%)   0.0080 (  0.2%)  Serialization, swiftmodule
   0.0051 (  3.7%)   0.0015 (  0.5%)   0.0066 (  1.6%)   0.0066 (  0.2%)  build-rewrite-system
   0.0023 (  1.7%)   0.0030 (  1.1%)   0.0053 (  1.3%)   0.0054 (  0.1%)  import-clang-decl
   0.0017 (  1.3%)   0.0004 (  0.1%)   0.0021 (  0.5%)   0.0021 (  0.1%)  SILGen-function
   0.0008 (  0.6%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0016 (  0.0%)  typecheck-expr
   0.0007 (  0.5%)   0.0001 (  0.0%)   0.0008 (  0.2%)   0.0008 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.1369 (100.0%)   0.2819 (100.0%)   0.4188 (100.0%)   3.5939 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2035 seconds (1.8296 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0638 (100.0%)   0.1397 (100.0%)   0.2035 (100.0%)   1.8296 (100.0%)  Building Target
   0.0638 (100.0%)   0.1397 (100.0%)   0.2035 (100.0%)   1.8296 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ DataTaskRunner.swift,\ ResultGenerator.swift,\ Getable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755594329-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_apple_tvos18.4-o-Onone-3700480855.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4633 seconds (3.9935 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0186 (  9.4%)   0.0929 ( 35.1%)   0.1115 ( 24.1%)   1.8380 ( 46.0%)  parse-and-resolve-imports
   0.0184 (  9.3%)   0.0927 ( 35.0%)   0.1112 ( 24.0%)   1.8377 ( 46.0%)  Import resolution
   0.0847 ( 42.7%)   0.0309 ( 11.7%)   0.1156 ( 25.0%)   0.1156 (  2.9%)  build-rewrite-system
   0.0018 (  0.9%)   0.0115 (  4.4%)   0.0134 (  2.9%)   0.0895 (  2.2%)  load-stdlib
   0.0133 (  6.7%)   0.0107 (  4.1%)   0.0241 (  5.2%)   0.0242 (  0.6%)  import-clang-decl
   0.0111 (  5.6%)   0.0059 (  2.2%)   0.0170 (  3.7%)   0.0175 (  0.4%)  perform-sema
   0.0110 (  5.5%)   0.0059 (  2.2%)   0.0169 (  3.6%)   0.0174 (  0.4%)  Type checking and Semantic analysis
   0.0064 (  3.2%)   0.0037 (  1.4%)   0.0101 (  2.2%)   0.0101 (  0.3%)  typecheck-decl
   0.0074 (  3.7%)   0.0026 (  1.0%)   0.0100 (  2.2%)   0.0100 (  0.3%)  typecheck-stmt
   0.0057 (  2.9%)   0.0023 (  0.9%)   0.0080 (  1.7%)   0.0080 (  0.2%)  typecheck-expr
   0.0052 (  2.6%)   0.0027 (  1.0%)   0.0079 (  1.7%)   0.0079 (  0.2%)  IRGen
   0.0060 (  3.0%)   0.0014 (  0.5%)   0.0074 (  1.6%)   0.0074 (  0.2%)  SILGen
   0.0040 (  2.0%)   0.0009 (  0.3%)   0.0049 (  1.0%)   0.0049 (  0.1%)  SILGen-function
   0.0034 (  1.7%)   0.0000 (  0.0%)   0.0034 (  0.7%)   0.0034 (  0.1%)  SIL optimization
   0.0010 (  0.5%)   0.0003 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  load-all-members
   0.0005 (  0.2%)   0.0000 (  0.0%)   0.0005 (  0.1%)   0.0005 (  0.0%)  precheck-target
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1986 (100.0%)   0.2647 (100.0%)   0.4633 (100.0%)   3.9935 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6905 seconds (3.5691 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8982 (100.0%)   0.7923 (100.0%)   1.6905 (100.0%)   3.5691 (100.0%)  Building Target
   0.8982 (100.0%)   0.7923 (100.0%)   1.6905 (100.0%)   3.5691 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: warning: capture of 'onComplete' with non-sendable type 'OnComplete<T>' (aka '(Result<T>) -> ()') in a '@Sendable' closure
            onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
            ^
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
            onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
            ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ URLQueryAdapter.swift,\ URLSessionTaskAdapter.swift,\ FrisbeeError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueryAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLSessionTaskAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/FrisbeeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueryAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLSessionTaskAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/FrisbeeError.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755593491-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_apple_tvos18.4-o-Onone-1364343986.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5293 seconds (4.2600 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0193 (  7.7%)   0.0946 ( 33.9%)   0.1139 ( 21.5%)   1.9341 ( 45.4%)  parse-and-resolve-imports
   0.0192 (  7.7%)   0.0944 ( 33.9%)   0.1136 ( 21.5%)   1.9338 ( 45.4%)  Import resolution
   0.0835 ( 33.3%)   0.0290 ( 10.4%)   0.1125 ( 21.2%)   0.1128 (  2.6%)  build-rewrite-system
   0.0016 (  0.7%)   0.0097 (  3.5%)   0.0113 (  2.1%)   0.1010 (  2.4%)  load-stdlib
   0.0251 ( 10.0%)   0.0099 (  3.5%)   0.0349 (  6.6%)   0.0350 (  0.8%)  perform-sema
   0.0249 (  9.9%)   0.0099 (  3.5%)   0.0348 (  6.6%)   0.0348 (  0.8%)  Type checking and Semantic analysis
   0.0141 (  5.6%)   0.0116 (  4.2%)   0.0257 (  4.9%)   0.0257 (  0.6%)  import-clang-decl
   0.0153 (  6.1%)   0.0067 (  2.4%)   0.0220 (  4.2%)   0.0220 (  0.5%)  typecheck-decl
   0.0110 (  4.4%)   0.0035 (  1.3%)   0.0144 (  2.7%)   0.0145 (  0.3%)  typecheck-stmt
   0.0081 (  3.2%)   0.0030 (  1.1%)   0.0111 (  2.1%)   0.0111 (  0.3%)  typecheck-expr
   0.0069 (  2.8%)   0.0036 (  1.3%)   0.0105 (  2.0%)   0.0105 (  0.2%)  IRGen
   0.0084 (  3.3%)   0.0016 (  0.6%)   0.0099 (  1.9%)   0.0100 (  0.2%)  SILGen
   0.0055 (  2.2%)   0.0008 (  0.3%)   0.0063 (  1.2%)   0.0064 (  0.1%)  SILGen-function
   0.0048 (  1.9%)   0.0001 (  0.0%)   0.0049 (  0.9%)   0.0049 (  0.1%)  SIL optimization
   0.0013 (  0.5%)   0.0001 (  0.0%)   0.0013 (  0.2%)   0.0013 (  0.0%)  precheck-target
   0.0009 (  0.4%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  typecheck-expr-pattern
   0.0007 (  0.3%)   0.0002 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2505 (100.0%)   0.2787 (100.0%)   0.5293 (100.0%)   4.2600 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5915 seconds (3.5739 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8688 (100.0%)   0.7226 (100.0%)   1.5915 (100.0%)   3.5739 (100.0%)  Building Target
   0.8688 (100.0%)   0.7226 (100.0%)   1.5915 (100.0%)   3.5739 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ EncodableAdapterFactory.swift,\ SerializableAdapterFactory.swift,\ URLQueriableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/SerializableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501755594181-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_apple_tvos18.4-o-Onone-3096826644.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3263 seconds (3.8449 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 17.2%)   0.0894 ( 40.9%)   0.1079 ( 33.1%)   1.8273 ( 47.5%)  parse-and-resolve-imports
   0.0184 ( 17.0%)   0.0892 ( 40.9%)   0.1076 ( 33.0%)   1.8270 ( 47.5%)  Import resolution
   0.0017 (  1.5%)   0.0101 (  4.6%)   0.0117 (  3.6%)   0.0914 (  2.4%)  load-stdlib
   0.0500 ( 46.3%)   0.0185 (  8.5%)   0.0685 ( 21.0%)   0.0686 (  1.8%)  build-rewrite-system
   0.0041 (  3.8%)   0.0032 (  1.5%)   0.0073 (  2.2%)   0.0073 (  0.2%)  IRGen
   0.0035 (  3.2%)   0.0020 (  0.9%)   0.0055 (  1.7%)   0.0055 (  0.1%)  perform-sema
   0.0034 (  3.2%)   0.0020 (  0.9%)   0.0054 (  1.7%)   0.0054 (  0.1%)  Type checking and Semantic analysis
   0.0026 (  2.4%)   0.0016 (  0.7%)   0.0042 (  1.3%)   0.0042 (  0.1%)  typecheck-decl
   0.0013 (  1.2%)   0.0014 (  0.7%)   0.0027 (  0.8%)   0.0027 (  0.1%)  import-clang-decl
   0.0018 (  1.7%)   0.0005 (  0.2%)   0.0024 (  0.7%)   0.0024 (  0.1%)  SILGen
   0.0012 (  1.1%)   0.0000 (  0.0%)   0.0012 (  0.4%)   0.0012 (  0.0%)  SIL optimization
   0.0006 (  0.5%)   0.0002 (  0.1%)   0.0008 (  0.3%)   0.0008 (  0.0%)  typecheck-stmt
   0.0006 (  0.6%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  SILGen-function
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  typecheck-expr
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1080 (100.0%)   0.2183 (100.0%)   0.3263 (100.0%)   3.8449 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4888 seconds (2.2888 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3235 (100.0%)   0.1653 (100.0%)   0.4888 (100.0%)   2.2888 (100.0%)  Building Target
   0.3235 (100.0%)   0.1653 (100.0%)   0.4888 (100.0%)   2.2888 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/SerializableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ DecoderDataAdapter.swift,\ DecoderJSONAdapter.swift,\ EncodableAdapter.swift,\ EncoderJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderDataAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501757491670-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_apple_tvos18.4-o-Onone-3604092226.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2500 seconds (0.2502 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0849 ( 52.8%)   0.0323 ( 36.2%)   0.1172 ( 46.9%)   0.1171 ( 46.8%)  build-rewrite-system
   0.0161 ( 10.0%)   0.0161 ( 18.0%)   0.0322 ( 12.9%)   0.0322 ( 12.9%)  parse-and-resolve-imports
   0.0160 (  9.9%)   0.0159 ( 17.8%)   0.0319 ( 12.7%)   0.0319 ( 12.7%)  Import resolution
   0.0131 (  8.1%)   0.0107 ( 12.0%)   0.0238 (  9.5%)   0.0241 (  9.6%)  import-clang-decl
   0.0056 (  3.5%)   0.0032 (  3.6%)   0.0089 (  3.5%)   0.0089 (  3.5%)  IRGen
   0.0050 (  3.1%)   0.0017 (  2.0%)   0.0067 (  2.7%)   0.0067 (  2.7%)  SILGen
   0.0043 (  2.7%)   0.0022 (  2.5%)   0.0065 (  2.6%)   0.0065 (  2.6%)  perform-sema
   0.0042 (  2.6%)   0.0022 (  2.4%)   0.0064 (  2.5%)   0.0064 (  2.5%)  Type checking and Semantic analysis
   0.0027 (  1.7%)   0.0017 (  1.9%)   0.0044 (  1.8%)   0.0044 (  1.8%)  typecheck-decl
   0.0030 (  1.9%)   0.0000 (  0.0%)   0.0031 (  1.2%)   0.0031 (  1.2%)  SIL optimization
   0.0010 (  0.6%)   0.0015 (  1.7%)   0.0025 (  1.0%)   0.0025 (  1.0%)  load-stdlib
   0.0013 (  0.8%)   0.0004 (  0.5%)   0.0017 (  0.7%)   0.0017 (  0.7%)  SILGen-function
   0.0012 (  0.8%)   0.0004 (  0.4%)   0.0016 (  0.6%)   0.0016 (  0.6%)  typecheck-stmt
   0.0009 (  0.5%)   0.0004 (  0.5%)   0.0013 (  0.5%)   0.0013 (  0.5%)  typecheck-expr
   0.0009 (  0.5%)   0.0004 (  0.4%)   0.0012 (  0.5%)   0.0012 (  0.5%)  load-all-members
   0.0005 (  0.3%)   0.0001 (  0.1%)   0.0006 (  0.2%)   0.0006 (  0.2%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1607 (100.0%)   0.0893 (100.0%)   0.2500 (100.0%)   0.2502 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5971 seconds (1.6787 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8857 (100.0%)   0.7114 (100.0%)   1.5971 (100.0%)   1.6787 (100.0%)  Building Target
   0.8857 (100.0%)   0.7114 (100.0%)   1.5971 (100.0%)   1.6787 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderDataAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for Frisbee (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation\ Requirements Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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 -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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.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/Frisbee.build/Debug-appletvos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_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/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EncodableAdapterFactory.swift, SerializableAdapterFactory.swift, URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Headers/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Headers/Frisbee-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule (in target 'Frisbee' from project 'Frisbee')
    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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc (in target 'Frisbee' from project 'Frisbee')
    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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json (in target 'Frisbee' from project 'Frisbee')
    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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo (in target 'Frisbee' from project 'Frisbee')
    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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling OnComplete.swift, Postable.swift, Putable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling DecoderDataAdapter.swift, DecoderJSONAdapter.swift, EncodableAdapter.swift, EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling ResultGeneratorFactory.swift, URLRequestFactory.swift, URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkGet.swift, NetworkPost.swift, NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling DataTaskRunner.swift, ResultGenerator.swift, Getable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling Result.swift, BodyAdapterFactory.swift, DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -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 -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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.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/Frisbee.build/Debug-appletvos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_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/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Frisbee normal (in target 'Frisbee' from project 'Frisbee')
    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-tvos18.4 -dynamiclib -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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList -install_name @rpath/Frisbee.framework/Frisbee -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_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/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Frisbee
ExtractAppIntentsMetadata (in target 'Frisbee' from project 'Frisbee')
    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 Frisbee --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 18.4 --bundle-identifier Frisbee --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Frisbee --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Frisbee.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-appletvos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 06:35:59.701 appintentsmetadataprocessor[704:3979] Starting appintentsmetadataprocessor export
2025-04-24 06:35:59.704 appintentsmetadataprocessor[704:3979] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Frisbee.framework/Frisbee.tbd (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -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 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework/Frisbee -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/Frisbee.framework/Frisbee.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Frisbee.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Frisbee",
  "name" : "Frisbee",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Frisbee",
      "targets" : [
        "Frisbee"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FrisbeeTests",
      "module_type" : "SwiftTarget",
      "name" : "FrisbeeTests",
      "path" : "Tests/FrisbeeTests",
      "sources" : [
        "Adapters/BodyAdapterTests.swift",
        "Adapters/DecoderDataAdapterTests.swift",
        "Adapters/QueryItemAdapterTests.swift",
        "Adapters/URLQueryAdapterTests.swift",
        "Adapters/URLSessionTaskAdapterTests.swift",
        "Entities/FrisbeeErrorTests.swift",
        "Entities/ResultTests.swift",
        "Factories/URLRequestFactoryTests.swift",
        "Factories/URLSessionFactoryTests.swift",
        "Interactors/ResultGeneratorTests.swift",
        "Requestables/IntegrationNetworkGetTests.swift",
        "Requestables/IntegrationNetworkPostTests.swift",
        "Requestables/IntegrationNetworkPutTests.swift",
        "Requestables/NetworkGetTests.swift",
        "Requestables/NetworkPostTests.swift",
        "Requestables/NetworkPutTests.swift",
        "Support/Doubles/BodyThrowErrorFakeAdapter.swift",
        "Support/Doubles/DecoderThrowErrorFakeAdapter.swift",
        "Support/Doubles/EncoderThrowErrorFakeAdapter.swift",
        "Support/Doubles/MockURLSession.swift",
        "Support/Doubles/SerializerThrowErrorFakeAdapter.swift",
        "Support/Doubles/URLWithQueryTrhrowErrorFakeBuildable.swift",
        "Support/Entities/Empty.swift",
        "Support/Entities/Fake.swift",
        "Support/Entities/Movie.swift",
        "Support/Entities/MovieQuery.swift",
        "Support/Entities/SomeEntity.swift",
        "Support/Entities/SomeError.swift",
        "Support/Extensions/FrisbeeError+All.swift",
        "Support/Extensions/SequenceExtensions.swift",
        "Support/Extensions/XCTestCase+AssertContains.swift"
      ],
      "target_dependencies" : [
        "Frisbee"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Frisbee",
      "module_type" : "SwiftTarget",
      "name" : "Frisbee",
      "path" : "Sources/Frisbee",
      "product_memberships" : [
        "Frisbee"
      ],
      "sources" : [
        "Adapters/BodiableAdapter.swift",
        "Adapters/BodyAdapter.swift",
        "Adapters/Cancellable.swift",
        "Adapters/DecodableAdapter.swift",
        "Adapters/DecoderDataAdapter.swift",
        "Adapters/DecoderJSONAdapter.swift",
        "Adapters/EncodableAdapter.swift",
        "Adapters/EncoderJSONAdapter.swift",
        "Adapters/QueryItemAdapter.swift",
        "Adapters/SerializableAdapter.swift",
        "Adapters/SerializerJSONAdapter.swift",
        "Adapters/URLQueriableAdapter.swift",
        "Adapters/URLQueryAdapter.swift",
        "Adapters/URLSessionTaskAdapter.swift",
        "Entities/FrisbeeError.swift",
        "Entities/HTTPMethod.swift",
        "Entities/Result.swift",
        "Factories/Adapters/BodyAdapterFactory.swift",
        "Factories/Adapters/DecodableAdapterFactory.swift",
        "Factories/Adapters/EncodableAdapterFactory.swift",
        "Factories/Adapters/SerializableAdapterFactory.swift",
        "Factories/Adapters/URLQueriableAdapterFactory.swift",
        "Factories/ResultGeneratorFactory.swift",
        "Factories/URLRequestFactory.swift",
        "Factories/URLSessionFactory.swift",
        "Interactors/DataTaskRunner.swift",
        "Interactors/ResultGenerator.swift",
        "Requestables/Getable.swift",
        "Requestables/NetworkGet.swift",
        "Requestables/NetworkPost.swift",
        "Requestables/NetworkPut.swift",
        "Requestables/OnComplete.swift",
        "Requestables/Postable.swift",
        "Requestables/Putable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.