Build Information
Successful build of Frisbee, reference master (880252
), with Swift 6.1 for watchOS using Xcode 16.3 on 24 Apr 2025 13:39:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Frisbee-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ronanrodrigo/Frisbee.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ronanrodrigo/Frisbee
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 8802523 Update Frisbee.podspec to 0.2.5 [skip ci]
Cloned https://github.com/ronanrodrigo/Frisbee.git
Revision (git rev-parse @):
8802523a47f63201c2e65c6a28a0f2da5aa3f6f5
SUCCESS checkout https://github.com/ronanrodrigo/Frisbee.git at master
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/ronanrodrigo/Frisbee.git
https://github.com/ronanrodrigo/Frisbee.git
{
"dependencies" : [
],
"manifest_display_name" : "Frisbee",
"name" : "Frisbee",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Frisbee",
"targets" : [
"Frisbee"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FrisbeeTests",
"module_type" : "SwiftTarget",
"name" : "FrisbeeTests",
"path" : "Tests/FrisbeeTests",
"sources" : [
"Adapters/BodyAdapterTests.swift",
"Adapters/DecoderDataAdapterTests.swift",
"Adapters/QueryItemAdapterTests.swift",
"Adapters/URLQueryAdapterTests.swift",
"Adapters/URLSessionTaskAdapterTests.swift",
"Entities/FrisbeeErrorTests.swift",
"Entities/ResultTests.swift",
"Factories/URLRequestFactoryTests.swift",
"Factories/URLSessionFactoryTests.swift",
"Interactors/ResultGeneratorTests.swift",
"Requestables/IntegrationNetworkGetTests.swift",
"Requestables/IntegrationNetworkPostTests.swift",
"Requestables/IntegrationNetworkPutTests.swift",
"Requestables/NetworkGetTests.swift",
"Requestables/NetworkPostTests.swift",
"Requestables/NetworkPutTests.swift",
"Support/Doubles/BodyThrowErrorFakeAdapter.swift",
"Support/Doubles/DecoderThrowErrorFakeAdapter.swift",
"Support/Doubles/EncoderThrowErrorFakeAdapter.swift",
"Support/Doubles/MockURLSession.swift",
"Support/Doubles/SerializerThrowErrorFakeAdapter.swift",
"Support/Doubles/URLWithQueryTrhrowErrorFakeBuildable.swift",
"Support/Entities/Empty.swift",
"Support/Entities/Fake.swift",
"Support/Entities/Movie.swift",
"Support/Entities/MovieQuery.swift",
"Support/Entities/SomeEntity.swift",
"Support/Entities/SomeError.swift",
"Support/Extensions/FrisbeeError+All.swift",
"Support/Extensions/SequenceExtensions.swift",
"Support/Extensions/XCTestCase+AssertContains.swift"
],
"target_dependencies" : [
"Frisbee"
],
"type" : "test"
},
{
"c99name" : "Frisbee",
"module_type" : "SwiftTarget",
"name" : "Frisbee",
"path" : "Sources/Frisbee",
"product_memberships" : [
"Frisbee"
],
"sources" : [
"Adapters/BodiableAdapter.swift",
"Adapters/BodyAdapter.swift",
"Adapters/Cancellable.swift",
"Adapters/DecodableAdapter.swift",
"Adapters/DecoderDataAdapter.swift",
"Adapters/DecoderJSONAdapter.swift",
"Adapters/EncodableAdapter.swift",
"Adapters/EncoderJSONAdapter.swift",
"Adapters/QueryItemAdapter.swift",
"Adapters/SerializableAdapter.swift",
"Adapters/SerializerJSONAdapter.swift",
"Adapters/URLQueriableAdapter.swift",
"Adapters/URLQueryAdapter.swift",
"Adapters/URLSessionTaskAdapter.swift",
"Entities/FrisbeeError.swift",
"Entities/HTTPMethod.swift",
"Entities/Result.swift",
"Factories/Adapters/BodyAdapterFactory.swift",
"Factories/Adapters/DecodableAdapterFactory.swift",
"Factories/Adapters/EncodableAdapterFactory.swift",
"Factories/Adapters/SerializableAdapterFactory.swift",
"Factories/Adapters/URLQueriableAdapterFactory.swift",
"Factories/ResultGeneratorFactory.swift",
"Factories/URLRequestFactory.swift",
"Factories/URLSessionFactory.swift",
"Interactors/DataTaskRunner.swift",
"Interactors/ResultGenerator.swift",
"Requestables/Getable.swift",
"Requestables/NetworkGet.swift",
"Requestables/NetworkPost.swift",
"Requestables/NetworkPut.swift",
"Requestables/OnComplete.swift",
"Requestables/Postable.swift",
"Requestables/Putable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "Frisbee",
"name" : "Frisbee",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Frisbee",
"targets" : [
"Frisbee"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FrisbeeTests",
"module_type" : "SwiftTarget",
"name" : "FrisbeeTests",
"path" : "Tests/FrisbeeTests",
"sources" : [
"Adapters/BodyAdapterTests.swift",
"Adapters/DecoderDataAdapterTests.swift",
"Adapters/QueryItemAdapterTests.swift",
"Adapters/URLQueryAdapterTests.swift",
"Adapters/URLSessionTaskAdapterTests.swift",
"Entities/FrisbeeErrorTests.swift",
"Entities/ResultTests.swift",
"Factories/URLRequestFactoryTests.swift",
"Factories/URLSessionFactoryTests.swift",
"Interactors/ResultGeneratorTests.swift",
"Requestables/IntegrationNetworkGetTests.swift",
"Requestables/IntegrationNetworkPostTests.swift",
"Requestables/IntegrationNetworkPutTests.swift",
"Requestables/NetworkGetTests.swift",
"Requestables/NetworkPostTests.swift",
"Requestables/NetworkPutTests.swift",
"Support/Doubles/BodyThrowErrorFakeAdapter.swift",
"Support/Doubles/DecoderThrowErrorFakeAdapter.swift",
"Support/Doubles/EncoderThrowErrorFakeAdapter.swift",
"Support/Doubles/MockURLSession.swift",
"Support/Doubles/SerializerThrowErrorFakeAdapter.swift",
"Support/Doubles/URLWithQueryTrhrowErrorFakeBuildable.swift",
"Support/Entities/Empty.swift",
"Support/Entities/Fake.swift",
"Support/Entities/Movie.swift",
"Support/Entities/MovieQuery.swift",
"Support/Entities/SomeEntity.swift",
"Support/Entities/SomeError.swift",
"Support/Extensions/FrisbeeError+All.swift",
"Support/Extensions/SequenceExtensions.swift",
"Support/Extensions/XCTestCase+AssertContains.swift"
],
"target_dependencies" : [
"Frisbee"
],
"type" : "test"
},
{
"c99name" : "Frisbee",
"module_type" : "SwiftTarget",
"name" : "Frisbee",
"path" : "Sources/Frisbee",
"product_memberships" : [
"Frisbee"
],
"sources" : [
"Adapters/BodiableAdapter.swift",
"Adapters/BodyAdapter.swift",
"Adapters/Cancellable.swift",
"Adapters/DecodableAdapter.swift",
"Adapters/DecoderDataAdapter.swift",
"Adapters/DecoderJSONAdapter.swift",
"Adapters/EncodableAdapter.swift",
"Adapters/EncoderJSONAdapter.swift",
"Adapters/QueryItemAdapter.swift",
"Adapters/SerializableAdapter.swift",
"Adapters/SerializerJSONAdapter.swift",
"Adapters/URLQueriableAdapter.swift",
"Adapters/URLQueryAdapter.swift",
"Adapters/URLSessionTaskAdapter.swift",
"Entities/FrisbeeError.swift",
"Entities/HTTPMethod.swift",
"Entities/Result.swift",
"Factories/Adapters/BodyAdapterFactory.swift",
"Factories/Adapters/DecodableAdapterFactory.swift",
"Factories/Adapters/EncodableAdapterFactory.swift",
"Factories/Adapters/SerializableAdapterFactory.swift",
"Factories/Adapters/URLQueriableAdapterFactory.swift",
"Factories/ResultGeneratorFactory.swift",
"Factories/URLRequestFactory.swift",
"Factories/URLSessionFactory.swift",
"Interactors/DataTaskRunner.swift",
"Interactors/ResultGenerator.swift",
"Requestables/Getable.swift",
"Requestables/NetworkGet.swift",
"Requestables/NetworkPost.swift",
"Requestables/NetworkPut.swift",
"Requestables/OnComplete.swift",
"Requestables/Postable.swift",
"Requestables/Putable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "Frisbee",
"schemes" : [
"Frisbee-Package",
"FrisbeePackageDescription",
"FrisbeePackageTests"
],
"targets" : [
"Frisbee",
"FrisbeePackageDescription",
"FrisbeePackageTests",
"FrisbeeTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme Frisbee-Package -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme Frisbee-Package -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'Frisbee' in project 'Frisbee' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 889d69ff135f392012ede20b3992b763
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/889d69ff135f392012ede20b3992b763.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.LinkFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftConstValuesFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-OutputFileMap.json (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyMetadataFileList (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Headers (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Info.plist /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj/Frisbee_Info.plist (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/Frisbee.xcodeproj/Frisbee_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Info.plist
SwiftDriver Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver Frisbee normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ URLQueryAdapter.swift,\ URLSessionTaskAdapter.swift,\ FrisbeeError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueryAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLSessionTaskAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/FrisbeeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueryAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLSessionTaskAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/FrisbeeError.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979895282-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_apple_watchos11.4-o-Onone-2755823838.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4008 seconds (3.5199 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0182 ( 7.9%) 0.0332 ( 19.4%) 0.0514 ( 12.8%) 1.5409 ( 43.8%) parse-and-resolve-imports
0.0180 ( 7.9%) 0.0330 ( 19.3%) 0.0510 ( 12.7%) 1.5405 ( 43.8%) Import resolution
0.0017 ( 0.7%) 0.0162 ( 9.5%) 0.0179 ( 4.5%) 0.1432 ( 4.1%) load-stdlib
0.0848 ( 36.9%) 0.0325 ( 19.0%) 0.1173 ( 29.3%) 0.1174 ( 3.3%) build-rewrite-system
0.0210 ( 9.1%) 0.0114 ( 6.6%) 0.0323 ( 8.1%) 0.0366 ( 1.0%) perform-sema
0.0209 ( 9.1%) 0.0113 ( 6.6%) 0.0322 ( 8.0%) 0.0365 ( 1.0%) Type checking and Semantic analysis
0.0129 ( 5.6%) 0.0071 ( 4.2%) 0.0200 ( 5.0%) 0.0237 ( 0.7%) typecheck-decl
0.0123 ( 5.4%) 0.0110 ( 6.4%) 0.0233 ( 5.8%) 0.0236 ( 0.7%) import-clang-decl
0.0089 ( 3.9%) 0.0046 ( 2.7%) 0.0136 ( 3.4%) 0.0141 ( 0.4%) typecheck-stmt
0.0064 ( 2.8%) 0.0041 ( 2.4%) 0.0105 ( 2.6%) 0.0110 ( 0.3%) typecheck-expr
0.0056 ( 2.5%) 0.0030 ( 1.7%) 0.0086 ( 2.1%) 0.0094 ( 0.3%) IRGen
0.0067 ( 2.9%) 0.0016 ( 0.9%) 0.0083 ( 2.1%) 0.0084 ( 0.2%) SILGen
0.0045 ( 2.0%) 0.0011 ( 0.6%) 0.0056 ( 1.4%) 0.0056 ( 0.2%) SILGen-function
0.0046 ( 2.0%) 0.0001 ( 0.1%) 0.0047 ( 1.2%) 0.0048 ( 0.1%) SIL optimization
0.0012 ( 0.5%) 0.0004 ( 0.2%) 0.0016 ( 0.4%) 0.0019 ( 0.1%) precheck-target
0.0010 ( 0.4%) 0.0002 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.3%) 0.0003 ( 0.2%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2296 (100.0%) 0.1712 (100.0%) 0.4008 (100.0%) 3.5199 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6063 seconds (3.3087 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9356 (100.0%) 0.6708 (100.0%) 1.6063 (100.0%) 3.3087 (100.0%) Building Target
0.9356 (100.0%) 0.6708 (100.0%) 1.6063 (100.0%) 3.3087 (100.0%) Total
SwiftCompile normal arm64 Compiling\ DecoderDataAdapter.swift,\ DecoderJSONAdapter.swift,\ EncodableAdapter.swift,\ EncoderJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderDataAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979916801-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_apple_watchos11.4-o-Onone-923621037.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3106 seconds (3.8272 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0191 ( 11.7%) 0.0457 ( 31.0%) 0.0648 ( 20.9%) 1.7859 ( 46.7%) parse-and-resolve-imports
0.0190 ( 11.6%) 0.0455 ( 30.9%) 0.0644 ( 20.7%) 1.7855 ( 46.7%) Import resolution
0.0820 ( 50.2%) 0.0316 ( 21.4%) 0.1136 ( 36.6%) 0.1139 ( 3.0%) build-rewrite-system
0.0012 ( 0.8%) 0.0036 ( 2.4%) 0.0048 ( 1.6%) 0.0788 ( 2.1%) load-stdlib
0.0124 ( 7.6%) 0.0098 ( 6.6%) 0.0222 ( 7.2%) 0.0222 ( 0.6%) import-clang-decl
0.0053 ( 3.2%) 0.0031 ( 2.1%) 0.0083 ( 2.7%) 0.0083 ( 0.2%) IRGen
0.0052 ( 3.2%) 0.0015 ( 1.0%) 0.0067 ( 2.2%) 0.0067 ( 0.2%) SILGen
0.0043 ( 2.6%) 0.0018 ( 1.2%) 0.0061 ( 2.0%) 0.0061 ( 0.2%) perform-sema
0.0042 ( 2.6%) 0.0018 ( 1.2%) 0.0060 ( 1.9%) 0.0060 ( 0.2%) Type checking and Semantic analysis
0.0028 ( 1.7%) 0.0014 ( 0.9%) 0.0041 ( 1.3%) 0.0041 ( 0.1%) typecheck-decl
0.0030 ( 1.8%) 0.0000 ( 0.0%) 0.0030 ( 1.0%) 0.0030 ( 0.1%) SIL optimization
0.0014 ( 0.9%) 0.0004 ( 0.3%) 0.0019 ( 0.6%) 0.0019 ( 0.0%) SILGen-function
0.0012 ( 0.7%) 0.0003 ( 0.2%) 0.0015 ( 0.5%) 0.0015 ( 0.0%) typecheck-stmt
0.0009 ( 0.5%) 0.0005 ( 0.3%) 0.0013 ( 0.4%) 0.0013 ( 0.0%) load-all-members
0.0008 ( 0.5%) 0.0004 ( 0.3%) 0.0012 ( 0.4%) 0.0012 ( 0.0%) typecheck-expr
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1633 (100.0%) 0.1473 (100.0%) 0.3106 (100.0%) 3.8272 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4279 seconds (3.2860 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8503 (100.0%) 0.5776 (100.0%) 1.4279 (100.0%) 3.2860 (100.0%) Building Target
0.8503 (100.0%) 0.5776 (100.0%) 1.4279 (100.0%) 3.2860 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderDataAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
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-1745501979916352-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_apple_watchos11.4-o-Onone-3742099353.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3137 seconds (3.7323 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0155 ( 7.6%) 0.0176 ( 16.1%) 0.0332 ( 10.6%) 1.6744 ( 44.9%) parse-and-resolve-imports
0.0154 ( 7.5%) 0.0174 ( 15.9%) 0.0328 ( 10.5%) 1.6741 ( 44.9%) Import resolution
0.0013 ( 0.6%) 0.0047 ( 4.3%) 0.0060 ( 1.9%) 0.1413 ( 3.8%) load-stdlib
0.0808 ( 39.5%) 0.0295 ( 27.0%) 0.1103 ( 35.2%) 0.1111 ( 3.0%) build-rewrite-system
0.0127 ( 6.2%) 0.0103 ( 9.4%) 0.0230 ( 7.3%) 0.0230 ( 0.6%) import-clang-decl
0.0128 ( 6.2%) 0.0054 ( 5.0%) 0.0182 ( 5.8%) 0.0182 ( 0.5%) perform-sema
0.0127 ( 6.2%) 0.0054 ( 4.9%) 0.0181 ( 5.8%) 0.0181 ( 0.5%) Type checking and Semantic analysis
0.0102 ( 5.0%) 0.0043 ( 3.9%) 0.0145 ( 4.6%) 0.0145 ( 0.4%) typecheck-stmt
0.0109 ( 5.3%) 0.0029 ( 2.6%) 0.0138 ( 4.4%) 0.0138 ( 0.4%) SILGen
0.0090 ( 4.4%) 0.0040 ( 3.7%) 0.0130 ( 4.1%) 0.0130 ( 0.3%) IRGen
0.0061 ( 3.0%) 0.0032 ( 2.9%) 0.0093 ( 3.0%) 0.0093 ( 0.2%) typecheck-decl
0.0054 ( 2.6%) 0.0011 ( 1.0%) 0.0065 ( 2.1%) 0.0065 ( 0.2%) SILGen-function
0.0038 ( 1.9%) 0.0021 ( 1.9%) 0.0059 ( 1.9%) 0.0059 ( 0.2%) typecheck-expr
0.0052 ( 2.6%) 0.0001 ( 0.1%) 0.0053 ( 1.7%) 0.0053 ( 0.1%) SIL optimization
0.0019 ( 0.9%) 0.0011 ( 1.0%) 0.0029 ( 0.9%) 0.0029 ( 0.1%) precheck-target
0.0006 ( 0.3%) 0.0002 ( 0.2%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2045 (100.0%) 0.1092 (100.0%) 0.3137 (100.0%) 3.7323 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4414 seconds (3.2923 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8804 (100.0%) 0.5610 (100.0%) 1.4414 (100.0%) 3.2923 (100.0%) Building Target
0.8804 (100.0%) 0.5610 (100.0%) 1.4414 (100.0%) 3.2923 (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\ BodiableAdapter.swift,\ BodyAdapter.swift,\ Cancellable.swift,\ DecodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979908526-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_apple_watchos11.4-o-Onone-2811895476.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4230 seconds (3.5122 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0243 ( 11.9%) 0.0525 ( 24.1%) 0.0768 ( 18.2%) 1.5905 ( 45.3%) parse-and-resolve-imports
0.0242 ( 11.8%) 0.0523 ( 24.0%) 0.0765 ( 18.1%) 1.5902 ( 45.3%) Import resolution
0.0835 ( 40.8%) 0.0308 ( 14.1%) 0.1143 ( 27.0%) 0.1145 ( 3.3%) build-rewrite-system
0.0128 ( 6.3%) 0.0310 ( 14.2%) 0.0439 ( 10.4%) 0.0727 ( 2.1%) load-stdlib
0.0117 ( 5.7%) 0.0089 ( 4.1%) 0.0206 ( 4.9%) 0.0248 ( 0.7%) SILGen
0.0123 ( 6.0%) 0.0102 ( 4.7%) 0.0225 ( 5.3%) 0.0231 ( 0.7%) import-clang-decl
0.0064 ( 3.1%) 0.0076 ( 3.5%) 0.0139 ( 3.3%) 0.0231 ( 0.7%) perform-sema
0.0063 ( 3.1%) 0.0075 ( 3.4%) 0.0138 ( 3.3%) 0.0229 ( 0.7%) Type checking and Semantic analysis
0.0055 ( 2.7%) 0.0072 ( 3.3%) 0.0127 ( 3.0%) 0.0219 ( 0.6%) typecheck-decl
0.0070 ( 3.4%) 0.0050 ( 2.3%) 0.0120 ( 2.8%) 0.0121 ( 0.3%) IRGen
0.0037 ( 1.8%) 0.0010 ( 0.4%) 0.0047 ( 1.1%) 0.0047 ( 0.1%) SILGen-function
0.0015 ( 0.7%) 0.0019 ( 0.9%) 0.0034 ( 0.8%) 0.0036 ( 0.1%) typecheck-stmt
0.0013 ( 0.6%) 0.0018 ( 0.8%) 0.0032 ( 0.7%) 0.0034 ( 0.1%) typecheck-expr
0.0032 ( 1.6%) 0.0001 ( 0.0%) 0.0033 ( 0.8%) 0.0033 ( 0.1%) SIL optimization
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0002 ( 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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.2048 (100.0%) 0.2182 (100.0%) 0.4230 (100.0%) 3.5122 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6526 seconds (3.2935 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9346 (100.0%) 0.7179 (100.0%) 1.6526 (100.0%) 3.2935 (100.0%) Building Target
0.9346 (100.0%) 0.7179 (100.0%) 1.6526 (100.0%) 3.2935 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ DataTaskRunner.swift,\ ResultGenerator.swift,\ Getable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979912295-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_apple_watchos11.4-o-Onone-3479212002.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3539 seconds (3.5308 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0190 ( 9.8%) 0.0449 ( 28.2%) 0.0639 ( 18.1%) 1.6152 ( 45.7%) parse-and-resolve-imports
0.0188 ( 9.7%) 0.0447 ( 28.0%) 0.0635 ( 18.0%) 1.6148 ( 45.7%) Import resolution
0.0863 ( 44.4%) 0.0326 ( 20.4%) 0.1189 ( 33.6%) 0.1189 ( 3.4%) build-rewrite-system
0.0014 ( 0.7%) 0.0069 ( 4.3%) 0.0083 ( 2.4%) 0.0824 ( 2.3%) load-stdlib
0.0121 ( 6.2%) 0.0104 ( 6.5%) 0.0225 ( 6.4%) 0.0226 ( 0.6%) import-clang-decl
0.0105 ( 5.4%) 0.0041 ( 2.6%) 0.0146 ( 4.1%) 0.0146 ( 0.4%) perform-sema
0.0105 ( 5.4%) 0.0041 ( 2.6%) 0.0145 ( 4.1%) 0.0145 ( 0.4%) Type checking and Semantic analysis
0.0062 ( 3.2%) 0.0029 ( 1.8%) 0.0091 ( 2.6%) 0.0091 ( 0.3%) typecheck-decl
0.0068 ( 3.5%) 0.0021 ( 1.3%) 0.0089 ( 2.5%) 0.0089 ( 0.3%) typecheck-stmt
0.0050 ( 2.6%) 0.0028 ( 1.8%) 0.0078 ( 2.2%) 0.0079 ( 0.2%) IRGen
0.0052 ( 2.7%) 0.0018 ( 1.1%) 0.0070 ( 2.0%) 0.0070 ( 0.2%) typecheck-expr
0.0050 ( 2.6%) 0.0012 ( 0.8%) 0.0062 ( 1.8%) 0.0063 ( 0.2%) SILGen
0.0030 ( 1.6%) 0.0006 ( 0.4%) 0.0036 ( 1.0%) 0.0036 ( 0.1%) SILGen-function
0.0032 ( 1.7%) 0.0000 ( 0.0%) 0.0033 ( 0.9%) 0.0033 ( 0.1%) SIL optimization
0.0007 ( 0.4%) 0.0004 ( 0.2%) 0.0011 ( 0.3%) 0.0011 ( 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%) 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.1943 (100.0%) 0.1596 (100.0%) 0.3539 (100.0%) 3.5308 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5741 seconds (3.2847 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9097 (100.0%) 0.6644 (100.0%) 1.5741 (100.0%) 3.2847 (100.0%) Building Target
0.9097 (100.0%) 0.6644 (100.0%) 1.5741 (100.0%) 3.2847 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: warning: capture of 'onComplete' with non-sendable type 'OnComplete<T>' (aka '(Result<T>) -> ()') in a '@Sendable' closure
onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ Frisbee (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979913642-swift-frontend-Frisbee-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-2536793061.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3190 seconds (3.5878 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0237 ( 15.5%) 0.0531 ( 31.9%) 0.0769 ( 24.1%) 1.6978 ( 47.3%) parse-and-resolve-imports
0.0236 ( 15.5%) 0.0530 ( 31.8%) 0.0766 ( 24.0%) 1.6975 ( 47.3%) Import resolution
0.0124 ( 8.1%) 0.0285 ( 17.1%) 0.0409 ( 12.8%) 0.0678 ( 1.9%) load-stdlib
0.0224 ( 14.7%) 0.0075 ( 4.5%) 0.0299 ( 9.4%) 0.0300 ( 0.8%) perform-sema
0.0221 ( 14.5%) 0.0074 ( 4.4%) 0.0294 ( 9.2%) 0.0294 ( 0.8%) Type checking and Semantic analysis
0.0214 ( 14.0%) 0.0071 ( 4.3%) 0.0286 ( 9.0%) 0.0286 ( 0.8%) typecheck-decl
0.0087 ( 5.7%) 0.0021 ( 1.3%) 0.0108 ( 3.4%) 0.0108 ( 0.3%) SILGen
0.0054 ( 3.6%) 0.0022 ( 1.3%) 0.0076 ( 2.4%) 0.0076 ( 0.2%) SIL optimization
0.0052 ( 3.4%) 0.0016 ( 1.0%) 0.0069 ( 2.1%) 0.0069 ( 0.2%) build-rewrite-system
0.0021 ( 1.4%) 0.0022 ( 1.3%) 0.0043 ( 1.4%) 0.0043 ( 0.1%) import-clang-decl
0.0020 ( 1.3%) 0.0005 ( 0.3%) 0.0024 ( 0.8%) 0.0024 ( 0.1%) SILGen-function
0.0018 ( 1.2%) 0.0005 ( 0.3%) 0.0024 ( 0.7%) 0.0024 ( 0.1%) Serialization, swiftmodule
0.0008 ( 0.5%) 0.0003 ( 0.2%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) typecheck-expr
0.0007 ( 0.5%) 0.0001 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.0%) Serialization, swiftsourceinfo
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.1527 (100.0%) 0.1663 (100.0%) 0.3190 (100.0%) 3.5878 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1751 seconds (1.8240 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0778 (100.0%) 0.0973 (100.0%) 0.1751 (100.0%) 1.8240 (100.0%) Building Target
0.0778 (100.0%) 0.0973 (100.0%) 0.1751 (100.0%) 1.8240 (100.0%) Total
EmitSwiftModule normal arm64_32 (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-1745501979911979-swift-frontend-Frisbee-all-arm64_apple_watchos11.4-swiftmodule-Onone-1433786260.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.8521 seconds (3.3845 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9612 ( 47.6%) 0.3874 ( 46.4%) 1.3486 ( 47.3%) 1.5452 ( 45.7%) parse-and-resolve-imports
0.9611 ( 47.6%) 0.3871 ( 46.4%) 1.3482 ( 47.3%) 1.5448 ( 45.6%) Import resolution
0.0015 ( 0.1%) 0.0059 ( 0.7%) 0.0073 ( 0.3%) 0.1143 ( 3.4%) load-stdlib
0.0230 ( 1.1%) 0.0136 ( 1.6%) 0.0366 ( 1.3%) 0.0465 ( 1.4%) perform-sema
0.0226 ( 1.1%) 0.0134 ( 1.6%) 0.0361 ( 1.3%) 0.0460 ( 1.4%) Type checking and Semantic analysis
0.0220 ( 1.1%) 0.0132 ( 1.6%) 0.0352 ( 1.2%) 0.0450 ( 1.3%) typecheck-decl
0.0055 ( 0.3%) 0.0062 ( 0.7%) 0.0117 ( 0.4%) 0.0126 ( 0.4%) SIL optimization
0.0080 ( 0.4%) 0.0009 ( 0.1%) 0.0089 ( 0.3%) 0.0090 ( 0.3%) SILGen
0.0018 ( 0.1%) 0.0042 ( 0.5%) 0.0060 ( 0.2%) 0.0069 ( 0.2%) Serialization, swiftmodule
0.0052 ( 0.3%) 0.0003 ( 0.0%) 0.0055 ( 0.2%) 0.0054 ( 0.2%) build-rewrite-system
0.0021 ( 0.1%) 0.0021 ( 0.3%) 0.0042 ( 0.1%) 0.0048 ( 0.1%) import-clang-decl
0.0017 ( 0.1%) 0.0002 ( 0.0%) 0.0019 ( 0.1%) 0.0019 ( 0.1%) SILGen-function
0.0008 ( 0.0%) 0.0001 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) Serialization, swiftsourceinfo
0.0007 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) typecheck-expr
0.0001 ( 0.0%) 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%) 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%) 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%) 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
2.0174 (100.0%) 0.8347 (100.0%) 2.8521 (100.0%) 3.3845 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4222 seconds (1.7381 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.0041 (100.0%) 0.4182 (100.0%) 1.4222 (100.0%) 1.7381 (100.0%) Building Target
1.0041 (100.0%) 0.4182 (100.0%) 1.4222 (100.0%) 1.7381 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ URLQueryAdapter.swift,\ URLSessionTaskAdapter.swift,\ FrisbeeError.swift,\ HTTPMethod.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueryAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLSessionTaskAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/FrisbeeError.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979914746-swift-frontend-Frisbee-URLQueryAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-1553539864.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9842 seconds (3.5086 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9574 ( 45.5%) 0.3875 ( 43.9%) 1.3449 ( 45.1%) 1.5395 ( 43.9%) parse-and-resolve-imports
0.9573 ( 45.5%) 0.3873 ( 43.9%) 1.3446 ( 45.1%) 1.5391 ( 43.9%) Import resolution
0.0017 ( 0.1%) 0.0065 ( 0.7%) 0.0082 ( 0.3%) 0.1176 ( 3.4%) load-stdlib
0.0828 ( 3.9%) 0.0186 ( 2.1%) 0.1014 ( 3.4%) 0.1013 ( 2.9%) build-rewrite-system
0.0199 ( 0.9%) 0.0204 ( 2.3%) 0.0404 ( 1.4%) 0.0479 ( 1.4%) perform-sema
0.0198 ( 0.9%) 0.0204 ( 2.3%) 0.0402 ( 1.3%) 0.0478 ( 1.4%) Type checking and Semantic analysis
0.0126 ( 0.6%) 0.0150 ( 1.7%) 0.0276 ( 0.9%) 0.0338 ( 1.0%) typecheck-decl
0.0124 ( 0.6%) 0.0105 ( 1.2%) 0.0229 ( 0.8%) 0.0233 ( 0.7%) import-clang-decl
0.0082 ( 0.4%) 0.0064 ( 0.7%) 0.0146 ( 0.5%) 0.0165 ( 0.5%) typecheck-stmt
0.0061 ( 0.3%) 0.0053 ( 0.6%) 0.0114 ( 0.4%) 0.0128 ( 0.4%) typecheck-expr
0.0058 ( 0.3%) 0.0025 ( 0.3%) 0.0083 ( 0.3%) 0.0089 ( 0.3%) IRGen
0.0063 ( 0.3%) 0.0007 ( 0.1%) 0.0070 ( 0.2%) 0.0070 ( 0.2%) SILGen
0.0047 ( 0.2%) 0.0003 ( 0.0%) 0.0050 ( 0.2%) 0.0050 ( 0.1%) SIL optimization
0.0042 ( 0.2%) 0.0003 ( 0.0%) 0.0045 ( 0.1%) 0.0045 ( 0.1%) SILGen-function
0.0011 ( 0.1%) 0.0004 ( 0.0%) 0.0015 ( 0.0%) 0.0018 ( 0.1%) precheck-target
0.0008 ( 0.0%) 0.0001 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
2.1018 (100.0%) 0.8823 (100.0%) 2.9842 (100.0%) 3.5086 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.8825 seconds (3.2889 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8671 (100.0%) 1.0154 (100.0%) 2.8825 (100.0%) 3.2889 (100.0%) Building Target
1.8671 (100.0%) 1.0154 (100.0%) 2.8825 (100.0%) 3.2889 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueryAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLSessionTaskAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/FrisbeeError.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Result.swift,\ BodyAdapterFactory.swift,\ DecodableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/BodyAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979911667-swift-frontend-Frisbee-Result.swift-arm64_32_apple_watchos11.4-o-Onone-164652098.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3372 seconds (3.9836 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0167 ( 7.7%) 0.0195 ( 16.1%) 0.0362 ( 10.7%) 1.7932 ( 45.0%) parse-and-resolve-imports
0.0166 ( 7.7%) 0.0192 ( 15.9%) 0.0358 ( 10.6%) 1.7928 ( 45.0%) Import resolution
0.0017 ( 0.8%) 0.0085 ( 7.0%) 0.0102 ( 3.0%) 0.1419 ( 3.6%) load-stdlib
0.0802 ( 37.1%) 0.0303 ( 25.0%) 0.1105 ( 32.8%) 0.1108 ( 2.8%) build-rewrite-system
0.0194 ( 9.0%) 0.0071 ( 5.9%) 0.0265 ( 7.9%) 0.0265 ( 0.7%) perform-sema
0.0193 ( 8.9%) 0.0071 ( 5.9%) 0.0264 ( 7.8%) 0.0264 ( 0.7%) Type checking and Semantic analysis
0.0124 ( 5.7%) 0.0105 ( 8.6%) 0.0228 ( 6.8%) 0.0231 ( 0.6%) import-clang-decl
0.0126 ( 5.8%) 0.0041 ( 3.4%) 0.0167 ( 5.0%) 0.0167 ( 0.4%) typecheck-stmt
0.0098 ( 4.5%) 0.0038 ( 3.1%) 0.0135 ( 4.0%) 0.0135 ( 0.3%) typecheck-expr
0.0076 ( 3.5%) 0.0028 ( 2.3%) 0.0104 ( 3.1%) 0.0104 ( 0.3%) precheck-target
0.0059 ( 2.7%) 0.0036 ( 2.9%) 0.0094 ( 2.8%) 0.0095 ( 0.2%) IRGen
0.0063 ( 2.9%) 0.0028 ( 2.3%) 0.0091 ( 2.7%) 0.0091 ( 0.2%) typecheck-decl
0.0028 ( 1.3%) 0.0010 ( 0.8%) 0.0038 ( 1.1%) 0.0038 ( 0.1%) SILGen
0.0030 ( 1.4%) 0.0000 ( 0.0%) 0.0030 ( 0.9%) 0.0030 ( 0.1%) SIL optimization
0.0009 ( 0.4%) 0.0004 ( 0.4%) 0.0013 ( 0.4%) 0.0013 ( 0.0%) load-all-members
0.0010 ( 0.4%) 0.0004 ( 0.3%) 0.0013 ( 0.4%) 0.0013 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2161 (100.0%) 0.1211 (100.0%) 0.3372 (100.0%) 3.9836 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3327 seconds (3.2849 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8211 (100.0%) 0.5116 (100.0%) 1.3327 (100.0%) 3.2849 (100.0%) Building Target
0.8211 (100.0%) 0.5116 (100.0%) 1.3327 (100.0%) 3.2849 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/Result.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/BodyAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ DataTaskRunner.swift,\ ResultGenerator.swift,\ Getable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501979908115-swift-frontend-Frisbee-DataTaskRunner.swift-arm64_32_apple_watchos11.4-o-Onone-4027146851.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3722 seconds (3.5073 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0201 ( 10.2%) 0.0477 ( 27.4%) 0.0678 ( 18.2%) 1.5966 ( 45.5%) parse-and-resolve-imports
0.0200 ( 10.1%) 0.0475 ( 27.2%) 0.0675 ( 18.1%) 1.5962 ( 45.5%) Import resolution
0.0849 ( 42.9%) 0.0314 ( 18.0%) 0.1163 ( 31.2%) 0.1165 ( 3.3%) build-rewrite-system
0.0018 ( 0.9%) 0.0095 ( 5.5%) 0.0113 ( 3.0%) 0.0867 ( 2.5%) load-stdlib
0.0128 ( 6.5%) 0.0108 ( 6.2%) 0.0236 ( 6.3%) 0.0236 ( 0.7%) import-clang-decl
0.0108 ( 5.5%) 0.0055 ( 3.1%) 0.0163 ( 4.4%) 0.0166 ( 0.5%) perform-sema
0.0107 ( 5.4%) 0.0054 ( 3.1%) 0.0162 ( 4.3%) 0.0165 ( 0.5%) Type checking and Semantic analysis
0.0054 ( 2.7%) 0.0038 ( 2.2%) 0.0092 ( 2.5%) 0.0106 ( 0.3%) SILGen
0.0062 ( 3.1%) 0.0034 ( 2.0%) 0.0096 ( 2.6%) 0.0096 ( 0.3%) typecheck-decl
0.0070 ( 3.5%) 0.0025 ( 1.4%) 0.0095 ( 2.6%) 0.0095 ( 0.3%) typecheck-stmt
0.0050 ( 2.5%) 0.0035 ( 2.0%) 0.0085 ( 2.3%) 0.0085 ( 0.2%) IRGen
0.0053 ( 2.7%) 0.0019 ( 1.1%) 0.0072 ( 1.9%) 0.0072 ( 0.2%) typecheck-expr
0.0032 ( 1.6%) 0.0007 ( 0.4%) 0.0038 ( 1.0%) 0.0038 ( 0.1%) SILGen-function
0.0033 ( 1.7%) 0.0003 ( 0.2%) 0.0036 ( 1.0%) 0.0036 ( 0.1%) SIL optimization
0.0008 ( 0.4%) 0.0005 ( 0.3%) 0.0012 ( 0.3%) 0.0012 ( 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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.1978 (100.0%) 0.1745 (100.0%) 0.3722 (100.0%) 3.5073 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5929 seconds (3.2902 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9169 (100.0%) 0.6760 (100.0%) 1.5929 (100.0%) 3.2902 (100.0%) Building Target
0.9169 (100.0%) 0.6760 (100.0%) 1.5929 (100.0%) 3.2902 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: warning: capture of 'onComplete' with non-sendable type 'OnComplete<T>' (aka '(Result<T>) -> ()') in a '@Sendable' closure
onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
^
/Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/DataTaskRunner.swift:8:13: note: a function type must be marked '@Sendable' to conform to 'Sendable'
onComplete(ResultGeneratorFactory.make().generate(data: data, error: error))
^
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Interactors/ResultGenerator.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Getable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ 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-1745501981719085-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_32_apple_watchos11.4-o-Onone-2360442607.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2677 seconds (0.2703 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0815 ( 47.8%) 0.0323 ( 33.1%) 0.1137 ( 42.5%) 0.1146 ( 42.4%) build-rewrite-system
0.0165 ( 9.7%) 0.0170 ( 17.5%) 0.0335 ( 12.5%) 0.0344 ( 12.7%) parse-and-resolve-imports
0.0164 ( 9.6%) 0.0167 ( 17.1%) 0.0331 ( 12.4%) 0.0340 ( 12.6%) Import resolution
0.0128 ( 7.5%) 0.0106 ( 10.9%) 0.0234 ( 8.7%) 0.0234 ( 8.7%) import-clang-decl
0.0070 ( 4.1%) 0.0038 ( 3.9%) 0.0108 ( 4.0%) 0.0108 ( 4.0%) perform-sema
0.0069 ( 4.1%) 0.0038 ( 3.9%) 0.0107 ( 4.0%) 0.0107 ( 4.0%) Type checking and Semantic analysis
0.0053 ( 3.1%) 0.0032 ( 3.3%) 0.0085 ( 3.2%) 0.0085 ( 3.1%) typecheck-decl
0.0043 ( 2.5%) 0.0029 ( 2.9%) 0.0072 ( 2.7%) 0.0072 ( 2.7%) IRGen
0.0049 ( 2.9%) 0.0022 ( 2.2%) 0.0071 ( 2.6%) 0.0071 ( 2.6%) typecheck-stmt
0.0048 ( 2.8%) 0.0021 ( 2.2%) 0.0069 ( 2.6%) 0.0069 ( 2.6%) typecheck-expr
0.0029 ( 1.7%) 0.0005 ( 0.5%) 0.0035 ( 1.3%) 0.0035 ( 1.3%) SILGen
0.0011 ( 0.6%) 0.0016 ( 1.7%) 0.0027 ( 1.0%) 0.0027 ( 1.0%) load-stdlib
0.0020 ( 1.2%) 0.0000 ( 0.0%) 0.0020 ( 0.8%) 0.0020 ( 0.8%) SIL optimization
0.0016 ( 1.0%) 0.0002 ( 0.2%) 0.0018 ( 0.7%) 0.0018 ( 0.7%) SILGen-function
0.0014 ( 0.8%) 0.0003 ( 0.3%) 0.0017 ( 0.6%) 0.0017 ( 0.6%) precheck-target
0.0007 ( 0.4%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1703 (100.0%) 0.0974 (100.0%) 0.2677 (100.0%) 0.2703 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4122 seconds (1.4819 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8562 (100.0%) 0.5560 (100.0%) 1.4122 (100.0%) 1.4819 (100.0%) Building Target
0.8562 (100.0%) 0.5560 (100.0%) 1.4122 (100.0%) 1.4819 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/ResultGeneratorFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLRequestFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for Frisbee (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation\ Requirements Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for Frisbee (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation\ Requirements Frisbee normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Headers/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Headers/Frisbee-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftdoc (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.abi.json (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftsourceinfo (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Modules/Frisbee.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal arm64_32 Compiling\ OnComplete.swift,\ Postable.swift,\ Putable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/OnComplete.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Postable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Putable.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501981814012-swift-frontend-Frisbee-OnComplete.swift-arm64_32_apple_watchos11.4-o-Onone-941057055.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2660 seconds (0.2683 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0822 ( 48.8%) 0.0317 ( 32.5%) 0.1139 ( 42.8%) 0.1156 ( 43.1%) build-rewrite-system
0.0179 ( 10.6%) 0.0193 ( 19.8%) 0.0372 ( 14.0%) 0.0373 ( 13.9%) parse-and-resolve-imports
0.0178 ( 10.5%) 0.0191 ( 19.6%) 0.0368 ( 13.8%) 0.0369 ( 13.7%) Import resolution
0.0129 ( 7.7%) 0.0114 ( 11.7%) 0.0243 ( 9.1%) 0.0247 ( 9.2%) import-clang-decl
0.0074 ( 4.4%) 0.0029 ( 2.9%) 0.0102 ( 3.8%) 0.0102 ( 3.8%) perform-sema
0.0073 ( 4.3%) 0.0028 ( 2.9%) 0.0101 ( 3.8%) 0.0101 ( 3.8%) Type checking and Semantic analysis
0.0046 ( 2.7%) 0.0031 ( 3.2%) 0.0077 ( 2.9%) 0.0077 ( 2.9%) IRGen
0.0044 ( 2.6%) 0.0017 ( 1.8%) 0.0061 ( 2.3%) 0.0061 ( 2.3%) typecheck-stmt
0.0033 ( 2.0%) 0.0015 ( 1.6%) 0.0048 ( 1.8%) 0.0048 ( 1.8%) typecheck-expr
0.0029 ( 1.7%) 0.0008 ( 0.8%) 0.0037 ( 1.4%) 0.0037 ( 1.4%) SILGen
0.0026 ( 1.5%) 0.0010 ( 1.0%) 0.0036 ( 1.4%) 0.0036 ( 1.3%) typecheck-decl
0.0010 ( 0.6%) 0.0017 ( 1.7%) 0.0027 ( 1.0%) 0.0027 ( 1.0%) load-stdlib
0.0019 ( 1.1%) 0.0000 ( 0.0%) 0.0019 ( 0.7%) 0.0019 ( 0.7%) SIL optimization
0.0009 ( 0.5%) 0.0003 ( 0.3%) 0.0012 ( 0.4%) 0.0012 ( 0.4%) SILGen-function
0.0008 ( 0.5%) 0.0002 ( 0.2%) 0.0010 ( 0.4%) 0.0010 ( 0.4%) load-all-members
0.0007 ( 0.4%) 0.0000 ( 0.0%) 0.0007 ( 0.3%) 0.0007 ( 0.3%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) 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.1685 (100.0%) 0.0975 (100.0%) 0.2660 (100.0%) 0.2683 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3246 seconds (1.3876 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8160 (100.0%) 0.5086 (100.0%) 1.3246 (100.0%) 1.3876 (100.0%) Building Target
0.8160 (100.0%) 0.5086 (100.0%) 1.3246 (100.0%) 1.3876 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/OnComplete.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Postable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/Putable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ NetworkGet.swift,\ NetworkPost.swift,\ NetworkPut.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983563389-swift-frontend-Frisbee-NetworkGet.swift-arm64_apple_watchos11.4-o-Onone-746937736.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2457 seconds (0.2507 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0180 ( 11.6%) 0.0240 ( 26.6%) 0.0420 ( 17.1%) 0.0436 ( 17.4%) parse-and-resolve-imports
0.0177 ( 11.4%) 0.0236 ( 26.1%) 0.0413 ( 16.8%) 0.0430 ( 17.1%) Import resolution
0.0195 ( 12.5%) 0.0067 ( 7.4%) 0.0261 ( 10.6%) 0.0263 ( 10.5%) perform-sema
0.0194 ( 12.4%) 0.0066 ( 7.4%) 0.0260 ( 10.6%) 0.0262 ( 10.4%) Type checking and Semantic analysis
0.0185 ( 11.9%) 0.0051 ( 5.7%) 0.0236 ( 9.6%) 0.0240 ( 9.6%) SILGen
0.0124 ( 8.0%) 0.0066 ( 7.3%) 0.0190 ( 7.7%) 0.0193 ( 7.7%) IRGen
0.0109 ( 7.0%) 0.0045 ( 5.0%) 0.0154 ( 6.3%) 0.0156 ( 6.2%) typecheck-decl
0.0088 ( 5.6%) 0.0024 ( 2.6%) 0.0112 ( 4.5%) 0.0112 ( 4.5%) typecheck-stmt
0.0077 ( 4.9%) 0.0019 ( 2.1%) 0.0096 ( 3.9%) 0.0098 ( 3.9%) SILGen-function
0.0062 ( 4.0%) 0.0020 ( 2.2%) 0.0082 ( 3.3%) 0.0083 ( 3.3%) typecheck-expr
0.0050 ( 3.2%) 0.0018 ( 2.0%) 0.0068 ( 2.8%) 0.0069 ( 2.7%) build-rewrite-system
0.0028 ( 1.8%) 0.0032 ( 3.6%) 0.0060 ( 2.5%) 0.0061 ( 2.4%) import-clang-decl
0.0052 ( 3.3%) 0.0002 ( 0.2%) 0.0053 ( 2.2%) 0.0053 ( 2.1%) SIL optimization
0.0024 ( 1.5%) 0.0005 ( 0.6%) 0.0030 ( 1.2%) 0.0030 ( 1.2%) precheck-target
0.0009 ( 0.6%) 0.0010 ( 1.2%) 0.0020 ( 0.8%) 0.0020 ( 0.8%) load-stdlib
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1556 (100.0%) 0.0901 (100.0%) 0.2457 (100.0%) 0.2507 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1766 seconds (0.1794 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1189 (100.0%) 0.0576 (100.0%) 0.1766 (100.0%) 0.1794 (100.0%) Building Target
0.1189 (100.0%) 0.0576 (100.0%) 0.1766 (100.0%) 0.1794 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling OnComplete.swift, Postable.swift, Putable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 Compiling\ BodiableAdapter.swift,\ BodyAdapter.swift,\ Cancellable.swift,\ DecodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983573711-swift-frontend-Frisbee-BodiableAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-3259532942.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1929 seconds (0.1973 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0191 ( 19.5%) 0.0315 ( 33.2%) 0.0506 ( 26.2%) 0.0523 ( 26.5%) parse-and-resolve-imports
0.0190 ( 19.3%) 0.0312 ( 33.0%) 0.0502 ( 26.0%) 0.0519 ( 26.3%) Import resolution
0.0139 ( 14.2%) 0.0045 ( 4.8%) 0.0184 ( 9.5%) 0.0185 ( 9.4%) SILGen
0.0082 ( 8.4%) 0.0064 ( 6.7%) 0.0146 ( 7.6%) 0.0154 ( 7.8%) IRGen
0.0070 ( 7.1%) 0.0047 ( 5.0%) 0.0118 ( 6.1%) 0.0118 ( 6.0%) perform-sema
0.0069 ( 7.0%) 0.0047 ( 5.0%) 0.0116 ( 6.0%) 0.0117 ( 5.9%) Type checking and Semantic analysis
0.0062 ( 6.3%) 0.0044 ( 4.7%) 0.0106 ( 5.5%) 0.0107 ( 5.4%) typecheck-decl
0.0049 ( 5.0%) 0.0014 ( 1.5%) 0.0063 ( 3.3%) 0.0063 ( 3.2%) SILGen-function
0.0041 ( 4.1%) 0.0016 ( 1.7%) 0.0056 ( 2.9%) 0.0057 ( 2.9%) build-rewrite-system
0.0019 ( 1.9%) 0.0020 ( 2.1%) 0.0039 ( 2.0%) 0.0039 ( 2.0%) import-clang-decl
0.0034 ( 3.5%) 0.0001 ( 0.1%) 0.0035 ( 1.8%) 0.0035 ( 1.8%) SIL optimization
0.0009 ( 1.0%) 0.0014 ( 1.5%) 0.0024 ( 1.2%) 0.0024 ( 1.2%) load-stdlib
0.0012 ( 1.3%) 0.0004 ( 0.4%) 0.0016 ( 0.8%) 0.0016 ( 0.8%) typecheck-stmt
0.0011 ( 1.1%) 0.0003 ( 0.4%) 0.0014 ( 0.7%) 0.0014 ( 0.7%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0983 (100.0%) 0.0946 (100.0%) 0.1929 (100.0%) 0.1973 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1413 seconds (0.1465 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0769 (100.0%) 0.0644 (100.0%) 0.1413 (100.0%) 0.1465 (100.0%) Building Target
0.0769 (100.0%) 0.0644 (100.0%) 0.1413 (100.0%) 0.1465 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodiableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/BodyAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/Cancellable.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 Compiling\ Result.swift,\ BodyAdapterFactory.swift,\ DecodableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/Result.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/BodyAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983579704-swift-frontend-Frisbee-Result.swift-arm64_apple_watchos11.4-o-Onone-2991832614.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2421 seconds (0.2432 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0190 ( 14.7%) 0.0325 ( 28.9%) 0.0515 ( 21.3%) 0.0518 ( 21.3%) parse-and-resolve-imports
0.0188 ( 14.5%) 0.0322 ( 28.6%) 0.0510 ( 21.1%) 0.0513 ( 21.1%) Import resolution
0.0187 ( 14.4%) 0.0084 ( 7.5%) 0.0271 ( 11.2%) 0.0272 ( 11.2%) perform-sema
0.0186 ( 14.3%) 0.0083 ( 7.4%) 0.0269 ( 11.1%) 0.0271 ( 11.1%) Type checking and Semantic analysis
0.0126 ( 9.7%) 0.0050 ( 4.4%) 0.0175 ( 7.2%) 0.0176 ( 7.2%) typecheck-stmt
0.0099 ( 7.6%) 0.0046 ( 4.1%) 0.0144 ( 6.0%) 0.0144 ( 5.9%) typecheck-expr
0.0055 ( 4.3%) 0.0068 ( 6.0%) 0.0123 ( 5.1%) 0.0123 ( 5.1%) IRGen
0.0076 ( 5.9%) 0.0037 ( 3.3%) 0.0113 ( 4.7%) 0.0113 ( 4.7%) precheck-target
0.0056 ( 4.3%) 0.0032 ( 2.9%) 0.0088 ( 3.6%) 0.0090 ( 3.7%) typecheck-decl
0.0042 ( 3.3%) 0.0021 ( 1.9%) 0.0063 ( 2.6%) 0.0063 ( 2.6%) build-rewrite-system
0.0017 ( 1.3%) 0.0022 ( 1.9%) 0.0038 ( 1.6%) 0.0038 ( 1.6%) import-clang-decl
0.0027 ( 2.1%) 0.0009 ( 0.8%) 0.0036 ( 1.5%) 0.0036 ( 1.5%) SILGen
0.0011 ( 0.8%) 0.0023 ( 2.1%) 0.0034 ( 1.4%) 0.0034 ( 1.4%) load-stdlib
0.0028 ( 2.2%) 0.0000 ( 0.0%) 0.0028 ( 1.2%) 0.0028 ( 1.2%) SIL optimization
0.0009 ( 0.7%) 0.0002 ( 0.1%) 0.0011 ( 0.5%) 0.0011 ( 0.5%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1298 (100.0%) 0.1123 (100.0%) 0.2421 (100.0%) 0.2432 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1366 seconds (0.1373 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0727 (100.0%) 0.0639 (100.0%) 0.1366 (100.0%) 0.1373 (100.0%) Building Target
0.0727 (100.0%) 0.0639 (100.0%) 0.1366 (100.0%) 0.1373 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Entities/Result.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/BodyAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling DecoderDataAdapter.swift, DecoderJSONAdapter.swift, EncodableAdapter.swift, EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 Compiling\ QueryItemAdapter.swift,\ SerializableAdapter.swift,\ SerializerJSONAdapter.swift,\ URLQueriableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/QueryItemAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializerJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/QueryItemAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/SerializerJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983585193-swift-frontend-Frisbee-QueryItemAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-2656012916.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2404 seconds (0.2416 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0192 ( 14.6%) 0.0319 ( 29.3%) 0.0511 ( 21.2%) 0.0513 ( 21.2%) parse-and-resolve-imports
0.0190 ( 14.5%) 0.0316 ( 29.0%) 0.0507 ( 21.1%) 0.0508 ( 21.0%) Import resolution
0.0146 ( 11.1%) 0.0076 ( 7.0%) 0.0221 ( 9.2%) 0.0223 ( 9.2%) perform-sema
0.0145 ( 11.0%) 0.0075 ( 6.9%) 0.0220 ( 9.2%) 0.0221 ( 9.2%) Type checking and Semantic analysis
0.0117 ( 8.9%) 0.0057 ( 5.3%) 0.0174 ( 7.3%) 0.0176 ( 7.3%) typecheck-stmt
0.0116 ( 8.8%) 0.0035 ( 3.2%) 0.0151 ( 6.3%) 0.0152 ( 6.3%) SILGen
0.0092 ( 7.0%) 0.0045 ( 4.2%) 0.0138 ( 5.7%) 0.0139 ( 5.8%) IRGen
0.0068 ( 5.1%) 0.0044 ( 4.1%) 0.0112 ( 4.6%) 0.0113 ( 4.7%) typecheck-decl
0.0051 ( 3.9%) 0.0024 ( 2.2%) 0.0075 ( 3.1%) 0.0075 ( 3.1%) build-rewrite-system
0.0058 ( 4.4%) 0.0012 ( 1.1%) 0.0070 ( 2.9%) 0.0070 ( 2.9%) SILGen-function
0.0040 ( 3.1%) 0.0026 ( 2.4%) 0.0066 ( 2.8%) 0.0067 ( 2.8%) typecheck-expr
0.0051 ( 3.9%) 0.0001 ( 0.1%) 0.0053 ( 2.2%) 0.0053 ( 2.2%) SIL optimization
0.0019 ( 1.5%) 0.0025 ( 2.3%) 0.0044 ( 1.8%) 0.0044 ( 1.8%) import-clang-decl
0.0019 ( 1.4%) 0.0014 ( 1.3%) 0.0033 ( 1.4%) 0.0033 ( 1.4%) precheck-target
0.0010 ( 0.8%) 0.0018 ( 1.6%) 0.0028 ( 1.2%) 0.0028 ( 1.2%) load-stdlib
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1316 (100.0%) 0.1089 (100.0%) 0.2404 (100.0%) 0.2416 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1620 seconds (0.1639 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0982 (100.0%) 0.0638 (100.0%) 0.1620 (100.0%) 0.1639 (100.0%) Building Target
0.0982 (100.0%) 0.0638 (100.0%) 0.1620 (100.0%) 0.1639 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 Compiling\ NetworkGet.swift,\ NetworkPost.swift,\ NetworkPut.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkGet.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPost.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Requestables/NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983588157-swift-frontend-Frisbee-NetworkGet.swift-arm64_32_apple_watchos11.4-o-Onone-3022591570.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2561 seconds (0.2687 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0192 ( 12.9%) 0.0330 ( 30.8%) 0.0522 ( 20.4%) 0.0526 ( 19.6%) parse-and-resolve-imports
0.0190 ( 12.8%) 0.0327 ( 30.5%) 0.0517 ( 20.2%) 0.0521 ( 19.4%) Import resolution
0.0197 ( 13.2%) 0.0058 ( 5.4%) 0.0255 ( 9.9%) 0.0309 ( 11.5%) SILGen
0.0173 ( 11.6%) 0.0064 ( 6.0%) 0.0238 ( 9.3%) 0.0238 ( 8.8%) perform-sema
0.0172 ( 11.5%) 0.0064 ( 6.0%) 0.0236 ( 9.2%) 0.0236 ( 8.8%) Type checking and Semantic analysis
0.0088 ( 5.9%) 0.0023 ( 2.2%) 0.0112 ( 4.4%) 0.0162 ( 6.0%) SILGen-function
0.0102 ( 6.8%) 0.0046 ( 4.3%) 0.0148 ( 5.8%) 0.0148 ( 5.5%) typecheck-decl
0.0090 ( 6.0%) 0.0039 ( 3.6%) 0.0129 ( 5.0%) 0.0129 ( 4.8%) IRGen
0.0075 ( 5.0%) 0.0022 ( 2.0%) 0.0097 ( 3.8%) 0.0097 ( 3.6%) typecheck-stmt
0.0053 ( 3.5%) 0.0017 ( 1.6%) 0.0070 ( 2.7%) 0.0070 ( 2.6%) typecheck-expr
0.0045 ( 3.0%) 0.0019 ( 1.8%) 0.0065 ( 2.5%) 0.0069 ( 2.6%) build-rewrite-system
0.0030 ( 2.0%) 0.0035 ( 3.2%) 0.0065 ( 2.5%) 0.0067 ( 2.5%) import-clang-decl
0.0049 ( 3.3%) 0.0001 ( 0.1%) 0.0050 ( 2.0%) 0.0050 ( 1.9%) SIL optimization
0.0011 ( 0.7%) 0.0022 ( 2.1%) 0.0033 ( 1.3%) 0.0039 ( 1.5%) load-stdlib
0.0021 ( 1.4%) 0.0005 ( 0.4%) 0.0025 ( 1.0%) 0.0025 ( 0.9%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1489 (100.0%) 0.1072 (100.0%) 0.2561 (100.0%) 0.2687 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1800 seconds (0.1866 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1168 (100.0%) 0.0633 (100.0%) 0.1800 (100.0%) 0.1866 (100.0%) Building Target
0.1168 (100.0%) 0.0633 (100.0%) 0.1800 (100.0%) 0.1866 (100.0%) Total
SwiftDriverJobDiscovery normal arm64_32 Compiling Result.swift, BodyAdapterFactory.swift, DecodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 Compiling\ ResultGeneratorFactory.swift,\ URLRequestFactory.swift,\ URLSessionFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/ResultGeneratorFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLRequestFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983594715-swift-frontend-Frisbee-ResultGeneratorFactory.swift-arm64_apple_watchos11.4-o-Onone-2604441477.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1825 seconds (0.1837 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0186 ( 21.4%) 0.0312 ( 32.6%) 0.0498 ( 27.3%) 0.0503 ( 27.4%) parse-and-resolve-imports
0.0184 ( 21.2%) 0.0308 ( 32.2%) 0.0492 ( 27.0%) 0.0497 ( 27.0%) Import resolution
0.0082 ( 9.4%) 0.0054 ( 5.6%) 0.0136 ( 7.4%) 0.0136 ( 7.4%) perform-sema
0.0081 ( 9.3%) 0.0053 ( 5.6%) 0.0134 ( 7.4%) 0.0134 ( 7.3%) Type checking and Semantic analysis
0.0051 ( 5.9%) 0.0065 ( 6.8%) 0.0116 ( 6.3%) 0.0117 ( 6.4%) IRGen
0.0062 ( 7.2%) 0.0042 ( 4.4%) 0.0104 ( 5.7%) 0.0104 ( 5.7%) typecheck-decl
0.0056 ( 6.4%) 0.0029 ( 3.1%) 0.0085 ( 4.7%) 0.0085 ( 4.6%) typecheck-stmt
0.0054 ( 6.2%) 0.0027 ( 2.8%) 0.0081 ( 4.4%) 0.0081 ( 4.4%) typecheck-expr
0.0020 ( 2.3%) 0.0021 ( 2.2%) 0.0041 ( 2.3%) 0.0041 ( 2.2%) import-clang-decl
0.0012 ( 1.4%) 0.0028 ( 2.9%) 0.0040 ( 2.2%) 0.0040 ( 2.2%) load-stdlib
0.0024 ( 2.8%) 0.0006 ( 0.6%) 0.0030 ( 1.6%) 0.0030 ( 1.6%) SILGen
0.0019 ( 2.2%) 0.0008 ( 0.9%) 0.0027 ( 1.5%) 0.0027 ( 1.5%) precheck-target
0.0021 ( 2.4%) 0.0000 ( 0.0%) 0.0021 ( 1.1%) 0.0021 ( 1.2%) SIL optimization
0.0013 ( 1.4%) 0.0001 ( 0.2%) 0.0014 ( 0.8%) 0.0014 ( 0.8%) SILGen-function
0.0003 ( 0.3%) 0.0001 ( 0.1%) 0.0004 ( 0.2%) 0.0004 ( 0.2%) build-rewrite-system
0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) source-file-populate-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%) 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.0869 (100.0%) 0.0956 (100.0%) 0.1825 (100.0%) 0.1837 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1118 seconds (0.1125 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0540 (100.0%) 0.0578 (100.0%) 0.1118 (100.0%) 0.1125 (100.0%) Building Target
0.0540 (100.0%) 0.0578 (100.0%) 0.1118 (100.0%) 0.1125 (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_32 Compiling\ EncodableAdapterFactory.swift,\ SerializableAdapterFactory.swift,\ URLQueriableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/SerializableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983596241-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_32_apple_watchos11.4-o-Onone-1464364577.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1522 seconds (0.1534 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0187 ( 30.8%) 0.0340 ( 37.2%) 0.0527 ( 34.7%) 0.0533 ( 34.8%) parse-and-resolve-imports
0.0186 ( 30.5%) 0.0337 ( 36.9%) 0.0523 ( 34.3%) 0.0529 ( 34.5%) Import resolution
0.0041 ( 6.8%) 0.0067 ( 7.3%) 0.0108 ( 7.1%) 0.0109 ( 7.1%) IRGen
0.0047 ( 7.7%) 0.0038 ( 4.2%) 0.0085 ( 5.6%) 0.0085 ( 5.6%) perform-sema
0.0046 ( 7.6%) 0.0038 ( 4.2%) 0.0084 ( 5.5%) 0.0084 ( 5.5%) Type checking and Semantic analysis
0.0034 ( 5.7%) 0.0032 ( 3.5%) 0.0067 ( 4.4%) 0.0067 ( 4.3%) typecheck-decl
0.0012 ( 1.9%) 0.0038 ( 4.2%) 0.0050 ( 3.3%) 0.0050 ( 3.2%) load-stdlib
0.0016 ( 2.6%) 0.0005 ( 0.5%) 0.0021 ( 1.4%) 0.0021 ( 1.3%) SILGen
0.0008 ( 1.4%) 0.0011 ( 1.2%) 0.0019 ( 1.3%) 0.0019 ( 1.3%) import-clang-decl
0.0008 ( 1.3%) 0.0004 ( 0.4%) 0.0012 ( 0.8%) 0.0012 ( 0.8%) typecheck-stmt
0.0011 ( 1.8%) 0.0000 ( 0.0%) 0.0011 ( 0.7%) 0.0011 ( 0.7%) SIL optimization
0.0006 ( 1.0%) 0.0001 ( 0.1%) 0.0007 ( 0.5%) 0.0007 ( 0.5%) SILGen-function
0.0003 ( 0.4%) 0.0001 ( 0.1%) 0.0004 ( 0.3%) 0.0004 ( 0.3%) build-rewrite-system
0.0001 ( 0.2%) 0.0000 ( 0.0%) 0.0002 ( 0.1%) 0.0002 ( 0.1%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, 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.0609 (100.0%) 0.0914 (100.0%) 0.1522 (100.0%) 0.1534 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1053 seconds (0.1060 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0443 (100.0%) 0.0610 (100.0%) 0.1053 (100.0%) 0.1060 (100.0%) Building Target
0.0443 (100.0%) 0.0610 (100.0%) 0.1053 (100.0%) 0.1060 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/SerializableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Compiling DataTaskRunner.swift, ResultGenerator.swift, Getable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64_32 Compiling\ DecoderDataAdapter.swift,\ DecoderJSONAdapter.swift,\ EncodableAdapter.swift,\ EncoderJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderDataAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderJSONAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncodableAdapter.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983605018-swift-frontend-Frisbee-DecoderDataAdapter.swift-arm64_32_apple_watchos11.4-o-Onone-807526921.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1545 seconds (0.1573 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0188 ( 26.0%) 0.0310 ( 37.6%) 0.0497 ( 32.2%) 0.0504 ( 32.1%) parse-and-resolve-imports
0.0186 ( 25.8%) 0.0306 ( 37.2%) 0.0492 ( 31.8%) 0.0499 ( 31.7%) Import resolution
0.0058 ( 8.0%) 0.0044 ( 5.3%) 0.0102 ( 6.6%) 0.0108 ( 6.9%) IRGen
0.0060 ( 8.4%) 0.0025 ( 3.1%) 0.0086 ( 5.6%) 0.0088 ( 5.6%) SILGen
0.0049 ( 6.8%) 0.0028 ( 3.5%) 0.0078 ( 5.0%) 0.0078 ( 5.0%) perform-sema
0.0048 ( 6.7%) 0.0028 ( 3.4%) 0.0076 ( 4.9%) 0.0076 ( 4.9%) Type checking and Semantic analysis
0.0031 ( 4.3%) 0.0021 ( 2.6%) 0.0052 ( 3.4%) 0.0053 ( 3.4%) typecheck-decl
0.0011 ( 1.5%) 0.0032 ( 3.9%) 0.0043 ( 2.8%) 0.0043 ( 2.7%) load-stdlib
0.0030 ( 4.2%) 0.0001 ( 0.2%) 0.0032 ( 2.1%) 0.0032 ( 2.0%) SIL optimization
0.0018 ( 2.5%) 0.0005 ( 0.6%) 0.0023 ( 1.5%) 0.0025 ( 1.6%) SILGen-function
0.0010 ( 1.4%) 0.0010 ( 1.2%) 0.0021 ( 1.3%) 0.0023 ( 1.4%) import-clang-decl
0.0014 ( 2.0%) 0.0005 ( 0.7%) 0.0020 ( 1.3%) 0.0020 ( 1.3%) typecheck-stmt
0.0008 ( 1.2%) 0.0003 ( 0.4%) 0.0012 ( 0.8%) 0.0012 ( 0.8%) typecheck-expr
0.0005 ( 0.7%) 0.0001 ( 0.1%) 0.0006 ( 0.4%) 0.0006 ( 0.4%) precheck-target
0.0004 ( 0.5%) 0.0001 ( 0.2%) 0.0005 ( 0.3%) 0.0005 ( 0.3%) build-rewrite-system
0.0000 ( 0.1%) 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0722 (100.0%) 0.0823 (100.0%) 0.1545 (100.0%) 0.1573 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1174 seconds (0.1198 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0593 (100.0%) 0.0581 (100.0%) 0.1174 (100.0%) 0.1198 (100.0%) Building Target
0.0593 (100.0%) 0.0581 (100.0%) 0.1174 (100.0%) 0.1198 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderDataAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/DecoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Adapters/EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 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-1745501983595992-swift-frontend-Frisbee-OnComplete.swift-arm64_apple_watchos11.4-o-Onone-3392364072.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1775 seconds (0.1849 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0195 ( 23.9%) 0.0343 ( 35.8%) 0.0538 ( 30.3%) 0.0572 ( 30.9%) parse-and-resolve-imports
0.0193 ( 23.6%) 0.0339 ( 35.4%) 0.0532 ( 30.0%) 0.0565 ( 30.6%) Import resolution
0.0088 ( 10.8%) 0.0046 ( 4.8%) 0.0134 ( 7.6%) 0.0136 ( 7.4%) perform-sema
0.0087 ( 10.7%) 0.0045 ( 4.7%) 0.0133 ( 7.5%) 0.0134 ( 7.2%) Type checking and Semantic analysis
0.0041 ( 5.1%) 0.0054 ( 5.7%) 0.0096 ( 5.4%) 0.0096 ( 5.2%) IRGen
0.0053 ( 6.4%) 0.0024 ( 2.5%) 0.0076 ( 4.3%) 0.0076 ( 4.1%) typecheck-stmt
0.0012 ( 1.4%) 0.0044 ( 4.6%) 0.0056 ( 3.2%) 0.0059 ( 3.2%) load-stdlib
0.0038 ( 4.7%) 0.0021 ( 2.2%) 0.0059 ( 3.3%) 0.0059 ( 3.2%) typecheck-expr
0.0032 ( 3.9%) 0.0020 ( 2.1%) 0.0052 ( 2.9%) 0.0053 ( 2.9%) typecheck-decl
0.0024 ( 2.9%) 0.0005 ( 0.5%) 0.0029 ( 1.6%) 0.0029 ( 1.6%) SILGen
0.0015 ( 1.8%) 0.0012 ( 1.3%) 0.0027 ( 1.5%) 0.0027 ( 1.5%) import-clang-decl
0.0018 ( 2.2%) 0.0000 ( 0.0%) 0.0018 ( 1.0%) 0.0018 ( 1.0%) SIL optimization
0.0008 ( 1.0%) 0.0001 ( 0.1%) 0.0009 ( 0.5%) 0.0009 ( 0.5%) SILGen-function
0.0008 ( 1.0%) 0.0000 ( 0.0%) 0.0008 ( 0.5%) 0.0008 ( 0.5%) precheck-target
0.0004 ( 0.5%) 0.0002 ( 0.2%) 0.0006 ( 0.3%) 0.0006 ( 0.3%) build-rewrite-system
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0817 (100.0%) 0.0958 (100.0%) 0.1775 (100.0%) 0.1849 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1160 seconds (0.1203 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0536 (100.0%) 0.0624 (100.0%) 0.1160 (100.0%) 0.1203 (100.0%) Building Target
0.0536 (100.0%) 0.0624 (100.0%) 0.1160 (100.0%) 0.1203 (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
SwiftDriverJobDiscovery normal arm64_32 Compiling ResultGeneratorFactory.swift, URLRequestFactory.swift, URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling DataTaskRunner.swift, ResultGenerator.swift, Getable.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftCompile normal arm64 Compiling\ EncodableAdapterFactory.swift,\ SerializableAdapterFactory.swift,\ URLQueriableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/SerializableAdapterFactory.swift /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745501983600187-swift-frontend-Frisbee-EncodableAdapterFactory.swift-arm64_apple_watchos11.4-o-Onone-1185996407.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1452 seconds (0.1464 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0182 ( 30.6%) 0.0322 ( 37.6%) 0.0504 ( 34.7%) 0.0511 ( 34.9%) parse-and-resolve-imports
0.0181 ( 30.3%) 0.0317 ( 37.1%) 0.0498 ( 34.3%) 0.0504 ( 34.4%) Import resolution
0.0043 ( 7.1%) 0.0070 ( 8.2%) 0.0112 ( 7.7%) 0.0113 ( 7.7%) IRGen
0.0046 ( 7.7%) 0.0034 ( 3.9%) 0.0079 ( 5.5%) 0.0079 ( 5.4%) perform-sema
0.0045 ( 7.5%) 0.0033 ( 3.9%) 0.0078 ( 5.4%) 0.0078 ( 5.3%) Type checking and Semantic analysis
0.0035 ( 5.9%) 0.0027 ( 3.2%) 0.0062 ( 4.3%) 0.0062 ( 4.3%) typecheck-decl
0.0012 ( 1.9%) 0.0031 ( 3.6%) 0.0043 ( 2.9%) 0.0043 ( 2.9%) load-stdlib
0.0016 ( 2.6%) 0.0005 ( 0.6%) 0.0021 ( 1.4%) 0.0021 ( 1.4%) SILGen
0.0008 ( 1.3%) 0.0008 ( 1.0%) 0.0016 ( 1.1%) 0.0016 ( 1.1%) import-clang-decl
0.0007 ( 1.2%) 0.0005 ( 0.6%) 0.0012 ( 0.8%) 0.0012 ( 0.8%) typecheck-stmt
0.0011 ( 1.9%) 0.0000 ( 0.0%) 0.0012 ( 0.8%) 0.0012 ( 0.8%) SIL optimization
0.0006 ( 1.0%) 0.0001 ( 0.2%) 0.0008 ( 0.5%) 0.0008 ( 0.5%) SILGen-function
0.0003 ( 0.5%) 0.0001 ( 0.1%) 0.0004 ( 0.3%) 0.0004 ( 0.3%) build-rewrite-system
0.0001 ( 0.2%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) typecheck-expr
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) precheck-target
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0596 (100.0%) 0.0856 (100.0%) 0.1452 (100.0%) 0.1464 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1021 seconds (0.1028 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0430 (100.0%) 0.0591 (100.0%) 0.1021 (100.0%) 0.1028 (100.0%) Building Target
0.0430 (100.0%) 0.0591 (100.0%) 0.1021 (100.0%) 0.1028 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/EncodableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/SerializableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/Frisbee/Factories/Adapters/URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling URLQueryAdapter.swift, URLSessionTaskAdapter.swift, FrisbeeError.swift, HTTPMethod.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64_32 Compiling EncodableAdapterFactory.swift, SerializableAdapterFactory.swift, URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling EncodableAdapterFactory.swift, SerializableAdapterFactory.swift, URLQueriableAdapterFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling ResultGeneratorFactory.swift, URLRequestFactory.swift, URLSessionFactory.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling 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_32 Compiling BodiableAdapter.swift, BodyAdapter.swift, Cancellable.swift, DecodableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64_32 Compiling DecoderDataAdapter.swift, DecoderJSONAdapter.swift, EncodableAdapter.swift, EncoderJSONAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64 Compiling NetworkGet.swift, NetworkPost.swift, NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation Frisbee normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Binary/Frisbee normal arm64 (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.LinkFileList -install_name @rpath/Frisbee.framework/Frisbee -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Binary/Frisbee
SwiftDriverJobDiscovery normal arm64_32 Compiling QueryItemAdapter.swift, SerializableAdapter.swift, SerializerJSONAdapter.swift, URLQueriableAdapter.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriverJobDiscovery normal arm64_32 Compiling NetworkGet.swift, NetworkPost.swift, NetworkPut.swift (in target 'Frisbee' from project 'Frisbee')
SwiftDriver\ Compilation Frisbee normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Frisbee -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList -DSWIFT_PACKAGE -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/DerivedSources -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Binary/Frisbee normal arm64_32 (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.LinkFileList -install_name @rpath/Frisbee.framework/Frisbee -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_dependency_info.dat -fobjc-link-runtime -fprofile-instr-generate -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Binary/Frisbee
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee normal arm64\ arm64_32 (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Binary/Frisbee /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Binary/Frisbee -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee
ExtractAppIntentsMetadata (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Frisbee --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier Frisbee --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Frisbee.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64/Frisbee.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Frisbee.build/Debug-watchos/Frisbee.build/Objects-normal/arm64_32/Frisbee.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-24 06:39:43.969 appintentsmetadataprocessor[719:4104] Starting appintentsmetadataprocessor export
2025-04-24 06:39:43.972 appintentsmetadataprocessor[719:4104] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Frisbee.framework/Frisbee.tbd (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework/Frisbee -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/Frisbee.framework/Frisbee.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework (in target 'Frisbee' from project 'Frisbee')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/Frisbee.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Frisbee",
"name" : "Frisbee",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Frisbee",
"targets" : [
"Frisbee"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FrisbeeTests",
"module_type" : "SwiftTarget",
"name" : "FrisbeeTests",
"path" : "Tests/FrisbeeTests",
"sources" : [
"Adapters/BodyAdapterTests.swift",
"Adapters/DecoderDataAdapterTests.swift",
"Adapters/QueryItemAdapterTests.swift",
"Adapters/URLQueryAdapterTests.swift",
"Adapters/URLSessionTaskAdapterTests.swift",
"Entities/FrisbeeErrorTests.swift",
"Entities/ResultTests.swift",
"Factories/URLRequestFactoryTests.swift",
"Factories/URLSessionFactoryTests.swift",
"Interactors/ResultGeneratorTests.swift",
"Requestables/IntegrationNetworkGetTests.swift",
"Requestables/IntegrationNetworkPostTests.swift",
"Requestables/IntegrationNetworkPutTests.swift",
"Requestables/NetworkGetTests.swift",
"Requestables/NetworkPostTests.swift",
"Requestables/NetworkPutTests.swift",
"Support/Doubles/BodyThrowErrorFakeAdapter.swift",
"Support/Doubles/DecoderThrowErrorFakeAdapter.swift",
"Support/Doubles/EncoderThrowErrorFakeAdapter.swift",
"Support/Doubles/MockURLSession.swift",
"Support/Doubles/SerializerThrowErrorFakeAdapter.swift",
"Support/Doubles/URLWithQueryTrhrowErrorFakeBuildable.swift",
"Support/Entities/Empty.swift",
"Support/Entities/Fake.swift",
"Support/Entities/Movie.swift",
"Support/Entities/MovieQuery.swift",
"Support/Entities/SomeEntity.swift",
"Support/Entities/SomeError.swift",
"Support/Extensions/FrisbeeError+All.swift",
"Support/Extensions/SequenceExtensions.swift",
"Support/Extensions/XCTestCase+AssertContains.swift"
],
"target_dependencies" : [
"Frisbee"
],
"type" : "test"
},
{
"c99name" : "Frisbee",
"module_type" : "SwiftTarget",
"name" : "Frisbee",
"path" : "Sources/Frisbee",
"product_memberships" : [
"Frisbee"
],
"sources" : [
"Adapters/BodiableAdapter.swift",
"Adapters/BodyAdapter.swift",
"Adapters/Cancellable.swift",
"Adapters/DecodableAdapter.swift",
"Adapters/DecoderDataAdapter.swift",
"Adapters/DecoderJSONAdapter.swift",
"Adapters/EncodableAdapter.swift",
"Adapters/EncoderJSONAdapter.swift",
"Adapters/QueryItemAdapter.swift",
"Adapters/SerializableAdapter.swift",
"Adapters/SerializerJSONAdapter.swift",
"Adapters/URLQueriableAdapter.swift",
"Adapters/URLQueryAdapter.swift",
"Adapters/URLSessionTaskAdapter.swift",
"Entities/FrisbeeError.swift",
"Entities/HTTPMethod.swift",
"Entities/Result.swift",
"Factories/Adapters/BodyAdapterFactory.swift",
"Factories/Adapters/DecodableAdapterFactory.swift",
"Factories/Adapters/EncodableAdapterFactory.swift",
"Factories/Adapters/SerializableAdapterFactory.swift",
"Factories/Adapters/URLQueriableAdapterFactory.swift",
"Factories/ResultGeneratorFactory.swift",
"Factories/URLRequestFactory.swift",
"Factories/URLSessionFactory.swift",
"Interactors/DataTaskRunner.swift",
"Interactors/ResultGenerator.swift",
"Requestables/Getable.swift",
"Requestables/NetworkGet.swift",
"Requestables/NetworkPost.swift",
"Requestables/NetworkPut.swift",
"Requestables/OnComplete.swift",
"Requestables/Postable.swift",
"Requestables/Putable.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.