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 iOS using Xcode 16.3 on 24 Apr 2025 13:40:49 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=iOS 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:         iOS
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=iOS 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=iOS "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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.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: ac38a0c5d9342254955676507ded268f
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/ac38a0c5d9342254955676507ded268f.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.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-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    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-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Frisbee.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Frisbee.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Frisbee.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Info.plist
SwiftDriver Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ 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-1745502044359950-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_apple_ios18.4-o-Onone-1828997811.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4352 seconds (4.3271 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0210 ( 10.2%)   0.0802 ( 35.0%)   0.1011 ( 23.2%)   2.0064 ( 46.4%)  parse-and-resolve-imports
   0.0207 ( 10.1%)   0.0799 ( 34.9%)   0.1007 ( 23.1%)   2.0059 ( 46.4%)  Import resolution
   0.0021 (  1.0%)   0.0100 (  4.4%)   0.0121 (  2.8%)   0.0925 (  2.1%)  load-stdlib
   0.0535 ( 25.9%)   0.0191 (  8.4%)   0.0726 ( 16.7%)   0.0725 (  1.7%)  build-rewrite-system
   0.0213 ( 10.3%)   0.0070 (  3.1%)   0.0283 (  6.5%)   0.0283 (  0.7%)  perform-sema
   0.0211 ( 10.3%)   0.0070 (  3.1%)   0.0281 (  6.5%)   0.0282 (  0.7%)  Type checking and Semantic analysis
   0.0127 (  6.1%)   0.0106 (  4.6%)   0.0232 (  5.3%)   0.0241 (  0.6%)  import-clang-decl
   0.0135 (  6.6%)   0.0047 (  2.0%)   0.0182 (  4.2%)   0.0182 (  0.4%)  typecheck-decl
   0.0085 (  4.1%)   0.0025 (  1.1%)   0.0110 (  2.5%)   0.0110 (  0.3%)  typecheck-stmt
   0.0074 (  3.6%)   0.0016 (  0.7%)   0.0090 (  2.1%)   0.0090 (  0.2%)  SILGen
   0.0060 (  2.9%)   0.0028 (  1.2%)   0.0088 (  2.0%)   0.0088 (  0.2%)  IRGen
   0.0061 (  3.0%)   0.0020 (  0.9%)   0.0082 (  1.9%)   0.0082 (  0.2%)  typecheck-expr
   0.0048 (  2.3%)   0.0011 (  0.5%)   0.0059 (  1.4%)   0.0059 (  0.1%)  SILGen-function
   0.0046 (  2.2%)   0.0001 (  0.0%)   0.0047 (  1.1%)   0.0047 (  0.1%)  SIL optimization
   0.0012 (  0.6%)   0.0001 (  0.0%)   0.0012 (  0.3%)   0.0012 (  0.0%)  precheck-target
   0.0009 (  0.4%)   0.0001 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  typecheck-expr-pattern
   0.0008 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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.2061 (100.0%)   0.2291 (100.0%)   0.4352 (100.0%)   4.3271 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3696 seconds (3.4246 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6483 (100.0%)   0.7213 (100.0%)   1.3696 (100.0%)   3.4246 (100.0%)  Building Target
   0.6483 (100.0%)   0.7213 (100.0%)   1.3696 (100.0%)   3.4246 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ BodiableAdapter.swift,\ BodyAdapter.swift,\ Cancellable.swift,\ DecodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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

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

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502044349217-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_apple_ios18.4-o-Onone-2236440930.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4262 seconds (3.9763 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 ( 11.7%)   0.0858 ( 34.9%)   0.1070 ( 25.1%)   1.8395 ( 46.3%)  parse-and-resolve-imports
   0.0210 ( 11.7%)   0.0856 ( 34.8%)   0.1066 ( 25.0%)   1.8391 ( 46.3%)  Import resolution
   0.0800 ( 44.4%)   0.0282 ( 11.4%)   0.1081 ( 25.4%)   0.1095 (  2.8%)  build-rewrite-system
   0.0022 (  1.2%)   0.0215 (  8.7%)   0.0237 (  5.6%)   0.1065 (  2.7%)  load-stdlib
   0.0122 (  6.8%)   0.0095 (  3.9%)   0.0217 (  5.1%)   0.0218 (  0.5%)  import-clang-decl
   0.0124 (  6.9%)   0.0033 (  1.4%)   0.0157 (  3.7%)   0.0166 (  0.4%)  SILGen
   0.0066 (  3.7%)   0.0039 (  1.6%)   0.0105 (  2.5%)   0.0105 (  0.3%)  IRGen
   0.0051 (  2.8%)   0.0023 (  0.9%)   0.0074 (  1.7%)   0.0074 (  0.2%)  perform-sema
   0.0050 (  2.8%)   0.0023 (  0.9%)   0.0073 (  1.7%)   0.0073 (  0.2%)  Type checking and Semantic analysis
   0.0044 (  2.5%)   0.0021 (  0.8%)   0.0065 (  1.5%)   0.0065 (  0.2%)  typecheck-decl
   0.0036 (  2.0%)   0.0008 (  0.3%)   0.0044 (  1.0%)   0.0044 (  0.1%)  SILGen-function
   0.0032 (  1.8%)   0.0001 (  0.0%)   0.0033 (  0.8%)   0.0033 (  0.1%)  SIL optimization
   0.0011 (  0.6%)   0.0003 (  0.1%)   0.0014 (  0.3%)   0.0014 (  0.0%)  typecheck-stmt
   0.0010 (  0.6%)   0.0003 (  0.1%)   0.0013 (  0.3%)   0.0013 (  0.0%)  typecheck-expr
   0.0007 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  populate-source-file-class-member-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.1800 (100.0%)   0.2462 (100.0%)   0.4262 (100.0%)   3.9763 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5505 seconds (3.4353 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8295 (100.0%)   0.7210 (100.0%)   1.5505 (100.0%)   3.4353 (100.0%)  Building Target
   0.8295 (100.0%)   0.7210 (100.0%)   1.5505 (100.0%)   3.4353 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ QueryItemAdapter.swift,\ SerializableAdapter.swift,\ SerializerJSONAdapter.swift,\ URLQueriableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/QueryItemAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializerJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502044376796-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_apple_ios18.4-o-Onone-1799221623.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4191 seconds (4.4123 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0207 ( 10.8%)   0.0822 ( 36.2%)   0.1028 ( 24.5%)   2.0588 ( 46.7%)  parse-and-resolve-imports
   0.0205 ( 10.7%)   0.0819 ( 36.0%)   0.1024 ( 24.4%)   2.0583 ( 46.6%)  Import resolution
   0.0014 (  0.7%)   0.0025 (  1.1%)   0.0039 (  0.9%)   0.0851 (  1.9%)  load-stdlib
   0.0523 ( 27.3%)   0.0185 (  8.2%)   0.0708 ( 16.9%)   0.0708 (  1.6%)  build-rewrite-system
   0.0124 (  6.4%)   0.0104 (  4.6%)   0.0228 (  5.4%)   0.0228 (  0.5%)  import-clang-decl
   0.0134 (  7.0%)   0.0056 (  2.4%)   0.0190 (  4.5%)   0.0190 (  0.4%)  perform-sema
   0.0133 (  6.9%)   0.0055 (  2.4%)   0.0189 (  4.5%)   0.0189 (  0.4%)  Type checking and Semantic analysis
   0.0123 (  6.4%)   0.0037 (  1.6%)   0.0161 (  3.8%)   0.0161 (  0.4%)  SILGen
   0.0108 (  5.6%)   0.0044 (  1.9%)   0.0152 (  3.6%)   0.0152 (  0.3%)  typecheck-stmt
   0.0102 (  5.3%)   0.0047 (  2.0%)   0.0149 (  3.6%)   0.0150 (  0.3%)  IRGen
   0.0065 (  3.4%)   0.0031 (  1.4%)   0.0096 (  2.3%)   0.0096 (  0.2%)  typecheck-decl
   0.0056 (  2.9%)   0.0011 (  0.5%)   0.0066 (  1.6%)   0.0066 (  0.2%)  SILGen-function
   0.0040 (  2.1%)   0.0020 (  0.9%)   0.0060 (  1.4%)   0.0060 (  0.1%)  typecheck-expr
   0.0056 (  2.9%)   0.0001 (  0.1%)   0.0057 (  1.4%)   0.0057 (  0.1%)  SIL optimization
   0.0020 (  1.0%)   0.0012 (  0.5%)   0.0032 (  0.8%)   0.0032 (  0.1%)  precheck-target
   0.0009 (  0.5%)   0.0003 (  0.1%)   0.0011 (  0.3%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1918 (100.0%)   0.2273 (100.0%)   0.4191 (100.0%)   4.4123 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3045 seconds (3.4106 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6257 (100.0%)   0.6788 (100.0%)   1.3045 (100.0%)   3.4106 (100.0%)  Building Target
   0.6257 (100.0%)   0.6788 (100.0%)   1.3045 (100.0%)   3.4106 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/QueryItemAdapter.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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

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

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

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502044373971-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_apple_ios18.4-o-Onone-916286740.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3893 seconds (3.6723 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0211 ( 13.1%)   0.0865 ( 38.0%)   0.1076 ( 27.6%)   1.7155 ( 46.7%)  parse-and-resolve-imports
   0.0210 ( 13.0%)   0.0863 ( 37.9%)   0.1073 ( 27.6%)   1.7152 ( 46.7%)  Import resolution
   0.0786 ( 48.6%)   0.0270 ( 11.9%)   0.1056 ( 27.1%)   0.1056 (  2.9%)  build-rewrite-system
   0.0014 (  0.9%)   0.0063 (  2.8%)   0.0077 (  2.0%)   0.0741 (  2.0%)  load-stdlib
   0.0121 (  7.5%)   0.0102 (  4.5%)   0.0222 (  5.7%)   0.0226 (  0.6%)  import-clang-decl
   0.0051 (  3.2%)   0.0031 (  1.4%)   0.0083 (  2.1%)   0.0086 (  0.2%)  IRGen
   0.0049 (  3.1%)   0.0019 (  0.8%)   0.0068 (  1.8%)   0.0069 (  0.2%)  SILGen
   0.0039 (  2.4%)   0.0016 (  0.7%)   0.0055 (  1.4%)   0.0055 (  0.1%)  perform-sema
   0.0038 (  2.4%)   0.0016 (  0.7%)   0.0054 (  1.4%)   0.0054 (  0.1%)  Type checking and Semantic analysis
   0.0025 (  1.5%)   0.0010 (  0.4%)   0.0034 (  0.9%)   0.0034 (  0.1%)  typecheck-decl
   0.0029 (  1.8%)   0.0002 (  0.1%)   0.0031 (  0.8%)   0.0031 (  0.1%)  SIL optimization
   0.0012 (  0.7%)   0.0007 (  0.3%)   0.0019 (  0.5%)   0.0019 (  0.1%)  SILGen-function
   0.0011 (  0.7%)   0.0005 (  0.2%)   0.0016 (  0.4%)   0.0017 (  0.0%)  typecheck-stmt
   0.0009 (  0.6%)   0.0004 (  0.2%)   0.0013 (  0.3%)   0.0013 (  0.0%)  load-all-members
   0.0007 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  typecheck-expr
   0.0004 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1618 (100.0%)   0.2275 (100.0%)   0.3893 (100.0%)   3.6723 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6568 seconds (3.4113 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8763 (100.0%)   0.7805 (100.0%)   1.6568 (100.0%)   3.4113 (100.0%)  Building Target
   0.8763 (100.0%)   0.7805 (100.0%)   1.6568 (100.0%)   3.4113 (100.0%)  Total
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-1745502044366684-swift-frontend-Frisbee-Result.swift-arm64_apple_ios18.4-o-Onone-2636716086.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9903 seconds (4.0447 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2053 ( 35.1%)   0.1618 ( 40.0%)   0.3670 ( 37.1%)   1.8588 ( 46.0%)  parse-and-resolve-imports
   0.2051 ( 35.0%)   0.1616 ( 39.9%)   0.3667 ( 37.0%)   1.8585 ( 45.9%)  Import resolution
   0.0790 ( 13.5%)   0.0247 (  6.1%)   0.1036 ( 10.5%)   0.1048 (  2.6%)  build-rewrite-system
   0.0017 (  0.3%)   0.0115 (  2.8%)   0.0132 (  1.3%)   0.0815 (  2.0%)  load-stdlib
   0.0178 (  3.0%)   0.0075 (  1.9%)   0.0254 (  2.6%)   0.0256 (  0.6%)  perform-sema
   0.0178 (  3.0%)   0.0075 (  1.9%)   0.0253 (  2.6%)   0.0255 (  0.6%)  Type checking and Semantic analysis
   0.0124 (  2.1%)   0.0104 (  2.6%)   0.0228 (  2.3%)   0.0228 (  0.6%)  import-clang-decl
   0.0118 (  2.0%)   0.0045 (  1.1%)   0.0163 (  1.6%)   0.0166 (  0.4%)  typecheck-stmt
   0.0092 (  1.6%)   0.0041 (  1.0%)   0.0133 (  1.3%)   0.0135 (  0.3%)  typecheck-expr
   0.0072 (  1.2%)   0.0032 (  0.8%)   0.0104 (  1.1%)   0.0107 (  0.3%)  precheck-target
   0.0054 (  0.9%)   0.0035 (  0.9%)   0.0089 (  0.9%)   0.0089 (  0.2%)  IRGen
   0.0055 (  0.9%)   0.0029 (  0.7%)   0.0085 (  0.9%)   0.0085 (  0.2%)  typecheck-decl
   0.0027 (  0.5%)   0.0009 (  0.2%)   0.0036 (  0.4%)   0.0036 (  0.1%)  SILGen
   0.0027 (  0.5%)   0.0000 (  0.0%)   0.0028 (  0.3%)   0.0028 (  0.1%)  SIL optimization
   0.0009 (  0.1%)   0.0004 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.0%)  load-all-members
   0.0009 (  0.1%)   0.0004 (  0.1%)   0.0013 (  0.1%)   0.0013 (  0.0%)  SILGen-function
   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%)  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.5854 (100.0%)   0.4049 (100.0%)   0.9903 (100.0%)   4.0447 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7793 seconds (3.4031 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0102 (100.0%)   0.7691 (100.0%)   1.7793 (100.0%)   3.4031 (100.0%)  Building Target
   1.0102 (100.0%)   0.7691 (100.0%)   1.7793 (100.0%)   3.4031 (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

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-1745502044366527-swift-frontend-Frisbee-all-arm64_apple_ios18.4-swiftmodule-Onone-3706232054.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3592 seconds (4.4396 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0207 ( 13.5%)   0.0719 ( 34.9%)   0.0925 ( 25.8%)   2.0726 ( 46.7%)  parse-and-resolve-imports
   0.0205 ( 13.4%)   0.0716 ( 34.8%)   0.0921 ( 25.6%)   2.0722 ( 46.7%)  Import resolution
   0.0017 (  1.1%)   0.0103 (  5.0%)   0.0120 (  3.3%)   0.1219 (  2.7%)  load-stdlib
   0.0266 ( 17.4%)   0.0104 (  5.1%)   0.0371 ( 10.3%)   0.0391 (  0.9%)  perform-sema
   0.0262 ( 17.1%)   0.0102 (  5.0%)   0.0364 ( 10.1%)   0.0385 (  0.9%)  Type checking and Semantic analysis
   0.0254 ( 16.6%)   0.0099 (  4.8%)   0.0353 (  9.8%)   0.0373 (  0.8%)  typecheck-decl
   0.0114 (  7.5%)   0.0035 (  1.7%)   0.0149 (  4.1%)   0.0151 (  0.3%)  SILGen
   0.0059 (  3.9%)   0.0070 (  3.4%)   0.0129 (  3.6%)   0.0142 (  0.3%)  SIL optimization
   0.0058 (  3.8%)   0.0022 (  1.1%)   0.0080 (  2.2%)   0.0080 (  0.2%)  build-rewrite-system
   0.0020 (  1.3%)   0.0048 (  2.3%)   0.0068 (  1.9%)   0.0080 (  0.2%)  Serialization, swiftmodule
   0.0025 (  1.6%)   0.0028 (  1.4%)   0.0054 (  1.5%)   0.0070 (  0.2%)  import-clang-decl
   0.0026 (  1.7%)   0.0008 (  0.4%)   0.0035 (  1.0%)   0.0034 (  0.1%)  SILGen-function
   0.0008 (  0.5%)   0.0003 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-expr
   0.0008 (  0.5%)   0.0001 (  0.1%)   0.0009 (  0.3%)   0.0009 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.1%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.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%)  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%)  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.1532 (100.0%)   0.2059 (100.0%)   0.3592 (100.0%)   4.4396 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1788 seconds (2.2722 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0721 (100.0%)   0.1067 (100.0%)   0.1788 (100.0%)   2.2722 (100.0%)  Building Target
   0.0721 (100.0%)   0.1067 (100.0%)   0.1788 (100.0%)   2.2722 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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-1745502044367833-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_apple_ios18.4-o-Onone-73258401.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0340 seconds (3.6300 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9795 ( 46.6%)   0.4163 ( 44.6%)   1.3958 ( 46.0%)   1.6507 ( 45.5%)  parse-and-resolve-imports
   0.9794 ( 46.6%)   0.4161 ( 44.6%)   1.3955 ( 46.0%)   1.6503 ( 45.5%)  Import resolution
   0.0822 (  3.9%)   0.0174 (  1.9%)   0.0996 (  3.3%)   0.1000 (  2.8%)  build-rewrite-system
   0.0018 (  0.1%)   0.0096 (  1.0%)   0.0114 (  0.4%)   0.0775 (  2.1%)  load-stdlib
   0.0083 (  0.4%)   0.0145 (  1.6%)   0.0228 (  0.8%)   0.0281 (  0.8%)  perform-sema
   0.0082 (  0.4%)   0.0144 (  1.5%)   0.0227 (  0.7%)   0.0280 (  0.8%)  Type checking and Semantic analysis
   0.0126 (  0.6%)   0.0101 (  1.1%)   0.0227 (  0.7%)   0.0229 (  0.6%)  import-clang-decl
   0.0060 (  0.3%)   0.0103 (  1.1%)   0.0163 (  0.5%)   0.0208 (  0.6%)  typecheck-decl
   0.0026 (  0.1%)   0.0089 (  1.0%)   0.0115 (  0.4%)   0.0141 (  0.4%)  SILGen
   0.0053 (  0.3%)   0.0054 (  0.6%)   0.0107 (  0.4%)   0.0117 (  0.3%)  typecheck-stmt
   0.0051 (  0.2%)   0.0051 (  0.5%)   0.0101 (  0.3%)   0.0112 (  0.3%)  typecheck-expr
   0.0045 (  0.2%)   0.0027 (  0.3%)   0.0072 (  0.2%)   0.0072 (  0.2%)  IRGen
   0.0020 (  0.1%)   0.0002 (  0.0%)   0.0023 (  0.1%)   0.0023 (  0.1%)  SIL optimization
   0.0012 (  0.1%)   0.0008 (  0.1%)   0.0020 (  0.1%)   0.0020 (  0.1%)  SILGen-function
   0.0015 (  0.1%)   0.0004 (  0.0%)   0.0019 (  0.1%)   0.0019 (  0.1%)  precheck-target
   0.0009 (  0.0%)   0.0003 (  0.0%)   0.0013 (  0.0%)   0.0013 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1014 (100.0%)   0.9326 (100.0%)   3.0340 (100.0%)   3.6300 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9821 seconds (3.4065 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8477 (100.0%)   1.1343 (100.0%)   2.9821 (100.0%)   3.4065 (100.0%)  Building Target
   1.8477 (100.0%)   1.1343 (100.0%)   2.9821 (100.0%)   3.4065 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/ResultGeneratorFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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

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

SwiftCompile normal arm64 Compiling\ 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-1745502044369238-swift-frontend-Frisbee-OnComplete.swift-arm64_apple_ios18.4-o-Onone-4204410531.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3973 seconds (3.6273 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0199 ( 11.9%)   0.0803 ( 35.0%)   0.1002 ( 25.2%)   1.6791 ( 46.3%)  parse-and-resolve-imports
   0.0198 ( 11.8%)   0.0801 ( 34.9%)   0.0999 ( 25.1%)   1.6788 ( 46.3%)  Import resolution
   0.0799 ( 47.5%)   0.0268 ( 11.7%)   0.1066 ( 26.8%)   0.1066 (  2.9%)  build-rewrite-system
   0.0016 (  1.0%)   0.0087 (  3.8%)   0.0103 (  2.6%)   0.0794 (  2.2%)  load-stdlib
   0.0127 (  7.6%)   0.0117 (  5.1%)   0.0244 (  6.2%)   0.0247 (  0.7%)  import-clang-decl
   0.0072 (  4.3%)   0.0046 (  2.0%)   0.0117 (  3.0%)   0.0123 (  0.3%)  perform-sema
   0.0071 (  4.2%)   0.0046 (  2.0%)   0.0116 (  2.9%)   0.0122 (  0.3%)  Type checking and Semantic analysis
   0.0042 (  2.5%)   0.0036 (  1.6%)   0.0078 (  2.0%)   0.0083 (  0.2%)  typecheck-stmt
   0.0033 (  2.0%)   0.0031 (  1.4%)   0.0064 (  1.6%)   0.0069 (  0.2%)  typecheck-expr
   0.0034 (  2.0%)   0.0032 (  1.4%)   0.0065 (  1.6%)   0.0065 (  0.2%)  IRGen
   0.0024 (  1.4%)   0.0011 (  0.5%)   0.0034 (  0.9%)   0.0038 (  0.1%)  SILGen
   0.0026 (  1.5%)   0.0009 (  0.4%)   0.0035 (  0.9%)   0.0035 (  0.1%)  typecheck-decl
   0.0017 (  1.0%)   0.0000 (  0.0%)   0.0017 (  0.4%)   0.0017 (  0.0%)  SIL optimization
   0.0006 (  0.4%)   0.0003 (  0.1%)   0.0009 (  0.2%)   0.0012 (  0.0%)  precheck-target
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  SILGen-function
   0.0008 (  0.5%)   0.0002 (  0.1%)   0.0010 (  0.3%)   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%)  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.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%)  SIL verification, pre-optimization
   0.1680 (100.0%)   0.2293 (100.0%)   0.3973 (100.0%)   3.6273 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6733 seconds (3.4069 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8950 (100.0%)   0.7783 (100.0%)   1.6733 (100.0%)   3.4069 (100.0%)  Building Target
   0.8950 (100.0%)   0.7783 (100.0%)   1.6733 (100.0%)   3.4069 (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\ 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-1745502044377414-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_apple_ios18.4-o-Onone-279987989.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3031 seconds (3.6527 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 ( 19.2%)   0.0844 ( 42.5%)   0.1044 ( 34.5%)   1.7437 ( 47.7%)  parse-and-resolve-imports
   0.0199 ( 19.1%)   0.0842 ( 42.4%)   0.1041 ( 34.3%)   1.7433 ( 47.7%)  Import resolution
   0.0013 (  1.3%)   0.0049 (  2.5%)   0.0062 (  2.1%)   0.0775 (  2.1%)  load-stdlib
   0.0433 ( 41.5%)   0.0142 (  7.2%)   0.0576 ( 19.0%)   0.0575 (  1.6%)  build-rewrite-system
   0.0042 (  4.0%)   0.0023 (  1.2%)   0.0065 (  2.1%)   0.0065 (  0.2%)  perform-sema
   0.0041 (  3.9%)   0.0023 (  1.2%)   0.0064 (  2.1%)   0.0064 (  0.2%)  Type checking and Semantic analysis
   0.0032 (  3.1%)   0.0022 (  1.1%)   0.0054 (  1.8%)   0.0054 (  0.1%)  IRGen
   0.0031 (  3.0%)   0.0019 (  0.9%)   0.0050 (  1.6%)   0.0050 (  0.1%)  typecheck-decl
   0.0012 (  1.1%)   0.0014 (  0.7%)   0.0026 (  0.8%)   0.0026 (  0.1%)  import-clang-decl
   0.0015 (  1.4%)   0.0004 (  0.2%)   0.0019 (  0.6%)   0.0019 (  0.1%)  SILGen
   0.0011 (  1.0%)   0.0000 (  0.0%)   0.0011 (  0.4%)   0.0011 (  0.0%)  SIL optimization
   0.0007 (  0.6%)   0.0003 (  0.2%)   0.0010 (  0.3%)   0.0010 (  0.0%)  typecheck-stmt
   0.0005 (  0.5%)   0.0001 (  0.0%)   0.0006 (  0.2%)   0.0006 (  0.0%)  SILGen-function
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1045 (100.0%)   0.1986 (100.0%)   0.3031 (100.0%)   3.6527 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4703 seconds (2.1809 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3249 (100.0%)   0.1454 (100.0%)   0.4703 (100.0%)   2.1809 (100.0%)  Building Target
   0.3249 (100.0%)   0.1454 (100.0%)   0.4703 (100.0%)   2.1809 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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

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

SwiftCompile normal arm64 Compiling\ 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-1745502044376049-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_apple_ios18.4-o-Onone-918907875.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4873 seconds (4.0376 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0257 ( 11.7%)   0.0845 ( 31.5%)   0.1102 ( 22.6%)   1.8768 ( 46.5%)  parse-and-resolve-imports
   0.0255 ( 11.7%)   0.0844 ( 31.4%)   0.1099 ( 22.6%)   1.8765 ( 46.5%)  Import resolution
   0.0805 ( 36.8%)   0.0285 ( 10.6%)   0.1090 ( 22.4%)   0.1090 (  2.7%)  build-rewrite-system
   0.0123 (  5.6%)   0.0358 ( 13.3%)   0.0481 (  9.9%)   0.0646 (  1.6%)  load-stdlib
   0.0128 (  5.9%)   0.0109 (  4.1%)   0.0238 (  4.9%)   0.0238 (  0.6%)  import-clang-decl
   0.0119 (  5.4%)   0.0056 (  2.1%)   0.0175 (  3.6%)   0.0178 (  0.4%)  perform-sema
   0.0118 (  5.4%)   0.0056 (  2.1%)   0.0174 (  3.6%)   0.0176 (  0.4%)  Type checking and Semantic analysis
   0.0077 (  3.5%)   0.0029 (  1.1%)   0.0106 (  2.2%)   0.0106 (  0.3%)  typecheck-stmt
   0.0070 (  3.2%)   0.0033 (  1.2%)   0.0103 (  2.1%)   0.0103 (  0.3%)  typecheck-decl
   0.0059 (  2.7%)   0.0025 (  0.9%)   0.0084 (  1.7%)   0.0084 (  0.2%)  typecheck-expr
   0.0049 (  2.2%)   0.0027 (  1.0%)   0.0076 (  1.6%)   0.0076 (  0.2%)  IRGen
   0.0050 (  2.3%)   0.0010 (  0.4%)   0.0060 (  1.2%)   0.0060 (  0.1%)  SILGen
   0.0032 (  1.5%)   0.0006 (  0.2%)   0.0038 (  0.8%)   0.0038 (  0.1%)  SILGen-function
   0.0033 (  1.5%)   0.0000 (  0.0%)   0.0034 (  0.7%)   0.0033 (  0.1%)  SIL optimization
   0.0006 (  0.3%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0004 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2188 (100.0%)   0.2686 (100.0%)   0.4873 (100.0%)   4.0376 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5540 seconds (3.4036 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8389 (100.0%)   0.7151 (100.0%)   1.5540 (100.0%)   3.4036 (100.0%)  Building Target
   0.8389 (100.0%)   0.7151 (100.0%)   1.5540 (100.0%)   3.4036 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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

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

SwiftCompile normal arm64 Compiling\ NetworkGet.swift,\ NetworkPost.swift,\ NetworkPut.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745502046645474-swift-frontend-Frisbee-NetworkGet.swift-arm64_apple_ios18.4-o-Onone-232930613.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2857 seconds (0.2861 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0514 ( 26.4%)   0.0178 ( 19.5%)   0.0692 ( 24.2%)   0.0694 ( 24.3%)  build-rewrite-system
   0.0174 (  9.0%)   0.0184 ( 20.1%)   0.0358 ( 12.5%)   0.0358 ( 12.5%)  parse-and-resolve-imports
   0.0172 (  8.9%)   0.0181 ( 19.8%)   0.0354 ( 12.4%)   0.0354 ( 12.4%)  Import resolution
   0.0122 (  6.3%)   0.0107 ( 11.8%)   0.0229 (  8.0%)   0.0230 (  8.1%)  import-clang-decl
   0.0158 (  8.2%)   0.0049 (  5.4%)   0.0208 (  7.3%)   0.0208 (  7.3%)  perform-sema
   0.0157 (  8.1%)   0.0049 (  5.4%)   0.0206 (  7.2%)   0.0206 (  7.2%)  Type checking and Semantic analysis
   0.0169 (  8.7%)   0.0030 (  3.3%)   0.0199 (  7.0%)   0.0199 (  7.0%)  SILGen
   0.0101 (  5.2%)   0.0036 (  3.9%)   0.0137 (  4.8%)   0.0137 (  4.8%)  IRGen
   0.0089 (  4.6%)   0.0033 (  3.6%)   0.0122 (  4.3%)   0.0122 (  4.3%)  typecheck-decl
   0.0071 (  3.7%)   0.0016 (  1.7%)   0.0087 (  3.0%)   0.0087 (  3.0%)  typecheck-stmt
   0.0073 (  3.7%)   0.0010 (  1.1%)   0.0083 (  2.9%)   0.0083 (  2.9%)  SILGen-function
   0.0051 (  2.6%)   0.0012 (  1.4%)   0.0064 (  2.2%)   0.0064 (  2.2%)  typecheck-expr
   0.0050 (  2.6%)   0.0000 (  0.0%)   0.0050 (  1.8%)   0.0050 (  1.8%)  SIL optimization
   0.0011 (  0.5%)   0.0021 (  2.3%)   0.0032 (  1.1%)   0.0032 (  1.1%)  load-stdlib
   0.0021 (  1.1%)   0.0004 (  0.5%)   0.0025 (  0.9%)   0.0025 (  0.9%)  precheck-target
   0.0007 (  0.4%)   0.0002 (  0.2%)   0.0009 (  0.3%)   0.0009 (  0.3%)  load-all-members
   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%)  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.1943 (100.0%)   0.0914 (100.0%)   0.2857 (100.0%)   0.2861 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.0880 seconds (1.1361 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5961 (100.0%)   0.4920 (100.0%)   1.0880 (100.0%)   1.1361 (100.0%)  Building Target
   0.5961 (100.0%)   0.4920 (100.0%)   1.0880 (100.0%)   1.1361 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace

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

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

SwiftDriverJobDiscovery normal arm64 Compiling EncodableAdapterFactory.swift, SerializableAdapterFactory.swift, URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Headers/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Headers/Frisbee-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling NetworkGet.swift, NetworkPost.swift, NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling OnComplete.swift, Postable.swift, Putable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling Result.swift, BodyAdapterFactory.swift, DecodableAdapterFactory.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')
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.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-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Frisbee normal (in target 'Frisbee' from project 'Frisbee')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --bundle-identifier Frisbee --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Frisbee --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Frisbee.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 06:40:48.188 appintentsmetadataprocessor[701:3949] Starting appintentsmetadataprocessor export
2025-04-24 06:40:48.191 appintentsmetadataprocessor[701:3949] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/ssu --bundle-id Frisbee --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-iphoneos/Frisbee.build/Frisbee.DependencyMetadataFileList --archive-ssu-assets
2025-04-24 06:40:48.219 appintentsnltrainingprocessor[702:3950] Parsing options for appintentsnltrainingprocessor
2025-04-24 06:40:48.220 appintentsnltrainingprocessor[702:3950] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/Frisbee.framework/Frisbee -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/Frisbee.framework/Frisbee.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/Frisbee.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/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.