Build Information
Successful build of Frisbee, reference 1.0.0 (32fe11
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 24 Apr 2025 13:39:28 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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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: macosXcodebuild
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 platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Frisbee-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 7d1d0fcd5c484f98957e24b9af35b6a4
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/7d1d0fcd5c484f98957e24b9af35b6a4.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/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
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Headers Versions/Current/Headers (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Headers
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Frisbee Versions/Current/Frisbee (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Frisbee /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Frisbee
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Modules Versions/Current/Modules (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Resources Versions/Current/Resources (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Frisbee.DependencyStaticMetadataFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/Current A (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Frisbee.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/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/Frisbee.framework/Versions/A/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Resources (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/Frisbee.framework/Versions/A/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A (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/Frisbee.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions (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/Frisbee.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Frisbee.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/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/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/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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\ 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-1745501962512788-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_apple_macos10.10-o-Onone-2205170268.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 4.2761 seconds (4.7591 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.5432 ( 47.8%) 0.4758 ( 45.4%) 2.0190 ( 47.2%) 2.2501 ( 47.3%) parse-and-resolve-imports
1.5431 ( 47.8%) 0.4757 ( 45.4%) 2.0187 ( 47.2%) 2.2498 ( 47.3%) Import resolution
0.0861 ( 2.7%) 0.0203 ( 1.9%) 0.1064 ( 2.5%) 0.1072 ( 2.3%) build-rewrite-system
0.0123 ( 0.4%) 0.0411 ( 3.9%) 0.0534 ( 1.2%) 0.0682 ( 1.4%) load-stdlib
0.0128 ( 0.4%) 0.0097 ( 0.9%) 0.0225 ( 0.5%) 0.0226 ( 0.5%) import-clang-decl
0.0052 ( 0.2%) 0.0081 ( 0.8%) 0.0133 ( 0.3%) 0.0169 ( 0.4%) SILGen
0.0060 ( 0.2%) 0.0028 ( 0.3%) 0.0087 ( 0.2%) 0.0092 ( 0.2%) IRGen
0.0044 ( 0.1%) 0.0044 ( 0.4%) 0.0088 ( 0.2%) 0.0091 ( 0.2%) perform-sema
0.0043 ( 0.1%) 0.0044 ( 0.4%) 0.0087 ( 0.2%) 0.0090 ( 0.2%) Type checking and Semantic analysis
0.0028 ( 0.1%) 0.0033 ( 0.3%) 0.0061 ( 0.1%) 0.0061 ( 0.1%) typecheck-decl
0.0028 ( 0.1%) 0.0004 ( 0.0%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) SIL optimization
0.0012 ( 0.0%) 0.0010 ( 0.1%) 0.0022 ( 0.1%) 0.0025 ( 0.1%) typecheck-stmt
0.0013 ( 0.0%) 0.0007 ( 0.1%) 0.0021 ( 0.0%) 0.0021 ( 0.0%) SILGen-function
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) typecheck-expr
0.0009 ( 0.0%) 0.0003 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) load-all-members
0.0005 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
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%) AST verification
3.2277 (100.0%) 1.0485 (100.0%) 4.2761 (100.0%) 4.7591 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.3875 seconds (4.7667 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.7211 (100.0%) 1.6664 (100.0%) 4.3875 (100.0%) 4.7667 (100.0%) Building Target
2.7211 (100.0%) 1.6664 (100.0%) 4.3875 (100.0%) 4.7667 (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-1745501962520128-swift-frontend-Frisbee-Result.swift-arm64_apple_macos10.10-o-Onone-1936560528.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4040 seconds (4.9789 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0235 ( 10.6%) 0.0511 ( 27.9%) 0.0746 ( 18.5%) 2.3331 ( 46.9%) parse-and-resolve-imports
0.0233 ( 10.5%) 0.0509 ( 27.8%) 0.0742 ( 18.4%) 2.3327 ( 46.9%) Import resolution
0.0802 ( 36.3%) 0.0284 ( 15.5%) 0.1086 ( 26.9%) 0.1088 ( 2.2%) build-rewrite-system
0.0018 ( 0.8%) 0.0091 ( 5.0%) 0.0109 ( 2.7%) 0.0682 ( 1.4%) load-stdlib
0.0172 ( 7.8%) 0.0073 ( 4.0%) 0.0244 ( 6.0%) 0.0244 ( 0.5%) perform-sema
0.0171 ( 7.7%) 0.0072 ( 4.0%) 0.0243 ( 6.0%) 0.0243 ( 0.5%) Type checking and Semantic analysis
0.0130 ( 5.9%) 0.0107 ( 5.8%) 0.0237 ( 5.9%) 0.0239 ( 0.5%) import-clang-decl
0.0114 ( 5.2%) 0.0040 ( 2.2%) 0.0154 ( 3.8%) 0.0154 ( 0.3%) typecheck-stmt
0.0091 ( 4.1%) 0.0037 ( 2.0%) 0.0129 ( 3.2%) 0.0129 ( 0.3%) typecheck-expr
0.0072 ( 3.2%) 0.0026 ( 1.4%) 0.0097 ( 2.4%) 0.0097 ( 0.2%) precheck-target
0.0056 ( 2.5%) 0.0035 ( 1.9%) 0.0091 ( 2.3%) 0.0091 ( 0.2%) IRGen
0.0052 ( 2.3%) 0.0031 ( 1.7%) 0.0083 ( 2.0%) 0.0083 ( 0.2%) typecheck-decl
0.0022 ( 1.0%) 0.0007 ( 0.4%) 0.0029 ( 0.7%) 0.0029 ( 0.1%) SILGen
0.0027 ( 1.2%) 0.0000 ( 0.0%) 0.0027 ( 0.7%) 0.0027 ( 0.1%) SIL optimization
0.0008 ( 0.4%) 0.0003 ( 0.2%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) SILGen-function
0.0008 ( 0.4%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2211 (100.0%) 0.1829 (100.0%) 0.4040 (100.0%) 4.9789 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3305 seconds (4.7558 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1456 (100.0%) 1.1848 (100.0%) 2.3305 (100.0%) 4.7558 (100.0%) Building Target
1.1456 (100.0%) 1.1848 (100.0%) 2.3305 (100.0%) 4.7558 (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
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-1745501962516872-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_apple_macos10.10-o-Onone-3653162998.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2661 seconds (5.0210 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0234 ( 20.0%) 0.0536 ( 35.9%) 0.0770 ( 28.9%) 2.4200 ( 48.2%) parse-and-resolve-imports
0.0233 ( 19.9%) 0.0534 ( 35.8%) 0.0767 ( 28.8%) 2.4197 ( 48.2%) Import resolution
0.0017 ( 1.5%) 0.0096 ( 6.5%) 0.0113 ( 4.3%) 0.0800 ( 1.6%) load-stdlib
0.0463 ( 39.6%) 0.0164 ( 11.0%) 0.0627 ( 23.5%) 0.0628 ( 1.3%) build-rewrite-system
0.0045 ( 3.9%) 0.0034 ( 2.3%) 0.0080 ( 3.0%) 0.0080 ( 0.2%) IRGen
0.0044 ( 3.8%) 0.0035 ( 2.3%) 0.0079 ( 3.0%) 0.0079 ( 0.2%) perform-sema
0.0043 ( 3.7%) 0.0034 ( 2.3%) 0.0078 ( 2.9%) 0.0078 ( 0.2%) Type checking and Semantic analysis
0.0034 ( 2.9%) 0.0030 ( 2.0%) 0.0064 ( 2.4%) 0.0064 ( 0.1%) typecheck-decl
0.0015 ( 1.3%) 0.0022 ( 1.5%) 0.0037 ( 1.4%) 0.0037 ( 0.1%) import-clang-decl
0.0014 ( 1.2%) 0.0004 ( 0.3%) 0.0018 ( 0.7%) 0.0018 ( 0.0%) SILGen
0.0013 ( 1.1%) 0.0000 ( 0.0%) 0.0013 ( 0.5%) 0.0013 ( 0.0%) SIL optimization
0.0007 ( 0.6%) 0.0003 ( 0.2%) 0.0010 ( 0.4%) 0.0010 ( 0.0%) typecheck-stmt
0.0005 ( 0.4%) 0.0001 ( 0.0%) 0.0005 ( 0.2%) 0.0005 ( 0.0%) SILGen-function
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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.1168 (100.0%) 0.1493 (100.0%) 0.2661 (100.0%) 5.0210 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.4379 seconds (2.8516 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3110 (100.0%) 0.1270 (100.0%) 0.4379 (100.0%) 2.8516 (100.0%) Building Target
0.3110 (100.0%) 0.1270 (100.0%) 0.4379 (100.0%) 2.8516 (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\ 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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501962521340-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_apple_macos10.10-o-Onone-36702956.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4022 seconds (5.4483 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0238 ( 10.9%) 0.0535 ( 29.1%) 0.0773 ( 19.2%) 2.5720 ( 47.2%) parse-and-resolve-imports
0.0237 ( 10.8%) 0.0532 ( 29.0%) 0.0769 ( 19.1%) 2.5716 ( 47.2%) Import resolution
0.0546 ( 25.0%) 0.0191 ( 10.4%) 0.0738 ( 18.3%) 0.0746 ( 1.4%) build-rewrite-system
0.0017 ( 0.8%) 0.0085 ( 4.6%) 0.0102 ( 2.5%) 0.0655 ( 1.2%) load-stdlib
0.0226 ( 10.3%) 0.0096 ( 5.2%) 0.0322 ( 8.0%) 0.0323 ( 0.6%) perform-sema
0.0225 ( 10.3%) 0.0096 ( 5.2%) 0.0321 ( 8.0%) 0.0322 ( 0.6%) Type checking and Semantic analysis
0.0128 ( 5.9%) 0.0114 ( 6.2%) 0.0242 ( 6.0%) 0.0242 ( 0.4%) import-clang-decl
0.0145 ( 6.6%) 0.0068 ( 3.7%) 0.0213 ( 5.3%) 0.0214 ( 0.4%) typecheck-decl
0.0077 ( 3.5%) 0.0043 ( 2.3%) 0.0120 ( 3.0%) 0.0122 ( 0.2%) IRGen
0.0090 ( 4.1%) 0.0030 ( 1.6%) 0.0120 ( 3.0%) 0.0120 ( 0.2%) typecheck-stmt
0.0065 ( 3.0%) 0.0026 ( 1.4%) 0.0092 ( 2.3%) 0.0092 ( 0.2%) typecheck-expr
0.0069 ( 3.2%) 0.0010 ( 0.5%) 0.0079 ( 2.0%) 0.0080 ( 0.1%) SILGen
0.0046 ( 2.1%) 0.0005 ( 0.3%) 0.0051 ( 1.3%) 0.0051 ( 0.1%) SILGen-function
0.0047 ( 2.2%) 0.0001 ( 0.1%) 0.0048 ( 1.2%) 0.0048 ( 0.1%) SIL optimization
0.0012 ( 0.5%) 0.0001 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) precheck-target
0.0008 ( 0.4%) 0.0001 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2187 (100.0%) 0.1836 (100.0%) 0.4022 (100.0%) 5.4483 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.0980 seconds (4.7603 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9227 (100.0%) 1.1753 (100.0%) 2.0980 (100.0%) 4.7603 (100.0%) Building Target
0.9227 (100.0%) 1.1753 (100.0%) 2.0980 (100.0%) 4.7603 (100.0%) Total
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
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-1745501962522522-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_apple_macos10.10-o-Onone-2773885574.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3510 seconds (4.7500 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0222 ( 11.8%) 0.0462 ( 28.4%) 0.0684 ( 19.5%) 2.2289 ( 46.9%) parse-and-resolve-imports
0.0221 ( 11.7%) 0.0460 ( 28.3%) 0.0681 ( 19.4%) 2.2286 ( 46.9%) Import resolution
0.0839 ( 44.5%) 0.0296 ( 18.2%) 0.1136 ( 32.4%) 0.1146 ( 2.4%) build-rewrite-system
0.0017 ( 0.9%) 0.0071 ( 4.3%) 0.0088 ( 2.5%) 0.0842 ( 1.8%) load-stdlib
0.0127 ( 6.7%) 0.0106 ( 6.5%) 0.0233 ( 6.6%) 0.0233 ( 0.5%) import-clang-decl
0.0112 ( 6.0%) 0.0045 ( 2.7%) 0.0157 ( 4.5%) 0.0171 ( 0.4%) SILGen
0.0079 ( 4.2%) 0.0046 ( 2.8%) 0.0125 ( 3.6%) 0.0125 ( 0.3%) IRGen
0.0057 ( 3.0%) 0.0038 ( 2.3%) 0.0095 ( 2.7%) 0.0095 ( 0.2%) perform-sema
0.0056 ( 3.0%) 0.0037 ( 2.3%) 0.0094 ( 2.7%) 0.0094 ( 0.2%) Type checking and Semantic analysis
0.0051 ( 2.7%) 0.0035 ( 2.2%) 0.0086 ( 2.5%) 0.0087 ( 0.2%) typecheck-decl
0.0036 ( 1.9%) 0.0010 ( 0.6%) 0.0046 ( 1.3%) 0.0046 ( 0.1%) SILGen-function
0.0033 ( 1.8%) 0.0001 ( 0.1%) 0.0034 ( 1.0%) 0.0034 ( 0.1%) SIL optimization
0.0011 ( 0.6%) 0.0008 ( 0.5%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) typecheck-stmt
0.0010 ( 0.5%) 0.0007 ( 0.4%) 0.0017 ( 0.5%) 0.0017 ( 0.0%) typecheck-expr
0.0009 ( 0.5%) 0.0004 ( 0.2%) 0.0013 ( 0.4%) 0.0013 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0001 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1885 (100.0%) 0.1626 (100.0%) 0.3510 (100.0%) 4.7500 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.4046 seconds (4.7596 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1802 (100.0%) 1.2244 (100.0%) 2.4046 (100.0%) 4.7596 (100.0%) Building Target
1.1802 (100.0%) 1.2244 (100.0%) 2.4046 (100.0%) 4.7596 (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-1745501962523813-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_apple_macos10.10-o-Onone-3702957260.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4188 seconds (5.1290 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0242 ( 10.7%) 0.0531 ( 27.7%) 0.0773 ( 18.5%) 2.3983 ( 46.8%) parse-and-resolve-imports
0.0240 ( 10.6%) 0.0528 ( 27.5%) 0.0768 ( 18.3%) 2.3978 ( 46.7%) Import resolution
0.0810 ( 35.7%) 0.0319 ( 16.6%) 0.1129 ( 27.0%) 0.1129 ( 2.2%) build-rewrite-system
0.0014 ( 0.6%) 0.0072 ( 3.7%) 0.0086 ( 2.1%) 0.0768 ( 1.5%) load-stdlib
0.0136 ( 6.0%) 0.0120 ( 6.3%) 0.0256 ( 6.1%) 0.0256 ( 0.5%) import-clang-decl
0.0136 ( 6.0%) 0.0066 ( 3.4%) 0.0202 ( 4.8%) 0.0202 ( 0.4%) perform-sema
0.0135 ( 5.9%) 0.0065 ( 3.4%) 0.0200 ( 4.8%) 0.0200 ( 0.4%) Type checking and Semantic analysis
0.0107 ( 4.7%) 0.0052 ( 2.7%) 0.0159 ( 3.8%) 0.0159 ( 0.3%) typecheck-stmt
0.0114 ( 5.0%) 0.0031 ( 1.6%) 0.0145 ( 3.5%) 0.0145 ( 0.3%) SILGen
0.0098 ( 4.3%) 0.0043 ( 2.2%) 0.0141 ( 3.4%) 0.0141 ( 0.3%) IRGen
0.0064 ( 2.8%) 0.0038 ( 2.0%) 0.0102 ( 2.4%) 0.0102 ( 0.2%) typecheck-decl
0.0055 ( 2.4%) 0.0011 ( 0.6%) 0.0066 ( 1.6%) 0.0066 ( 0.1%) SILGen-function
0.0038 ( 1.7%) 0.0024 ( 1.3%) 0.0063 ( 1.5%) 0.0063 ( 0.1%) typecheck-expr
0.0051 ( 2.2%) 0.0001 ( 0.1%) 0.0052 ( 1.2%) 0.0052 ( 0.1%) SIL optimization
0.0021 ( 0.9%) 0.0015 ( 0.8%) 0.0036 ( 0.9%) 0.0036 ( 0.1%) precheck-target
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2270 (100.0%) 0.1918 (100.0%) 0.4188 (100.0%) 5.1290 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.2684 seconds (4.7607 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1311 (100.0%) 1.1373 (100.0%) 2.2684 (100.0%) 4.7607 (100.0%) Building Target
1.1311 (100.0%) 1.1373 (100.0%) 2.2684 (100.0%) 4.7607 (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\ DataTaskRunner.swift,\ ResultGenerator.swift,\ Getable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: warning: capture of 'onComplete' with non-sendable type 'OnComplete<T>' (aka '(Result<T>) -> ()') in a '@Sendable' closure
onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501962524546-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_apple_macos10.10-o-Onone-2469983909.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3894 seconds (4.8798 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 11.1%) 0.0530 ( 28.9%) 0.0758 ( 19.5%) 2.2939 ( 47.0%) parse-and-resolve-imports
0.0227 ( 11.0%) 0.0528 ( 28.8%) 0.0755 ( 19.4%) 2.2936 ( 47.0%) Import resolution
0.0820 ( 39.7%) 0.0311 ( 17.0%) 0.1131 ( 29.0%) 0.1135 ( 2.3%) build-rewrite-system
0.0016 ( 0.8%) 0.0069 ( 3.8%) 0.0085 ( 2.2%) 0.0615 ( 1.3%) load-stdlib
0.0132 ( 6.4%) 0.0122 ( 6.6%) 0.0254 ( 6.5%) 0.0254 ( 0.5%) import-clang-decl
0.0119 ( 5.7%) 0.0060 ( 3.3%) 0.0178 ( 4.6%) 0.0182 ( 0.4%) perform-sema
0.0118 ( 5.7%) 0.0060 ( 3.3%) 0.0177 ( 4.6%) 0.0181 ( 0.4%) Type checking and Semantic analysis
0.0074 ( 3.6%) 0.0039 ( 2.2%) 0.0113 ( 2.9%) 0.0114 ( 0.2%) typecheck-decl
0.0059 ( 2.9%) 0.0043 ( 2.4%) 0.0102 ( 2.6%) 0.0102 ( 0.2%) IRGen
0.0075 ( 3.7%) 0.0026 ( 1.4%) 0.0101 ( 2.6%) 0.0101 ( 0.2%) typecheck-stmt
0.0060 ( 2.9%) 0.0022 ( 1.2%) 0.0082 ( 2.1%) 0.0082 ( 0.2%) typecheck-expr
0.0054 ( 2.6%) 0.0011 ( 0.6%) 0.0065 ( 1.7%) 0.0065 ( 0.1%) SILGen
0.0035 ( 1.7%) 0.0007 ( 0.4%) 0.0042 ( 1.1%) 0.0042 ( 0.1%) SILGen-function
0.0035 ( 1.7%) 0.0000 ( 0.0%) 0.0035 ( 0.9%) 0.0035 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2063 (100.0%) 0.1831 (100.0%) 0.3894 (100.0%) 4.8798 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3623 seconds (4.7566 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1512 (100.0%) 1.2111 (100.0%) 2.3623 (100.0%) 4.7566 (100.0%) Building Target
1.1512 (100.0%) 1.2111 (100.0%) 2.3623 (100.0%) 4.7566 (100.0%) Total
SwiftCompile normal arm64 Compiling\ NetworkGet.swift,\ NetworkPost.swift,\ NetworkPut.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501962526897-swift-frontend-Frisbee-NetworkGet.swift-arm64_apple_macos10.10-o-Onone-406949663.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4242 seconds (4.9801 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0244 ( 10.1%) 0.0542 ( 29.5%) 0.0786 ( 18.5%) 2.3301 ( 46.8%) parse-and-resolve-imports
0.0242 ( 10.1%) 0.0539 ( 29.4%) 0.0782 ( 18.4%) 2.3297 ( 46.8%) Import resolution
0.0822 ( 34.1%) 0.0303 ( 16.5%) 0.1125 ( 26.5%) 0.1126 ( 2.3%) build-rewrite-system
0.0015 ( 0.6%) 0.0058 ( 3.2%) 0.0073 ( 1.7%) 0.0596 ( 1.2%) load-stdlib
0.0132 ( 5.5%) 0.0114 ( 6.2%) 0.0246 ( 5.8%) 0.0246 ( 0.5%) import-clang-decl
0.0159 ( 6.6%) 0.0056 ( 3.0%) 0.0215 ( 5.1%) 0.0217 ( 0.4%) perform-sema
0.0158 ( 6.6%) 0.0056 ( 3.0%) 0.0214 ( 5.0%) 0.0216 ( 0.4%) Type checking and Semantic analysis
0.0166 ( 6.9%) 0.0031 ( 1.7%) 0.0198 ( 4.7%) 0.0198 ( 0.4%) SILGen
0.0108 ( 4.5%) 0.0043 ( 2.4%) 0.0152 ( 3.6%) 0.0152 ( 0.3%) IRGen
0.0088 ( 3.7%) 0.0037 ( 2.0%) 0.0125 ( 3.0%) 0.0126 ( 0.3%) typecheck-decl
0.0071 ( 3.0%) 0.0019 ( 1.0%) 0.0090 ( 2.1%) 0.0090 ( 0.2%) typecheck-stmt
0.0070 ( 2.9%) 0.0012 ( 0.6%) 0.0082 ( 1.9%) 0.0082 ( 0.2%) SILGen-function
0.0051 ( 2.1%) 0.0016 ( 0.9%) 0.0067 ( 1.6%) 0.0067 ( 0.1%) typecheck-expr
0.0048 ( 2.0%) 0.0001 ( 0.0%) 0.0048 ( 1.1%) 0.0048 ( 0.1%) SIL optimization
0.0022 ( 0.9%) 0.0006 ( 0.4%) 0.0028 ( 0.7%) 0.0029 ( 0.1%) precheck-target
0.0008 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 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%) 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.2406 (100.0%) 0.1836 (100.0%) 0.4242 (100.0%) 4.9801 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3455 seconds (4.7586 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1831 (100.0%) 1.1624 (100.0%) 2.3455 (100.0%) 4.7586 (100.0%) Building Target
1.1831 (100.0%) 1.1624 (100.0%) 2.3455 (100.0%) 4.7586 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ 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-1745501962525494-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_apple_macos10.10-o-Onone-984751084.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3694 seconds (4.9028 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0229 ( 11.9%) 0.0532 ( 30.2%) 0.0761 ( 20.6%) 2.3121 ( 47.2%) parse-and-resolve-imports
0.0227 ( 11.8%) 0.0530 ( 30.0%) 0.0758 ( 20.5%) 2.3117 ( 47.2%) Import resolution
0.0819 ( 42.5%) 0.0282 ( 16.0%) 0.1101 ( 29.8%) 0.1107 ( 2.3%) build-rewrite-system
0.0014 ( 0.7%) 0.0065 ( 3.7%) 0.0079 ( 2.1%) 0.0682 ( 1.4%) load-stdlib
0.0134 ( 7.0%) 0.0116 ( 6.6%) 0.0251 ( 6.8%) 0.0255 ( 0.5%) import-clang-decl
0.0091 ( 4.7%) 0.0051 ( 2.9%) 0.0142 ( 3.8%) 0.0142 ( 0.3%) perform-sema
0.0090 ( 4.7%) 0.0051 ( 2.9%) 0.0140 ( 3.8%) 0.0140 ( 0.3%) Type checking and Semantic analysis
0.0068 ( 3.5%) 0.0040 ( 2.3%) 0.0108 ( 2.9%) 0.0108 ( 0.2%) typecheck-decl
0.0061 ( 3.1%) 0.0028 ( 1.6%) 0.0089 ( 2.4%) 0.0089 ( 0.2%) typecheck-stmt
0.0059 ( 3.1%) 0.0026 ( 1.5%) 0.0085 ( 2.3%) 0.0085 ( 0.2%) typecheck-expr
0.0052 ( 2.7%) 0.0029 ( 1.6%) 0.0081 ( 2.2%) 0.0081 ( 0.2%) IRGen
0.0025 ( 1.3%) 0.0006 ( 0.3%) 0.0031 ( 0.8%) 0.0031 ( 0.1%) SILGen
0.0019 ( 1.0%) 0.0004 ( 0.2%) 0.0023 ( 0.6%) 0.0023 ( 0.0%) precheck-target
0.0021 ( 1.1%) 0.0000 ( 0.0%) 0.0021 ( 0.6%) 0.0021 ( 0.0%) SIL optimization
0.0012 ( 0.6%) 0.0002 ( 0.1%) 0.0014 ( 0.4%) 0.0014 ( 0.0%) SILGen-function
0.0008 ( 0.4%) 0.0003 ( 0.2%) 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, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1930 (100.0%) 0.1764 (100.0%) 0.3694 (100.0%) 4.9028 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3450 seconds (4.7510 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1470 (100.0%) 1.1980 (100.0%) 2.3450 (100.0%) 4.7510 (100.0%) Building Target
1.1470 (100.0%) 1.1980 (100.0%) 2.3450 (100.0%) 4.7510 (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-1745501962527921-swift-frontend-Frisbee-OnComplete.swift-arm64_apple_macos10.10-o-Onone-3118804095.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3408 seconds (4.8440 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0232 ( 13.1%) 0.0512 ( 31.2%) 0.0745 ( 21.8%) 2.2989 ( 47.5%) parse-and-resolve-imports
0.0231 ( 13.1%) 0.0510 ( 31.1%) 0.0741 ( 21.7%) 2.2986 ( 47.5%) Import resolution
0.0819 ( 46.4%) 0.0309 ( 18.8%) 0.1128 ( 33.1%) 0.1147 ( 2.4%) build-rewrite-system
0.0012 ( 0.7%) 0.0053 ( 3.2%) 0.0066 ( 1.9%) 0.0587 ( 1.2%) load-stdlib
0.0128 ( 7.3%) 0.0109 ( 6.7%) 0.0238 ( 7.0%) 0.0239 ( 0.5%) import-clang-decl
0.0069 ( 3.9%) 0.0031 ( 1.9%) 0.0100 ( 2.9%) 0.0100 ( 0.2%) perform-sema
0.0068 ( 3.9%) 0.0030 ( 1.9%) 0.0099 ( 2.9%) 0.0099 ( 0.2%) Type checking and Semantic analysis
0.0043 ( 2.5%) 0.0029 ( 1.7%) 0.0072 ( 2.1%) 0.0072 ( 0.1%) IRGen
0.0039 ( 2.2%) 0.0019 ( 1.2%) 0.0058 ( 1.7%) 0.0058 ( 0.1%) typecheck-stmt
0.0029 ( 1.7%) 0.0015 ( 0.9%) 0.0044 ( 1.3%) 0.0044 ( 0.1%) typecheck-expr
0.0027 ( 1.5%) 0.0011 ( 0.6%) 0.0038 ( 1.1%) 0.0037 ( 0.1%) typecheck-decl
0.0026 ( 1.5%) 0.0008 ( 0.5%) 0.0034 ( 1.0%) 0.0034 ( 0.1%) SILGen
0.0019 ( 1.1%) 0.0000 ( 0.0%) 0.0019 ( 0.6%) 0.0019 ( 0.0%) SIL optimization
0.0008 ( 0.5%) 0.0004 ( 0.2%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) load-all-members
0.0009 ( 0.5%) 0.0001 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) SILGen-function
0.0006 ( 0.3%) 0.0000 ( 0.0%) 0.0006 ( 0.2%) 0.0006 ( 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%) 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1766 (100.0%) 0.1642 (100.0%) 0.3408 (100.0%) 4.8440 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3624 seconds (4.7453 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.1757 (100.0%) 1.1867 (100.0%) 2.3624 (100.0%) 4.7453 (100.0%) Building Target
1.1757 (100.0%) 1.1867 (100.0%) 2.3624 (100.0%) 4.7453 (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
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-1745501965456887-swift-frontend-Frisbee-all-arm64_apple_macos10.10-swiftmodule-Onone-2559090325.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2608 seconds (0.2650 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0259 ( 16.4%) 0.0271 ( 26.5%) 0.0531 ( 20.3%) 0.0532 ( 20.1%) parse-and-resolve-imports
0.0258 ( 16.3%) 0.0269 ( 26.3%) 0.0527 ( 20.2%) 0.0529 ( 19.9%) Import resolution
0.0257 ( 16.2%) 0.0090 ( 8.8%) 0.0347 ( 13.3%) 0.0354 ( 13.4%) perform-sema
0.0253 ( 16.0%) 0.0089 ( 8.7%) 0.0342 ( 13.1%) 0.0349 ( 13.2%) Type checking and Semantic analysis
0.0246 ( 15.5%) 0.0086 ( 8.4%) 0.0332 ( 12.7%) 0.0338 ( 12.8%) typecheck-decl
0.0057 ( 3.6%) 0.0068 ( 6.6%) 0.0125 ( 4.8%) 0.0134 ( 5.1%) SIL optimization
0.0103 ( 6.5%) 0.0028 ( 2.7%) 0.0131 ( 5.0%) 0.0131 ( 5.0%) SILGen
0.0019 ( 1.2%) 0.0048 ( 4.6%) 0.0067 ( 2.6%) 0.0076 ( 2.9%) Serialization, swiftmodule
0.0054 ( 3.4%) 0.0017 ( 1.7%) 0.0071 ( 2.7%) 0.0071 ( 2.7%) build-rewrite-system
0.0026 ( 1.6%) 0.0033 ( 3.2%) 0.0058 ( 2.2%) 0.0058 ( 2.2%) import-clang-decl
0.0011 ( 0.7%) 0.0018 ( 1.8%) 0.0029 ( 1.1%) 0.0029 ( 1.1%) load-stdlib
0.0023 ( 1.4%) 0.0005 ( 0.5%) 0.0028 ( 1.1%) 0.0028 ( 1.0%) SILGen-function
0.0007 ( 0.4%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) typecheck-expr
0.0007 ( 0.5%) 0.0001 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.3%) 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.1583 (100.0%) 0.1025 (100.0%) 0.2608 (100.0%) 0.2650 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1245 seconds (0.1263 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0741 (100.0%) 0.0504 (100.0%) 0.1245 (100.0%) 0.1263 (100.0%) Building Target
0.0741 (100.0%) 0.0504 (100.0%) 0.1245 (100.0%) 0.1263 (100.0%) Total
EmitSwiftModule normal arm64 (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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/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/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/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.framework/Versions/A/Headers/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Headers/Frisbee-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Modules/Frisbee.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.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 OnComplete.swift, Postable.swift, Putable.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 NetworkGet.swift, NetworkPost.swift, NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling DecoderDataAdapter.swift, DecoderJSONAdapter.swift, EncodableAdapter.swift, EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling DataTaskRunner.swift, ResultGenerator.swift, Getable.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/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/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/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/Frisbee.framework/Versions/A/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-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList -install_name @rpath/Frisbee.framework/Versions/A/Frisbee -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier Frisbee --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Frisbee --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Objects-normal/arm64/Frisbee_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Frisbee.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Frisbee.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 06:39:27.761 appintentsmetadataprocessor[711:3993] Starting appintentsmetadataprocessor export
2025-04-24 06:39:27.763 appintentsmetadataprocessor[711:3993] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Frisbee.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A/Frisbee -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Frisbee.framework/Versions/A/Frisbee.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
Signing Identity: "Sign to Run Locally"
/usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/Frisbee.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Frisbee.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/Frisbee.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Frisbee.framework/Frisbee.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Frisbee.framework/Versions/A/Frisbee.tbd (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Frisbee.framework/Versions/A/Frisbee.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/Frisbee.framework/Frisbee.tbd
/Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'Frisbee' from project 'Frisbee')
** 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.