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 1.0.0 (32fe11), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 13:40:11 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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ronanrodrigo/Frisbee.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ronanrodrigo/Frisbee
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 32fe11f Merge branch 'master' of github.com:ronanrodrigo/Frisbee
Cloned https://github.com/ronanrodrigo/Frisbee.git
Revision (git rev-parse @):
32fe11fe455760321c1ae41b201b9d4981ab988b
SUCCESS checkout https://github.com/ronanrodrigo/Frisbee.git at 1.0.0
========================================
Build
========================================
Selected platform:         watchOS
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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Frisbee-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 889d69ff135f392012ede20b3992b763
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/889d69ff135f392012ede20b3992b763.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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    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/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Frisbee.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Frisbee.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Frisbee.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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 watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Info.plist
SwiftDriver Frisbee normal arm64_32 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-watchos/Frisbee.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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_32 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_32 /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_32 /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_32 /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_32 /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-1745502005940717-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-3687127004.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5715 seconds (4.5915 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0268 ( 11.3%)   0.1155 ( 34.6%)   0.1423 ( 24.9%)   2.1255 ( 46.3%)  parse-and-resolve-imports
   0.0267 ( 11.2%)   0.1153 ( 34.6%)   0.1420 ( 24.8%)   2.1252 ( 46.3%)  Import resolution
   0.0986 ( 41.4%)   0.0299 (  9.0%)   0.1286 ( 22.5%)   0.1290 (  2.8%)  build-rewrite-system
   0.0154 (  6.5%)   0.0412 ( 12.4%)   0.0567 (  9.9%)   0.1093 (  2.4%)  load-stdlib
   0.0131 (  5.5%)   0.0108 (  3.2%)   0.0239 (  4.2%)   0.0244 (  0.5%)  import-clang-decl
   0.0169 (  7.1%)   0.0030 (  0.9%)   0.0198 (  3.5%)   0.0199 (  0.4%)  SILGen
   0.0093 (  3.9%)   0.0074 (  2.2%)   0.0166 (  2.9%)   0.0166 (  0.4%)  IRGen
   0.0061 (  2.6%)   0.0028 (  0.9%)   0.0090 (  1.6%)   0.0090 (  0.2%)  perform-sema
   0.0060 (  2.5%)   0.0028 (  0.8%)   0.0088 (  1.5%)   0.0088 (  0.2%)  Type checking and Semantic analysis
   0.0052 (  2.2%)   0.0025 (  0.8%)   0.0078 (  1.4%)   0.0078 (  0.2%)  typecheck-decl
   0.0058 (  2.4%)   0.0010 (  0.3%)   0.0067 (  1.2%)   0.0067 (  0.1%)  SILGen-function
   0.0042 (  1.8%)   0.0001 (  0.0%)   0.0044 (  0.8%)   0.0044 (  0.1%)  SIL optimization
   0.0015 (  0.6%)   0.0004 (  0.1%)   0.0019 (  0.3%)   0.0019 (  0.0%)  typecheck-stmt
   0.0012 (  0.5%)   0.0004 (  0.1%)   0.0016 (  0.3%)   0.0016 (  0.0%)  typecheck-expr
   0.0008 (  0.3%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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, 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.2380 (100.0%)   0.3335 (100.0%)   0.5715 (100.0%)   4.5915 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7192 seconds (3.8847 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0570 (100.0%)   0.6622 (100.0%)   1.7192 (100.0%)   3.8847 (100.0%)  Building Target
   1.0570 (100.0%)   0.6622 (100.0%)   1.7192 (100.0%)   3.8847 (100.0%)  Total
SwiftCompile normal arm64_32 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')
SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueriableAdapter.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-1745502005932649-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-1426844375.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5811 seconds (4.5185 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 (  8.3%)   0.1045 ( 34.3%)   0.1275 ( 21.9%)   2.0273 ( 44.9%)  parse-and-resolve-imports
   0.0226 (  8.2%)   0.1039 ( 34.1%)   0.1265 ( 21.8%)   2.0262 ( 44.8%)  Import resolution
   0.0025 (  0.9%)   0.0161 (  5.3%)   0.0186 (  3.2%)   0.1557 (  3.4%)  load-stdlib
   0.1024 ( 37.0%)   0.0331 ( 10.9%)   0.1355 ( 23.3%)   0.1359 (  3.0%)  build-rewrite-system
   0.0161 (  5.8%)   0.0119 (  3.9%)   0.0280 (  4.8%)   0.0282 (  0.6%)  import-clang-decl
   0.0189 (  6.8%)   0.0064 (  2.1%)   0.0252 (  4.3%)   0.0253 (  0.6%)  perform-sema
   0.0187 (  6.8%)   0.0064 (  2.1%)   0.0251 (  4.3%)   0.0252 (  0.6%)  Type checking and Semantic analysis
   0.0155 (  5.6%)   0.0046 (  1.5%)   0.0201 (  3.5%)   0.0201 (  0.4%)  typecheck-stmt
   0.0137 (  4.9%)   0.0034 (  1.1%)   0.0171 (  2.9%)   0.0171 (  0.4%)  SILGen
   0.0098 (  3.5%)   0.0051 (  1.7%)   0.0149 (  2.6%)   0.0150 (  0.3%)  IRGen
   0.0084 (  3.0%)   0.0039 (  1.3%)   0.0123 (  2.1%)   0.0124 (  0.3%)  typecheck-decl
   0.0073 (  2.6%)   0.0022 (  0.7%)   0.0095 (  1.6%)   0.0095 (  0.2%)  typecheck-expr
   0.0076 (  2.7%)   0.0014 (  0.5%)   0.0090 (  1.5%)   0.0089 (  0.2%)  SILGen-function
   0.0063 (  2.3%)   0.0002 (  0.0%)   0.0064 (  1.1%)   0.0064 (  0.1%)  SIL optimization
   0.0018 (  0.7%)   0.0011 (  0.4%)   0.0029 (  0.5%)   0.0029 (  0.1%)  precheck-target
   0.0016 (  0.6%)   0.0005 (  0.2%)   0.0021 (  0.4%)   0.0021 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  module-populate-cache
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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.2764 (100.0%)   0.3047 (100.0%)   0.5811 (100.0%)   4.5185 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7153 seconds (3.8748 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1072 (100.0%)   0.6081 (100.0%)   1.7153 (100.0%)   3.8748 (100.0%)  Building Target
   1.1072 (100.0%)   0.6081 (100.0%)   1.7153 (100.0%)   3.8748 (100.0%)  Total
SwiftCompile normal arm64_32 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-1745502005971688-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-3574109570.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4350 seconds (4.8243 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0227 ( 11.8%)   0.0908 ( 37.5%)   0.1136 ( 26.1%)   2.2397 ( 46.4%)  parse-and-resolve-imports
   0.0224 ( 11.7%)   0.0895 ( 36.9%)   0.1119 ( 25.7%)   2.2380 ( 46.4%)  Import resolution
   0.0014 (  0.7%)   0.0062 (  2.6%)   0.0076 (  1.7%)   0.1439 (  3.0%)  load-stdlib
   0.0738 ( 38.3%)   0.0248 ( 10.2%)   0.0986 ( 22.7%)   0.0993 (  2.1%)  build-rewrite-system
   0.0163 (  8.5%)   0.0133 (  5.5%)   0.0296 (  6.8%)   0.0296 (  0.6%)  import-clang-decl
   0.0102 (  5.3%)   0.0034 (  1.4%)   0.0135 (  3.1%)   0.0135 (  0.3%)  perform-sema
   0.0095 (  4.9%)   0.0039 (  1.6%)   0.0134 (  3.1%)   0.0134 (  0.3%)  IRGen
   0.0100 (  5.2%)   0.0033 (  1.4%)   0.0133 (  3.1%)   0.0133 (  0.3%)  Type checking and Semantic analysis
   0.0073 (  3.8%)   0.0026 (  1.1%)   0.0099 (  2.3%)   0.0099 (  0.2%)  typecheck-decl
   0.0072 (  3.8%)   0.0025 (  1.0%)   0.0097 (  2.2%)   0.0097 (  0.2%)  SILGen
   0.0044 (  2.3%)   0.0000 (  0.0%)   0.0044 (  1.0%)   0.0044 (  0.1%)  SIL optimization
   0.0020 (  1.0%)   0.0007 (  0.3%)   0.0027 (  0.6%)   0.0027 (  0.1%)  SILGen-function
   0.0021 (  1.1%)   0.0005 (  0.2%)   0.0026 (  0.6%)   0.0026 (  0.1%)  typecheck-stmt
   0.0016 (  0.8%)   0.0006 (  0.2%)   0.0021 (  0.5%)   0.0021 (  0.0%)  typecheck-expr
   0.0008 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0007 (  0.3%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.0%)  precheck-target
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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
   0.1925 (100.0%)   0.2425 (100.0%)   0.4350 (100.0%)   4.8243 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4480 seconds (3.8406 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8595 (100.0%)   0.5885 (100.0%)   1.4480 (100.0%)   3.8406 (100.0%)  Building Target
   0.8595 (100.0%)   0.5885 (100.0%)   1.4480 (100.0%)   3.8406 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 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')
SwiftCompile normal arm64_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Putable.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-1745502005963724-swift-frontend-Frisbee-OnComplete.swift-arm64_32_apple_watchos11.4-o-Onone-3109004978.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4514 seconds (4.0840 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0437 ( 46.4%)   0.5565 ( 46.2%)   1.6002 ( 46.4%)   1.8551 ( 45.4%)  parse-and-resolve-imports
   1.0436 ( 46.4%)   0.5563 ( 46.2%)   1.5999 ( 46.4%)   1.8548 ( 45.4%)  Import resolution
   0.1046 (  4.7%)   0.0177 (  1.5%)   0.1223 (  3.5%)   0.1228 (  3.0%)  build-rewrite-system
   0.0018 (  0.1%)   0.0077 (  0.6%)   0.0095 (  0.3%)   0.1067 (  2.6%)  load-stdlib
   0.0084 (  0.4%)   0.0142 (  1.2%)   0.0227 (  0.7%)   0.0291 (  0.7%)  perform-sema
   0.0083 (  0.4%)   0.0142 (  1.2%)   0.0225 (  0.7%)   0.0290 (  0.7%)  Type checking and Semantic analysis
   0.0143 (  0.6%)   0.0126 (  1.0%)   0.0269 (  0.8%)   0.0271 (  0.7%)  import-clang-decl
   0.0036 (  0.2%)   0.0090 (  0.7%)   0.0126 (  0.4%)   0.0178 (  0.4%)  typecheck-decl
   0.0044 (  0.2%)   0.0052 (  0.4%)   0.0096 (  0.3%)   0.0109 (  0.3%)  typecheck-stmt
   0.0033 (  0.1%)   0.0030 (  0.2%)   0.0062 (  0.2%)   0.0098 (  0.2%)  SILGen
   0.0034 (  0.2%)   0.0047 (  0.4%)   0.0081 (  0.2%)   0.0094 (  0.2%)  typecheck-expr
   0.0040 (  0.2%)   0.0019 (  0.2%)   0.0059 (  0.2%)   0.0059 (  0.1%)  IRGen
   0.0018 (  0.1%)   0.0000 (  0.0%)   0.0018 (  0.1%)   0.0018 (  0.0%)  SIL optimization
   0.0006 (  0.0%)   0.0005 (  0.0%)   0.0012 (  0.0%)   0.0017 (  0.0%)  precheck-target
   0.0009 (  0.0%)   0.0002 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  SILGen-function
   0.0007 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   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%)  source-file-populate-cache
   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%)  AST verification
   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
   2.2475 (100.0%)   1.2039 (100.0%)   3.4514 (100.0%)   4.0840 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.3301 seconds (3.8487 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.1758 (100.0%)   1.1543 (100.0%)   3.3301 (100.0%)   3.8487 (100.0%)  Building Target
   2.1758 (100.0%)   1.1543 (100.0%)   3.3301 (100.0%)   3.8487 (100.0%)  Total
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Frisbee (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502005972205-swift-frontend-Frisbee-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-1018640845.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4147 seconds (4.0407 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0204 ( 14.2%)   0.1079 ( 39.7%)   0.1283 ( 30.9%)   1.9010 ( 47.0%)  parse-and-resolve-imports
   0.0203 ( 14.1%)   0.1077 ( 39.7%)   0.1279 ( 30.8%)   1.9006 ( 47.0%)  Import resolution
   0.0017 (  1.2%)   0.0045 (  1.7%)   0.0062 (  1.5%)   0.0820 (  2.0%)  load-stdlib
   0.0246 ( 17.2%)   0.0110 (  4.1%)   0.0356 (  8.6%)   0.0365 (  0.9%)  perform-sema
   0.0243 ( 16.9%)   0.0108 (  4.0%)   0.0351 (  8.5%)   0.0359 (  0.9%)  Type checking and Semantic analysis
   0.0235 ( 16.4%)   0.0106 (  3.9%)   0.0342 (  8.2%)   0.0350 (  0.9%)  typecheck-decl
   0.0059 (  4.1%)   0.0071 (  2.6%)   0.0130 (  3.1%)   0.0140 (  0.3%)  SIL optimization
   0.0092 (  6.4%)   0.0021 (  0.8%)   0.0113 (  2.7%)   0.0113 (  0.3%)  SILGen
   0.0020 (  1.4%)   0.0049 (  1.8%)   0.0069 (  1.7%)   0.0080 (  0.2%)  Serialization, swiftmodule
   0.0053 (  3.7%)   0.0015 (  0.5%)   0.0068 (  1.6%)   0.0068 (  0.2%)  build-rewrite-system
   0.0024 (  1.7%)   0.0026 (  0.9%)   0.0050 (  1.2%)   0.0050 (  0.1%)  import-clang-decl
   0.0019 (  1.3%)   0.0003 (  0.1%)   0.0022 (  0.5%)   0.0022 (  0.1%)  SILGen-function
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  Serialization, swiftsourceinfo
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0008 (  0.0%)  typecheck-expr
   0.0001 (  0.1%)   0.0001 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  Serialization, swiftdoc
   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%)  module-populate-cache
   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.1432 (100.0%)   0.2715 (100.0%)   0.4147 (100.0%)   4.0407 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2046 seconds (2.0576 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0668 (100.0%)   0.1378 (100.0%)   0.2046 (100.0%)   2.0576 (100.0%)  Building Target
   0.0668 (100.0%)   0.1378 (100.0%)   0.2046 (100.0%)   2.0576 (100.0%)  Total
EmitSwiftModule normal arm64_32 (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64_32 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-1745502005977336-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_32_apple_watchos11.4-o-Onone-3613040553.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5256 seconds (4.4311 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0213 (  9.0%)   0.1079 ( 37.3%)   0.1292 ( 24.6%)   2.0439 ( 46.1%)  parse-and-resolve-imports
   0.0212 (  9.0%)   0.1077 ( 37.3%)   0.1289 ( 24.5%)   2.0436 ( 46.1%)  Import resolution
   0.0937 ( 39.6%)   0.0283 (  9.8%)   0.1220 ( 23.2%)   0.1227 (  2.8%)  build-rewrite-system
   0.0015 (  0.6%)   0.0026 (  0.9%)   0.0041 (  0.8%)   0.0784 (  1.8%)  load-stdlib
   0.0157 (  6.6%)   0.0123 (  4.2%)   0.0280 (  5.3%)   0.0283 (  0.6%)  import-clang-decl
   0.0162 (  6.9%)   0.0067 (  2.3%)   0.0229 (  4.4%)   0.0233 (  0.5%)  perform-sema
   0.0161 (  6.8%)   0.0066 (  2.3%)   0.0227 (  4.3%)   0.0232 (  0.5%)  Type checking and Semantic analysis
   0.0110 (  4.7%)   0.0036 (  1.2%)   0.0146 (  2.8%)   0.0147 (  0.3%)  typecheck-stmt
   0.0079 (  3.3%)   0.0039 (  1.3%)   0.0118 (  2.2%)   0.0118 (  0.3%)  typecheck-decl
   0.0084 (  3.6%)   0.0031 (  1.1%)   0.0115 (  2.2%)   0.0116 (  0.3%)  typecheck-expr
   0.0060 (  2.5%)   0.0033 (  1.1%)   0.0092 (  1.8%)   0.0092 (  0.2%)  IRGen
   0.0071 (  3.0%)   0.0021 (  0.7%)   0.0091 (  1.7%)   0.0091 (  0.2%)  SILGen
   0.0050 (  2.1%)   0.0001 (  0.0%)   0.0051 (  1.0%)   0.0051 (  0.1%)  SIL optimization
   0.0038 (  1.6%)   0.0007 (  0.2%)   0.0044 (  0.8%)   0.0044 (  0.1%)  SILGen-function
   0.0009 (  0.4%)   0.0000 (  0.0%)   0.0009 (  0.2%)   0.0009 (  0.0%)  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%)  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%)  perform-whole-module-type-checking
   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%)  AST verification
   0.2366 (100.0%)   0.2889 (100.0%)   0.5256 (100.0%)   4.4311 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7257 seconds (3.8441 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1011 (100.0%)   0.6245 (100.0%)   1.7257 (100.0%)   3.8441 (100.0%)  Building Target
   1.1011 (100.0%)   0.6245 (100.0%)   1.7257 (100.0%)   3.8441 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 /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_32 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')
SwiftCompile normal arm64_32 /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_32 /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_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.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-1745502005957093-swift-frontend-Frisbee-NetworkGet.swift-arm64_32_apple_watchos11.4-o-Onone-2355463925.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5714 seconds (4.3399 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0220 (  8.5%)   0.1167 ( 37.5%)   0.1387 ( 24.3%)   1.9820 ( 45.7%)  parse-and-resolve-imports
   0.0219 (  8.4%)   0.1164 ( 37.4%)   0.1383 ( 24.2%)   1.9817 ( 45.7%)  Import resolution
   0.1031 ( 39.6%)   0.0301 (  9.7%)   0.1332 ( 23.3%)   0.1337 (  3.1%)  build-rewrite-system
   0.0021 (  0.8%)   0.0096 (  3.1%)   0.0117 (  2.0%)   0.0929 (  2.1%)  load-stdlib
   0.0160 (  6.2%)   0.0138 (  4.5%)   0.0299 (  5.2%)   0.0299 (  0.7%)  import-clang-decl
   0.0161 (  6.2%)   0.0048 (  1.5%)   0.0209 (  3.7%)   0.0209 (  0.5%)  perform-sema
   0.0160 (  6.1%)   0.0048 (  1.5%)   0.0207 (  3.6%)   0.0207 (  0.5%)  Type checking and Semantic analysis
   0.0172 (  6.6%)   0.0033 (  1.1%)   0.0205 (  3.6%)   0.0205 (  0.5%)  SILGen
   0.0095 (  3.6%)   0.0034 (  1.1%)   0.0129 (  2.3%)   0.0129 (  0.3%)  IRGen
   0.0092 (  3.5%)   0.0031 (  1.0%)   0.0122 (  2.1%)   0.0122 (  0.3%)  typecheck-decl
   0.0070 (  2.7%)   0.0017 (  0.6%)   0.0087 (  1.5%)   0.0087 (  0.2%)  typecheck-stmt
   0.0071 (  2.7%)   0.0011 (  0.4%)   0.0082 (  1.4%)   0.0082 (  0.2%)  SILGen-function
   0.0050 (  1.9%)   0.0013 (  0.4%)   0.0063 (  1.1%)   0.0063 (  0.1%)  typecheck-expr
   0.0051 (  2.0%)   0.0001 (  0.0%)   0.0052 (  0.9%)   0.0052 (  0.1%)  SIL optimization
   0.0020 (  0.8%)   0.0005 (  0.2%)   0.0025 (  0.4%)   0.0025 (  0.1%)  precheck-target
   0.0010 (  0.4%)   0.0002 (  0.1%)   0.0013 (  0.2%)   0.0013 (  0.0%)  load-all-members
   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%)  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, 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.2604 (100.0%)   0.3110 (100.0%)   0.5714 (100.0%)   4.3399 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8169 seconds (3.8735 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1598 (100.0%)   0.6572 (100.0%)   1.8169 (100.0%)   3.8735 (100.0%)  Building Target
   1.1598 (100.0%)   0.6572 (100.0%)   1.8169 (100.0%)   3.8735 (100.0%)  Total
SwiftCompile normal arm64_32 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-1745502005957359-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_32_apple_watchos11.4-o-Onone-1710383220.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5082 seconds (4.0906 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0212 ( 10.2%)   0.1075 ( 35.9%)   0.1287 ( 25.3%)   1.8623 ( 45.5%)  parse-and-resolve-imports
   0.0210 ( 10.1%)   0.1073 ( 35.8%)   0.1283 ( 25.3%)   1.8619 ( 45.5%)  Import resolution
   0.1051 ( 50.4%)   0.0309 ( 10.3%)   0.1360 ( 26.8%)   0.1362 (  3.3%)  build-rewrite-system
   0.0023 (  1.1%)   0.0112 (  3.7%)   0.0134 (  2.6%)   0.1202 (  2.9%)  load-stdlib
   0.0131 (  6.3%)   0.0104 (  3.5%)   0.0235 (  4.6%)   0.0235 (  0.6%)  import-clang-decl
   0.0033 (  1.6%)   0.0062 (  2.1%)   0.0095 (  1.9%)   0.0157 (  0.4%)  SILGen
   0.0078 (  3.7%)   0.0055 (  1.8%)   0.0133 (  2.6%)   0.0138 (  0.3%)  perform-sema
   0.0077 (  3.7%)   0.0055 (  1.8%)   0.0132 (  2.6%)   0.0137 (  0.3%)  Type checking and Semantic analysis
   0.0053 (  2.6%)   0.0039 (  1.3%)   0.0093 (  1.8%)   0.0098 (  0.2%)  typecheck-stmt
   0.0052 (  2.5%)   0.0037 (  1.2%)   0.0089 (  1.7%)   0.0094 (  0.2%)  typecheck-expr
   0.0056 (  2.7%)   0.0030 (  1.0%)   0.0086 (  1.7%)   0.0086 (  0.2%)  typecheck-decl
   0.0049 (  2.4%)   0.0032 (  1.1%)   0.0082 (  1.6%)   0.0081 (  0.2%)  IRGen
   0.0021 (  1.0%)   0.0003 (  0.1%)   0.0023 (  0.5%)   0.0023 (  0.1%)  SIL optimization
   0.0018 (  0.8%)   0.0005 (  0.2%)   0.0022 (  0.4%)   0.0023 (  0.1%)  SILGen-function
   0.0015 (  0.7%)   0.0003 (  0.1%)   0.0018 (  0.4%)   0.0018 (  0.0%)  precheck-target
   0.0007 (  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, 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.2086 (100.0%)   0.2996 (100.0%)   0.5082 (100.0%)   4.0906 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8555 seconds (3.8612 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1396 (100.0%)   0.7158 (100.0%)   1.8555 (100.0%)   3.8612 (100.0%)  Building Target
   1.1396 (100.0%)   0.7158 (100.0%)   1.8555 (100.0%)   3.8612 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 /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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502005942371-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_apple_watchos11.4-o-Onone-122332342.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.5462 seconds (4.1426 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0549 ( 46.0%)   0.5603 ( 44.6%)   1.6152 ( 45.5%)   1.8748 ( 45.3%)  parse-and-resolve-imports
   1.0547 ( 46.0%)   0.5601 ( 44.6%)   1.6148 ( 45.5%)   1.8744 ( 45.2%)  Import resolution
   0.0992 (  4.3%)   0.0156 (  1.2%)   0.1147 (  3.2%)   0.1151 (  2.8%)  build-rewrite-system
   0.0150 (  0.7%)   0.0412 (  3.3%)   0.0562 (  1.6%)   0.1068 (  2.6%)  load-stdlib
   0.0130 (  0.6%)   0.0103 (  0.8%)   0.0233 (  0.7%)   0.0307 (  0.7%)  SILGen
   0.0148 (  0.6%)   0.0122 (  1.0%)   0.0270 (  0.8%)   0.0273 (  0.7%)  import-clang-decl
   0.0068 (  0.3%)   0.0146 (  1.2%)   0.0213 (  0.6%)   0.0268 (  0.6%)  perform-sema
   0.0066 (  0.3%)   0.0145 (  1.2%)   0.0212 (  0.6%)   0.0267 (  0.6%)  Type checking and Semantic analysis
   0.0059 (  0.3%)   0.0141 (  1.1%)   0.0200 (  0.6%)   0.0255 (  0.6%)  typecheck-decl
   0.0071 (  0.3%)   0.0041 (  0.3%)   0.0112 (  0.3%)   0.0116 (  0.3%)  IRGen
   0.0044 (  0.2%)   0.0032 (  0.3%)   0.0076 (  0.2%)   0.0087 (  0.2%)  SILGen-function
   0.0034 (  0.2%)   0.0003 (  0.0%)   0.0037 (  0.1%)   0.0037 (  0.1%)  SIL optimization
   0.0015 (  0.1%)   0.0020 (  0.2%)   0.0035 (  0.1%)   0.0037 (  0.1%)  typecheck-stmt
   0.0013 (  0.1%)   0.0019 (  0.2%)   0.0032 (  0.1%)   0.0034 (  0.1%)  typecheck-expr
   0.0023 (  0.1%)   0.0006 (  0.0%)   0.0029 (  0.1%)   0.0029 (  0.1%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  precheck-target
   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%)  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%)  SIL verification, pre-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
   2.2913 (100.0%)   1.2549 (100.0%)   3.5462 (100.0%)   4.1426 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.4018 seconds (3.8695 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   2.1951 (100.0%)   1.2067 (100.0%)   3.4018 (100.0%)   3.8695 (100.0%)  Building Target
   2.1951 (100.0%)   1.2067 (100.0%)   3.4018 (100.0%)   3.8695 (100.0%)  Total
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

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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502005969685-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_apple_watchos11.4-o-Onone-3506438633.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5419 seconds (4.3353 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0234 (  9.1%)   0.0988 ( 34.6%)   0.1222 ( 22.5%)   1.9720 ( 45.5%)  parse-and-resolve-imports
   0.0232 (  9.1%)   0.0985 ( 34.5%)   0.1218 ( 22.5%)   1.9715 ( 45.5%)  Import resolution
   0.1061 ( 41.3%)   0.0323 ( 11.3%)   0.1384 ( 25.5%)   0.1386 (  3.2%)  build-rewrite-system
   0.0016 (  0.6%)   0.0066 (  2.3%)   0.0081 (  1.5%)   0.1016 (  2.3%)  load-stdlib
   0.0212 (  8.2%)   0.0148 (  5.2%)   0.0359 (  6.6%)   0.0360 (  0.8%)  import-clang-decl
   0.0134 (  5.2%)   0.0068 (  2.4%)   0.0202 (  3.7%)   0.0202 (  0.5%)  perform-sema
   0.0133 (  5.2%)   0.0068 (  2.4%)   0.0201 (  3.7%)   0.0201 (  0.5%)  Type checking and Semantic analysis
   0.0107 (  4.2%)   0.0056 (  1.9%)   0.0162 (  3.0%)   0.0163 (  0.4%)  typecheck-stmt
   0.0103 (  4.0%)   0.0027 (  0.9%)   0.0129 (  2.4%)   0.0129 (  0.3%)  SILGen
   0.0088 (  3.4%)   0.0033 (  1.2%)   0.0121 (  2.2%)   0.0121 (  0.3%)  IRGen
   0.0065 (  2.5%)   0.0038 (  1.3%)   0.0103 (  1.9%)   0.0103 (  0.2%)  typecheck-decl
   0.0038 (  1.5%)   0.0025 (  0.9%)   0.0063 (  1.2%)   0.0063 (  0.1%)  typecheck-expr
   0.0052 (  2.0%)   0.0011 (  0.4%)   0.0063 (  1.2%)   0.0062 (  0.1%)  SILGen-function
   0.0053 (  2.0%)   0.0001 (  0.0%)   0.0053 (  1.0%)   0.0053 (  0.1%)  SIL optimization
   0.0017 (  0.7%)   0.0012 (  0.4%)   0.0029 (  0.5%)   0.0029 (  0.1%)  precheck-target
   0.0021 (  0.8%)   0.0006 (  0.2%)   0.0026 (  0.5%)   0.0026 (  0.1%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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.2566 (100.0%)   0.2854 (100.0%)   0.5419 (100.0%)   4.3353 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7906 seconds (3.8544 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1463 (100.0%)   0.6443 (100.0%)   1.7906 (100.0%)   3.8544 (100.0%)  Building Target
   1.1463 (100.0%)   0.6443 (100.0%)   1.7906 (100.0%)   3.8544 (100.0%)  Total
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-1745502008101579-swift-frontend-Frisbee-all-arm64_apple_watchos11.4-swiftmodule-Onone-3364413770.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2429 seconds (0.2430 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 ( 14.9%)   0.0223 ( 27.4%)   0.0464 ( 19.1%)   0.0465 ( 19.1%)  parse-and-resolve-imports
   0.0239 ( 14.8%)   0.0221 ( 27.2%)   0.0461 ( 19.0%)   0.0461 ( 19.0%)  Import resolution
   0.0271 ( 16.8%)   0.0085 ( 10.4%)   0.0356 ( 14.6%)   0.0356 ( 14.6%)  perform-sema
   0.0266 ( 16.5%)   0.0082 ( 10.1%)   0.0349 ( 14.3%)   0.0349 ( 14.3%)  Type checking and Semantic analysis
   0.0257 ( 15.9%)   0.0080 (  9.8%)   0.0337 ( 13.9%)   0.0337 ( 13.9%)  typecheck-decl
   0.0080 (  5.0%)   0.0034 (  4.1%)   0.0114 (  4.7%)   0.0114 (  4.7%)  SIL optimization
   0.0091 (  5.7%)   0.0020 (  2.5%)   0.0112 (  4.6%)   0.0112 (  4.6%)  SILGen
   0.0066 (  4.1%)   0.0018 (  2.2%)   0.0084 (  3.5%)   0.0084 (  3.5%)  build-rewrite-system
   0.0023 (  1.4%)   0.0023 (  2.8%)   0.0046 (  1.9%)   0.0046 (  1.9%)  import-clang-decl
   0.0023 (  1.4%)   0.0005 (  0.6%)   0.0028 (  1.2%)   0.0028 (  1.2%)  Serialization, swiftmodule
   0.0011 (  0.7%)   0.0014 (  1.7%)   0.0025 (  1.0%)   0.0025 (  1.0%)  load-stdlib
   0.0019 (  1.2%)   0.0004 (  0.4%)   0.0023 (  0.9%)   0.0023 (  0.9%)  SILGen-function
   0.0017 (  1.0%)   0.0002 (  0.3%)   0.0019 (  0.8%)   0.0019 (  0.8%)  Serialization, swiftsourceinfo
   0.0007 (  0.4%)   0.0002 (  0.3%)   0.0009 (  0.4%)   0.0009 (  0.4%)  typecheck-expr
   0.0001 (  0.1%)   0.0001 (  0.1%)   0.0002 (  0.1%)   0.0002 (  0.1%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  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.1615 (100.0%)   0.0814 (100.0%)   0.2429 (100.0%)   0.2430 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1181 seconds (0.1200 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0779 (100.0%)   0.0402 (100.0%)   0.1181 (100.0%)   0.1200 (100.0%)  Building Target
   0.0779 (100.0%)   0.0402 (100.0%)   0.1181 (100.0%)   0.1200 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for Frisbee (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation\ Requirements Frisbee normal arm64_32 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-watchos/Frisbee.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Headers/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Headers/Frisbee-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
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-1745502008316458-swift-frontend-Frisbee-OnComplete.swift-arm64_apple_watchos11.4-o-Onone-1176001292.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2944 seconds (0.2956 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1031 ( 52.5%)   0.0312 ( 31.9%)   0.1343 ( 45.6%)   0.1350 ( 45.7%)  build-rewrite-system
   0.0203 ( 10.3%)   0.0183 ( 18.7%)   0.0386 ( 13.1%)   0.0386 ( 13.1%)  parse-and-resolve-imports
   0.0201 ( 10.2%)   0.0180 ( 18.4%)   0.0381 ( 13.0%)   0.0381 ( 12.9%)  Import resolution
   0.0149 (  7.6%)   0.0119 ( 12.2%)   0.0268 (  9.1%)   0.0273 (  9.3%)  import-clang-decl
   0.0071 (  3.6%)   0.0037 (  3.8%)   0.0108 (  3.7%)   0.0108 (  3.6%)  perform-sema
   0.0070 (  3.5%)   0.0037 (  3.7%)   0.0106 (  3.6%)   0.0106 (  3.6%)  Type checking and Semantic analysis
   0.0057 (  2.9%)   0.0027 (  2.8%)   0.0085 (  2.9%)   0.0085 (  2.9%)  IRGen
   0.0039 (  2.0%)   0.0024 (  2.4%)   0.0063 (  2.1%)   0.0063 (  2.1%)  typecheck-stmt
   0.0030 (  1.5%)   0.0022 (  2.3%)   0.0053 (  1.8%)   0.0053 (  1.8%)  typecheck-expr
   0.0036 (  1.8%)   0.0007 (  0.7%)   0.0043 (  1.5%)   0.0043 (  1.4%)  SILGen
   0.0028 (  1.4%)   0.0012 (  1.2%)   0.0040 (  1.4%)   0.0040 (  1.3%)  typecheck-decl
   0.0010 (  0.5%)   0.0015 (  1.6%)   0.0025 (  0.9%)   0.0025 (  0.9%)  load-stdlib
   0.0018 (  0.9%)   0.0000 (  0.0%)   0.0018 (  0.6%)   0.0018 (  0.6%)  SIL optimization
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.3%)  load-all-members
   0.0008 (  0.4%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.3%)  SILGen-function
   0.0006 (  0.3%)   0.0000 (  0.0%)   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%)  source-file-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%)  perform-whole-module-type-checking
   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.1964 (100.0%)   0.0979 (100.0%)   0.2944 (100.0%)   0.2956 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4203 seconds (1.4994 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0313 (100.0%)   0.3891 (100.0%)   1.4203 (100.0%)   1.4994 (100.0%)  Building Target
   1.0313 (100.0%)   0.3891 (100.0%)   1.4203 (100.0%)   1.4994 (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\ 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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502010142035-swift-frontend-Frisbee-NetworkGet.swift-arm64_apple_watchos11.4-o-Onone-4002778001.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1980 seconds (0.2057 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0158 ( 11.9%)   0.0153 ( 23.4%)   0.0311 ( 15.7%)   0.0319 ( 15.5%)  parse-and-resolve-imports
   0.0156 ( 11.7%)   0.0142 ( 21.8%)   0.0298 ( 15.0%)   0.0306 ( 14.9%)  Import resolution
   0.0182 ( 13.7%)   0.0044 (  6.8%)   0.0226 ( 11.4%)   0.0231 ( 11.2%)  SILGen
   0.0149 ( 11.2%)   0.0061 (  9.4%)   0.0210 ( 10.6%)   0.0222 ( 10.8%)  perform-sema
   0.0148 ( 11.1%)   0.0061 (  9.3%)   0.0209 ( 10.5%)   0.0220 ( 10.7%)  Type checking and Semantic analysis
   0.0104 (  7.8%)   0.0043 (  6.5%)   0.0147 (  7.4%)   0.0149 (  7.2%)  IRGen
   0.0085 (  6.4%)   0.0043 (  6.6%)   0.0128 (  6.5%)   0.0132 (  6.4%)  typecheck-decl
   0.0081 (  6.1%)   0.0018 (  2.8%)   0.0099 (  5.0%)   0.0101 (  4.9%)  SILGen-function
   0.0065 (  4.9%)   0.0016 (  2.5%)   0.0081 (  4.1%)   0.0092 (  4.5%)  typecheck-stmt
   0.0046 (  3.4%)   0.0013 (  2.0%)   0.0059 (  3.0%)   0.0067 (  3.3%)  typecheck-expr
   0.0058 (  4.4%)   0.0001 (  0.2%)   0.0059 (  3.0%)   0.0062 (  3.0%)  SIL optimization
   0.0041 (  3.1%)   0.0012 (  1.8%)   0.0053 (  2.7%)   0.0055 (  2.7%)  build-rewrite-system
   0.0025 (  1.9%)   0.0024 (  3.7%)   0.0049 (  2.5%)   0.0049 (  2.4%)  import-clang-decl
   0.0010 (  0.7%)   0.0018 (  2.7%)   0.0028 (  1.4%)   0.0028 (  1.4%)  load-stdlib
   0.0018 (  1.4%)   0.0004 (  0.6%)   0.0022 (  1.1%)   0.0022 (  1.1%)  precheck-target
   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%)  module-populate-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%)  get-conformance-access-path
   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%)  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.1327 (100.0%)   0.0653 (100.0%)   0.1980 (100.0%)   0.2057 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1921 seconds (0.1976 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1162 (100.0%)   0.0759 (100.0%)   0.1921 (100.0%)   0.1976 (100.0%)  Building Target
   0.1162 (100.0%)   0.0759 (100.0%)   0.1921 (100.0%)   0.1976 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling DecoderDataAdapter.swift, DecoderJSONAdapter.swift, EncodableAdapter.swift, EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502010287492-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_apple_watchos11.4-o-Onone-3614383225.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3808 seconds (0.3854 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0252 ( 19.3%)   0.0813 ( 32.5%)   0.1065 ( 28.0%)   0.1083 ( 28.1%)  parse-and-resolve-imports
   0.0250 ( 19.1%)   0.0811 ( 32.4%)   0.1061 ( 27.9%)   0.1079 ( 28.0%)  Import resolution
   0.0120 (  9.2%)   0.0170 (  6.8%)   0.0291 (  7.6%)   0.0293 (  7.6%)  perform-sema
   0.0119 (  9.1%)   0.0170 (  6.8%)   0.0289 (  7.6%)   0.0292 (  7.6%)  Type checking and Semantic analysis
   0.0071 (  5.4%)   0.0157 (  6.3%)   0.0228 (  6.0%)   0.0230 (  6.0%)  typecheck-decl
   0.0044 (  3.4%)   0.0150 (  6.0%)   0.0194 (  5.1%)   0.0197 (  5.1%)  import-clang-decl
   0.0077 (  5.9%)   0.0066 (  2.6%)   0.0143 (  3.7%)   0.0143 (  3.7%)  typecheck-stmt
   0.0082 (  6.3%)   0.0050 (  2.0%)   0.0132 (  3.5%)   0.0133 (  3.4%)  IRGen
   0.0060 (  4.6%)   0.0064 (  2.5%)   0.0124 (  3.2%)   0.0124 (  3.2%)  typecheck-expr
   0.0101 (  7.8%)   0.0019 (  0.7%)   0.0120 (  3.2%)   0.0120 (  3.1%)  SILGen
   0.0073 (  5.6%)   0.0012 (  0.5%)   0.0084 (  2.2%)   0.0084 (  2.2%)  SILGen-function
   0.0036 (  2.7%)   0.0000 (  0.0%)   0.0036 (  0.9%)   0.0036 (  0.9%)  SIL optimization
   0.0010 (  0.8%)   0.0017 (  0.7%)   0.0027 (  0.7%)   0.0027 (  0.7%)  load-stdlib
   0.0006 (  0.5%)   0.0001 (  0.1%)   0.0008 (  0.2%)   0.0008 (  0.2%)  build-rewrite-system
   0.0004 (  0.3%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  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%)  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%)  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.1308 (100.0%)   0.2501 (100.0%)   0.3808 (100.0%)   0.3854 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2147 seconds (0.2174 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0946 (100.0%)   0.1201 (100.0%)   0.2147 (100.0%)   0.2174 (100.0%)  Building Target
   0.0946 (100.0%)   0.1201 (100.0%)   0.2147 (100.0%)   0.2174 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
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-1745502010293806-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_apple_watchos11.4-o-Onone-1106113804.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3384 seconds (0.3403 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0230 ( 24.8%)   0.1106 ( 45.0%)   0.1336 ( 39.5%)   0.1344 ( 39.5%)  parse-and-resolve-imports
   0.0228 ( 24.5%)   0.1101 ( 44.8%)   0.1329 ( 39.3%)   0.1336 ( 39.3%)  Import resolution
   0.0058 (  6.2%)   0.0052 (  2.1%)   0.0110 (  3.2%)   0.0110 (  3.2%)  IRGen
   0.0067 (  7.3%)   0.0036 (  1.5%)   0.0104 (  3.1%)   0.0104 (  3.1%)  perform-sema
   0.0067 (  7.2%)   0.0036 (  1.5%)   0.0103 (  3.0%)   0.0103 (  3.0%)  Type checking and Semantic analysis
   0.0051 (  5.4%)   0.0029 (  1.2%)   0.0080 (  2.4%)   0.0080 (  2.3%)  typecheck-decl
   0.0046 (  5.0%)   0.0017 (  0.7%)   0.0063 (  1.9%)   0.0063 (  1.9%)  typecheck-stmt
   0.0046 (  4.9%)   0.0016 (  0.7%)   0.0062 (  1.8%)   0.0062 (  1.8%)  typecheck-expr
   0.0012 (  1.3%)   0.0029 (  1.2%)   0.0041 (  1.2%)   0.0043 (  1.3%)  load-stdlib
   0.0036 (  3.9%)   0.0006 (  0.3%)   0.0042 (  1.3%)   0.0042 (  1.2%)  SILGen
   0.0018 (  1.9%)   0.0019 (  0.8%)   0.0036 (  1.1%)   0.0036 (  1.1%)  import-clang-decl
   0.0033 (  3.5%)   0.0000 (  0.0%)   0.0033 (  1.0%)   0.0033 (  1.0%)  SIL optimization
   0.0021 (  2.3%)   0.0002 (  0.1%)   0.0024 (  0.7%)   0.0024 (  0.7%)  SILGen-function
   0.0014 (  1.5%)   0.0004 (  0.1%)   0.0017 (  0.5%)   0.0017 (  0.5%)  precheck-target
   0.0003 (  0.3%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.1%)  build-rewrite-system
   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.0930 (100.0%)   0.2455 (100.0%)   0.3384 (100.0%)   0.3403 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2048 seconds (0.2067 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0658 (100.0%)   0.1389 (100.0%)   0.2048 (100.0%)   0.2067 (100.0%)  Building Target
   0.0658 (100.0%)   0.1389 (100.0%)   0.2048 (100.0%)   0.2067 (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

SwiftDriverJobDiscovery normal arm64_32 Compiling DataTaskRunner.swift, ResultGenerator.swift, Getable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 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-1745502010301680-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_32_apple_watchos11.4-o-Onone-358066571.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3120 seconds (0.3164 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0264 ( 34.2%)   0.1099 ( 46.8%)   0.1363 ( 43.7%)   0.1384 ( 43.8%)  parse-and-resolve-imports
   0.0257 ( 33.3%)   0.1080 ( 46.0%)   0.1337 ( 42.9%)   0.1359 ( 43.0%)  Import resolution
   0.0051 (  6.6%)   0.0028 (  1.2%)   0.0079 (  2.5%)   0.0079 (  2.5%)  perform-sema
   0.0043 (  5.6%)   0.0036 (  1.5%)   0.0079 (  2.5%)   0.0079 (  2.5%)  IRGen
   0.0050 (  6.4%)   0.0028 (  1.2%)   0.0078 (  2.5%)   0.0078 (  2.5%)  Type checking and Semantic analysis
   0.0033 (  4.3%)   0.0023 (  1.0%)   0.0056 (  1.8%)   0.0056 (  1.8%)  typecheck-decl
   0.0016 (  2.1%)   0.0035 (  1.5%)   0.0051 (  1.6%)   0.0051 (  1.6%)  load-stdlib
   0.0017 (  2.2%)   0.0004 (  0.2%)   0.0021 (  0.7%)   0.0021 (  0.7%)  SILGen
   0.0008 (  1.0%)   0.0011 (  0.5%)   0.0019 (  0.6%)   0.0019 (  0.6%)  import-clang-decl
   0.0013 (  1.7%)   0.0000 (  0.0%)   0.0013 (  0.4%)   0.0013 (  0.4%)  SIL optimization
   0.0007 (  0.9%)   0.0003 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.3%)  typecheck-stmt
   0.0006 (  0.8%)   0.0001 (  0.0%)   0.0007 (  0.2%)   0.0007 (  0.2%)  SILGen-function
   0.0003 (  0.3%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  build-rewrite-system
   0.0001 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  module-populate-cache
   0.0001 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-expr
   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%)  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.0771 (100.0%)   0.2349 (100.0%)   0.3120 (100.0%)   0.3164 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1863 seconds (0.1886 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0551 (100.0%)   0.1313 (100.0%)   0.1863 (100.0%)   0.1886 (100.0%)  Building Target
   0.0551 (100.0%)   0.1313 (100.0%)   0.1863 (100.0%)   0.1886 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64 Compiling OnComplete.swift, Postable.swift, Putable.swift (in target 'Frisbee' from project 'Frisbee')
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-1745502010308775-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_apple_watchos11.4-o-Onone-2808182960.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3996 seconds (0.4046 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0215 ( 13.2%)   0.0942 ( 39.8%)   0.1157 ( 28.9%)   0.1166 ( 28.8%)  parse-and-resolve-imports
   0.0213 ( 13.1%)   0.0930 ( 39.3%)   0.1143 ( 28.6%)   0.1153 ( 28.5%)  Import resolution
   0.0249 ( 15.3%)   0.0095 (  4.0%)   0.0344 (  8.6%)   0.0344 (  8.5%)  perform-sema
   0.0248 ( 15.2%)   0.0095 (  4.0%)   0.0342 (  8.6%)   0.0342 (  8.5%)  Type checking and Semantic analysis
   0.0169 ( 10.4%)   0.0074 (  3.1%)   0.0244 (  6.1%)   0.0244 (  6.0%)  typecheck-decl
   0.0077 (  4.7%)   0.0047 (  2.0%)   0.0124 (  3.1%)   0.0154 (  3.8%)  IRGen
   0.0087 (  5.3%)   0.0021 (  0.9%)   0.0108 (  2.7%)   0.0108 (  2.7%)  typecheck-stmt
   0.0082 (  5.0%)   0.0014 (  0.6%)   0.0095 (  2.4%)   0.0095 (  2.4%)  SILGen
   0.0064 (  3.9%)   0.0019 (  0.8%)   0.0083 (  2.1%)   0.0083 (  2.0%)  typecheck-expr
   0.0026 (  1.6%)   0.0046 (  1.9%)   0.0072 (  1.8%)   0.0072 (  1.8%)  import-clang-decl
   0.0055 (  3.4%)   0.0015 (  0.6%)   0.0070 (  1.8%)   0.0071 (  1.7%)  build-rewrite-system
   0.0011 (  0.7%)   0.0058 (  2.5%)   0.0069 (  1.7%)   0.0069 (  1.7%)  load-stdlib
   0.0063 (  3.9%)   0.0002 (  0.1%)   0.0065 (  1.6%)   0.0065 (  1.6%)  SIL optimization
   0.0049 (  3.0%)   0.0007 (  0.3%)   0.0056 (  1.4%)   0.0056 (  1.4%)  SILGen-function
   0.0012 (  0.7%)   0.0001 (  0.0%)   0.0013 (  0.3%)   0.0013 (  0.3%)  precheck-target
   0.0009 (  0.6%)   0.0002 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.3%)  typecheck-expr-pattern
   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%)  perform-whole-module-type-checking
   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.1630 (100.0%)   0.2366 (100.0%)   0.3996 (100.0%)   0.4046 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2391 seconds (0.2447 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1061 (100.0%)   0.1329 (100.0%)   0.2391 (100.0%)   0.2447 (100.0%)  Building Target
   0.1061 (100.0%)   0.1329 (100.0%)   0.2391 (100.0%)   0.2447 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
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-1745502010328049-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_apple_watchos11.4-o-Onone-1982352543.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2791 seconds (0.2827 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0247 ( 24.9%)   0.0778 ( 43.2%)   0.1024 ( 36.7%)   0.1042 ( 36.8%)  parse-and-resolve-imports
   0.0245 ( 24.8%)   0.0766 ( 42.5%)   0.1011 ( 36.2%)   0.1028 ( 36.4%)  Import resolution
   0.0091 (  9.2%)   0.0048 (  2.7%)   0.0140 (  5.0%)   0.0140 (  4.9%)  IRGen
   0.0096 (  9.7%)   0.0031 (  1.7%)   0.0127 (  4.6%)   0.0127 (  4.5%)  SILGen
   0.0066 (  6.6%)   0.0031 (  1.7%)   0.0096 (  3.4%)   0.0097 (  3.4%)  perform-sema
   0.0064 (  6.4%)   0.0029 (  1.6%)   0.0093 (  3.3%)   0.0094 (  3.3%)  Type checking and Semantic analysis
   0.0038 (  3.8%)   0.0023 (  1.3%)   0.0061 (  2.2%)   0.0061 (  2.2%)  typecheck-decl
   0.0011 (  1.1%)   0.0049 (  2.7%)   0.0060 (  2.2%)   0.0061 (  2.2%)  load-stdlib
   0.0041 (  4.1%)   0.0002 (  0.1%)   0.0043 (  1.5%)   0.0043 (  1.5%)  SIL optimization
   0.0029 (  3.0%)   0.0009 (  0.5%)   0.0038 (  1.4%)   0.0038 (  1.4%)  SILGen-function
   0.0017 (  1.7%)   0.0020 (  1.1%)   0.0036 (  1.3%)   0.0036 (  1.3%)  import-clang-decl
   0.0021 (  2.1%)   0.0005 (  0.3%)   0.0026 (  0.9%)   0.0026 (  0.9%)  typecheck-stmt
   0.0008 (  0.9%)   0.0004 (  0.2%)   0.0013 (  0.5%)   0.0013 (  0.5%)  typecheck-expr
   0.0010 (  1.0%)   0.0002 (  0.1%)   0.0012 (  0.4%)   0.0012 (  0.4%)  build-rewrite-system
   0.0006 (  0.6%)   0.0002 (  0.1%)   0.0007 (  0.3%)   0.0007 (  0.3%)  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%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0990 (100.0%)   0.1801 (100.0%)   0.2791 (100.0%)   0.2827 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1878 seconds (0.1903 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0790 (100.0%)   0.1089 (100.0%)   0.1878 (100.0%)   0.1903 (100.0%)  Building Target
   0.0790 (100.0%)   0.1089 (100.0%)   0.1878 (100.0%)   0.1903 (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_32 Compiling OnComplete.swift, Postable.swift, Putable.swift (in target 'Frisbee' from project 'Frisbee')
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-1745502010344425-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_apple_watchos11.4-o-Onone-1646943308.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2256 seconds (0.2267 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0257 ( 34.4%)   0.0657 ( 43.6%)   0.0914 ( 40.5%)   0.0920 ( 40.6%)  parse-and-resolve-imports
   0.0255 ( 34.2%)   0.0647 ( 42.9%)   0.0902 ( 40.0%)   0.0908 ( 40.0%)  Import resolution
   0.0011 (  1.4%)   0.0072 (  4.7%)   0.0082 (  3.6%)   0.0082 (  3.6%)  load-stdlib
   0.0048 (  6.5%)   0.0029 (  1.9%)   0.0077 (  3.4%)   0.0077 (  3.4%)  perform-sema
   0.0047 (  6.4%)   0.0028 (  1.9%)   0.0076 (  3.4%)   0.0076 (  3.3%)  Type checking and Semantic analysis
   0.0039 (  5.2%)   0.0032 (  2.1%)   0.0071 (  3.1%)   0.0071 (  3.1%)  IRGen
   0.0032 (  4.3%)   0.0024 (  1.6%)   0.0056 (  2.5%)   0.0056 (  2.5%)  typecheck-decl
   0.0016 (  2.1%)   0.0005 (  0.3%)   0.0021 (  0.9%)   0.0021 (  0.9%)  SILGen
   0.0007 (  0.9%)   0.0010 (  0.6%)   0.0017 (  0.7%)   0.0017 (  0.7%)  import-clang-decl
   0.0009 (  1.2%)   0.0003 (  0.2%)   0.0012 (  0.5%)   0.0012 (  0.5%)  typecheck-stmt
   0.0012 (  1.6%)   0.0000 (  0.0%)   0.0012 (  0.5%)   0.0012 (  0.5%)  SIL optimization
   0.0005 (  0.7%)   0.0001 (  0.1%)   0.0006 (  0.3%)   0.0006 (  0.3%)  SILGen-function
   0.0004 (  0.6%)   0.0000 (  0.0%)   0.0005 (  0.2%)   0.0005 (  0.2%)  typecheck-expr
   0.0002 (  0.3%)   0.0001 (  0.1%)   0.0003 (  0.1%)   0.0003 (  0.1%)  build-rewrite-system
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  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%)  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%)  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.0746 (100.0%)   0.1509 (100.0%)   0.2256 (100.0%)   0.2267 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1481 seconds (0.1507 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0542 (100.0%)   0.0939 (100.0%)   0.1481 (100.0%)   0.1507 (100.0%)  Building Target
   0.0542 (100.0%)   0.0939 (100.0%)   0.1481 (100.0%)   0.1507 (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

SwiftDriverJobDiscovery normal arm64 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 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_32 /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_32 /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_32 /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_32 /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-1745502010386938-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-3408351310.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3257 seconds (0.3280 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 ( 12.5%)   0.0487 ( 33.5%)   0.0713 ( 21.9%)   0.0713 ( 21.8%)  parse-and-resolve-imports
   0.0224 ( 12.4%)   0.0485 ( 33.3%)   0.0709 ( 21.8%)   0.0709 ( 21.6%)  Import resolution
   0.0296 ( 16.4%)   0.0106 (  7.3%)   0.0402 ( 12.3%)   0.0408 ( 12.5%)  perform-sema
   0.0294 ( 16.3%)   0.0105 (  7.3%)   0.0400 ( 12.3%)   0.0407 ( 12.4%)  Type checking and Semantic analysis
   0.0200 ( 11.1%)   0.0081 (  5.6%)   0.0281 (  8.6%)   0.0287 (  8.8%)  typecheck-decl
   0.0105 (  5.8%)   0.0026 (  1.8%)   0.0131 (  4.0%)   0.0131 (  4.0%)  typecheck-stmt
   0.0070 (  3.9%)   0.0034 (  2.3%)   0.0104 (  3.2%)   0.0104 (  3.2%)  IRGen
   0.0079 (  4.4%)   0.0022 (  1.5%)   0.0101 (  3.1%)   0.0102 (  3.1%)  typecheck-expr
   0.0075 (  4.2%)   0.0012 (  0.8%)   0.0087 (  2.7%)   0.0087 (  2.6%)  SILGen
   0.0063 (  3.5%)   0.0021 (  1.5%)   0.0084 (  2.6%)   0.0085 (  2.6%)  build-rewrite-system
   0.0030 (  1.7%)   0.0037 (  2.5%)   0.0066 (  2.0%)   0.0066 (  2.0%)  import-clang-decl
   0.0048 (  2.7%)   0.0005 (  0.4%)   0.0054 (  1.6%)   0.0054 (  1.6%)  SILGen-function
   0.0045 (  2.5%)   0.0001 (  0.1%)   0.0046 (  1.4%)   0.0046 (  1.4%)  SIL optimization
   0.0013 (  0.7%)   0.0029 (  2.0%)   0.0042 (  1.3%)   0.0042 (  1.3%)  load-stdlib
   0.0019 (  1.0%)   0.0001 (  0.1%)   0.0020 (  0.6%)   0.0020 (  0.6%)  precheck-target
   0.0016 (  0.9%)   0.0002 (  0.1%)   0.0018 (  0.5%)   0.0018 (  0.5%)  typecheck-expr-pattern
   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%)  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-source-file-class-member-cache
   0.1802 (100.0%)   0.1454 (100.0%)   0.3257 (100.0%)   0.3280 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1868 seconds (0.1886 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1065 (100.0%)   0.0803 (100.0%)   0.1868 (100.0%)   0.1886 (100.0%)  Building Target
   0.1065 (100.0%)   0.0803 (100.0%)   0.1868 (100.0%)   0.1886 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling ResultGeneratorFactory.swift, URLRequestFactory.swift, URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502010418626-swift-frontend-Frisbee-Result.swift-arm64_32_apple_watchos11.4-o-Onone-2719941734.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2589 seconds (0.2594 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0267 ( 17.7%)   0.0345 ( 31.8%)   0.0612 ( 23.6%)   0.0612 ( 23.6%)  parse-and-resolve-imports
   0.0266 ( 17.7%)   0.0342 ( 31.5%)   0.0607 ( 23.5%)   0.0608 ( 23.4%)  Import resolution
   0.0212 ( 14.1%)   0.0073 (  6.7%)   0.0285 ( 11.0%)   0.0286 ( 11.0%)  perform-sema
   0.0210 ( 14.0%)   0.0072 (  6.7%)   0.0283 ( 10.9%)   0.0283 ( 10.9%)  Type checking and Semantic analysis
   0.0135 (  9.0%)   0.0043 (  3.9%)   0.0178 (  6.9%)   0.0179 (  6.9%)  typecheck-stmt
   0.0097 (  6.5%)   0.0036 (  3.3%)   0.0133 (  5.1%)   0.0133 (  5.1%)  typecheck-expr
   0.0075 (  5.0%)   0.0029 (  2.6%)   0.0104 (  4.0%)   0.0104 (  4.0%)  precheck-target
   0.0068 (  4.5%)   0.0028 (  2.6%)   0.0097 (  3.7%)   0.0097 (  3.7%)  typecheck-decl
   0.0047 (  3.1%)   0.0033 (  3.0%)   0.0080 (  3.1%)   0.0080 (  3.1%)  IRGen
   0.0012 (  0.8%)   0.0045 (  4.2%)   0.0057 (  2.2%)   0.0057 (  2.2%)  load-stdlib
   0.0037 (  2.5%)   0.0009 (  0.8%)   0.0046 (  1.8%)   0.0046 (  1.8%)  build-rewrite-system
   0.0017 (  1.1%)   0.0023 (  2.2%)   0.0040 (  1.6%)   0.0040 (  1.6%)  import-clang-decl
   0.0024 (  1.6%)   0.0006 (  0.5%)   0.0030 (  1.2%)   0.0030 (  1.2%)  SILGen
   0.0027 (  1.8%)   0.0000 (  0.0%)   0.0027 (  1.1%)   0.0027 (  1.1%)  SIL optimization
   0.0008 (  0.5%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.3%)  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%)  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%)  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%)  AST verification
   0.1504 (100.0%)   0.1085 (100.0%)   0.2589 (100.0%)   0.2594 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1442 seconds (0.1445 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0819 (100.0%)   0.0623 (100.0%)   0.1442 (100.0%)   0.1445 (100.0%)  Building Target
   0.0819 (100.0%)   0.0623 (100.0%)   0.1442 (100.0%)   0.1445 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 /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

SwiftDriverJobDiscovery normal arm64_32 Compiling NetworkGet.swift, NetworkPost.swift, NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502010417203-swift-frontend-Frisbee-Result.swift-arm64_apple_watchos11.4-o-Onone-1739400916.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2695 seconds (0.2698 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0266 ( 15.9%)   0.0304 ( 29.6%)   0.0570 ( 21.1%)   0.0570 ( 21.1%)  parse-and-resolve-imports
   0.0265 ( 15.9%)   0.0300 ( 29.3%)   0.0565 ( 21.0%)   0.0565 ( 20.9%)  Import resolution
   0.0253 ( 15.1%)   0.0078 (  7.6%)   0.0331 ( 12.3%)   0.0331 ( 12.3%)  perform-sema
   0.0251 ( 15.1%)   0.0077 (  7.6%)   0.0329 ( 12.2%)   0.0330 ( 12.2%)  Type checking and Semantic analysis
   0.0165 (  9.9%)   0.0045 (  4.4%)   0.0211 (  7.8%)   0.0211 (  7.8%)  typecheck-stmt
   0.0106 (  6.4%)   0.0039 (  3.8%)   0.0145 (  5.4%)   0.0145 (  5.4%)  typecheck-expr
   0.0094 (  5.6%)   0.0030 (  2.9%)   0.0123 (  4.6%)   0.0124 (  4.6%)  precheck-target
   0.0080 (  4.8%)   0.0031 (  3.0%)   0.0111 (  4.1%)   0.0111 (  4.1%)  typecheck-decl
   0.0048 (  2.9%)   0.0032 (  3.1%)   0.0080 (  3.0%)   0.0080 (  3.0%)  IRGen
   0.0047 (  2.8%)   0.0010 (  1.0%)   0.0057 (  2.1%)   0.0057 (  2.1%)  build-rewrite-system
   0.0010 (  0.6%)   0.0041 (  4.0%)   0.0051 (  1.9%)   0.0051 (  1.9%)  load-stdlib
   0.0021 (  1.3%)   0.0029 (  2.8%)   0.0050 (  1.9%)   0.0050 (  1.9%)  import-clang-decl
   0.0025 (  1.5%)   0.0006 (  0.6%)   0.0031 (  1.2%)   0.0031 (  1.2%)  SILGen
   0.0029 (  1.7%)   0.0000 (  0.0%)   0.0029 (  1.1%)   0.0029 (  1.1%)  SIL optimization
   0.0009 (  0.5%)   0.0003 (  0.3%)   0.0012 (  0.4%)   0.0012 (  0.4%)  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%)  SIL verification, pre-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%)  SIL verification, post-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%)  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.1669 (100.0%)   0.1025 (100.0%)   0.2695 (100.0%)   0.2698 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1434 seconds (0.1435 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0843 (100.0%)   0.0590 (100.0%)   0.1434 (100.0%)   0.1435 (100.0%)  Building Target
   0.0843 (100.0%)   0.0590 (100.0%)   0.1434 (100.0%)   0.1435 (100.0%)  Total
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

SwiftDriverJobDiscovery normal arm64 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.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_32 Compiling EncodableAdapterFactory.swift, SerializableAdapterFactory.swift, URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling EncodableAdapterFactory.swift, SerializableAdapterFactory.swift, URLQueriableAdapterFactory.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 DataTaskRunner.swift, ResultGenerator.swift, Getable.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 URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling Result.swift, BodyAdapterFactory.swift, DecodableAdapterFactory.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/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-watchos/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-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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_32 Compiling Result.swift, BodyAdapterFactory.swift, DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Binary/Frisbee normal arm64 (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-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Binary/Frisbee
SwiftDriverJobDiscovery normal arm64_32 Compiling URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation Frisbee normal arm64_32 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-watchos/Frisbee.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/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-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Binary/Frisbee normal arm64_32 (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_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/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-watchos/Frisbee.build/Objects-normal/arm64_32/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Binary/Frisbee
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee normal arm64\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Binary/Frisbee /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Binary/Frisbee -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier Frisbee --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 06:40:10.802 appintentsmetadataprocessor[719:4109] Starting appintentsmetadataprocessor export
2025-04-24 06:40:10.806 appintentsmetadataprocessor[719:4109] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Frisbee.framework/Frisbee.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/Frisbee.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.