Build Information
Successful build of WebRequest, reference 1.2.0 (4d8277
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 14:04:26 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 WebRequest-iOS -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/quickthyme/webrequest.git
Reference: 1.2.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quickthyme/webrequest
* tag 1.2.0 -> FETCH_HEAD
HEAD is now at 4d82778 Merge pull request #11 from matteozajac/feature/error-handler-for-data-task
Cloned https://github.com/quickthyme/webrequest.git
Revision (git rev-parse @):
4d82778042cfde758c371c7b4754fbaa1bf3e908
SUCCESS checkout https://github.com/quickthyme/webrequest.git at 1.2.0
========================================
Build
========================================
Selected platform: iOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/quickthyme/webrequest.git
https://github.com/quickthyme/webrequest.git
{
"dependencies" : [
],
"manifest_display_name" : "WebRequest",
"name" : "WebRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebRequest",
"targets" : [
"WebRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebRequestTests",
"module_type" : "SwiftTarget",
"name" : "WebRequestTests",
"path" : "Tests/WebRequestTests",
"sources" : [
"Delivery/JSONWebRequestDeliveryTests.swift",
"Delivery/ProgressFileDownloadWebRequestDeliveryTests.swift",
"Doubles/MockEndpoint.swift",
"Doubles/MockNotificationCenter.swift",
"Doubles/MockURLSession.swift",
"Doubles/MockWebRequestDelivery.swift",
"Doubles/MockWebRequestSession.swift",
"Doubles/MockWebRequestSessionProvider.swift",
"Helpers/TestHTTPServer.swift",
"Manager/WebRequestManagerTests.swift",
"Validating/BasicHTTPResultValidatorTests.swift",
"WebRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebRequest"
],
"type" : "test"
},
{
"c99name" : "WebRequest",
"module_type" : "SwiftTarget",
"name" : "WebRequest",
"path" : "Sources/WebRequest",
"product_memberships" : [
"WebRequest"
],
"sources" : [
"Delivery/FileDownloadWebRequestDelivery.swift",
"Delivery/HTTPWebRequestDelivery.swift",
"Delivery/JSONWebRequestDelivery.swift",
"Delivery/MultipartFormUploadWebRequestDelivery.swift",
"Delivery/ProgressFileDownloadWebRequestDelivery.swift",
"Manager/WebRequestManager+State.swift",
"Manager/WebRequestManager.swift",
"Manager/WebRequestManaging.swift",
"Session/WebRequestSession.swift",
"Session/WebRequestSessionProviding.swift",
"Validating/BasicHTTPResultValidator.swift",
"WebRequest+Result.swift",
"WebRequest+URLEncoder.swift",
"WebRequest.swift",
"WebRequestEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
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" : "WebRequest",
"name" : "WebRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebRequest",
"targets" : [
"WebRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebRequestTests",
"module_type" : "SwiftTarget",
"name" : "WebRequestTests",
"path" : "Tests/WebRequestTests",
"sources" : [
"Delivery/JSONWebRequestDeliveryTests.swift",
"Delivery/ProgressFileDownloadWebRequestDeliveryTests.swift",
"Doubles/MockEndpoint.swift",
"Doubles/MockNotificationCenter.swift",
"Doubles/MockURLSession.swift",
"Doubles/MockWebRequestDelivery.swift",
"Doubles/MockWebRequestSession.swift",
"Doubles/MockWebRequestSessionProvider.swift",
"Helpers/TestHTTPServer.swift",
"Manager/WebRequestManagerTests.swift",
"Validating/BasicHTTPResultValidatorTests.swift",
"WebRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebRequest"
],
"type" : "test"
},
{
"c99name" : "WebRequest",
"module_type" : "SwiftTarget",
"name" : "WebRequest",
"path" : "Sources/WebRequest",
"product_memberships" : [
"WebRequest"
],
"sources" : [
"Delivery/FileDownloadWebRequestDelivery.swift",
"Delivery/HTTPWebRequestDelivery.swift",
"Delivery/JSONWebRequestDelivery.swift",
"Delivery/MultipartFormUploadWebRequestDelivery.swift",
"Delivery/ProgressFileDownloadWebRequestDelivery.swift",
"Manager/WebRequestManager+State.swift",
"Manager/WebRequestManager.swift",
"Manager/WebRequestManaging.swift",
"Session/WebRequestSession.swift",
"Session/WebRequestSessionProviding.swift",
"Validating/BasicHTTPResultValidator.swift",
"WebRequest+Result.swift",
"WebRequest+URLEncoder.swift",
"WebRequest.swift",
"WebRequestEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "WebRequest",
"schemes" : [
"WebRequest-iOS"
],
"targets" : [
"WebRequest-iOS",
"WebRequestTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme WebRequest-iOS -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme WebRequest-iOS -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'WebRequest-iOS' in project 'WebRequest' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -V
Build description signature: 277bf727cd5e3cf08886db71a800a06d
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/277bf727cd5e3cf08886db71a800a06d.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/WebRequest.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/WebRequest.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/WebRequest.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/WebRequest.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/WebRequest.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-973ea4d897faa4642451e9c45377392c-VFS-iphoneos/all-product-headers.yaml
cd /Users/admin/builder/spi-builder-workspace/WebRequest.xcodeproj
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-973ea4d897faa4642451e9c45377392c-VFS-iphoneos/all-product-headers.yaml
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-own-target-headers.hmap (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-own-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.DependencyStaticMetadataFileList (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-project-headers.hmap (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-project-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.hmap (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-target-headers.hmap (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.DependencyMetadataFileList (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-generated-files.hmap (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-generated-files.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-non-framework-target-headers.hmap (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_const_extract_protocols.json (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftFileList (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftConstValuesFileList (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.LinkFileList (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS-OutputFileMap.json (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-target arm64-apple-ios12.1 '-std=gnu11' -fmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=WebRequest' -fpascal-strings -O0 -fno-common '-DDEBUG=1' -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -g -fprofile-instr-generate -fcoverage-mapping -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-generated-files.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-own-target-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-non-framework-target-headers.hmap -ivfsoverlay /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-973ea4d897faa4642451e9c45377392c-VFS-iphoneos/all-product-headers.yaml -iquote /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-project-headers.hmap -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-iOS_vers.c (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-iOS_vers.c
SwiftDriver WebRequest-iOS normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WebRequest-iOS' from project 'WebRequest')
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 WebRequest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.1 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS-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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-973ea4d897faa4642451e9c45377392c-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ HTTPWebRequestDelivery.swift,\ ProgressFileDownloadWebRequestDelivery.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/ProgressFileDownloadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: warning: static property 'timeout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var timeout: TimeInterval = 60.0
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: note: convert 'timeout' to a 'let' constant to make 'Sendable' shared state immutable
public static var timeout: TimeInterval = 60.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: note: add '@MainActor' to make static property 'timeout' part of global actor 'MainActor'
public static var timeout: TimeInterval = 60.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var timeout: TimeInterval = 60.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:115:21: warning: capture of 'errorCode' with non-sendable type 'HTTPWebRequestDelivery.ErrorCode?' (aka 'Optional<WebRequest.Result.ErrorCode>') in a '@Sendable' closure
errorCode = self.parseError(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+Result.swift:10:21: note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
public enum ErrorCode : Int {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:115:33: warning: capture of 'self' with non-sendable type 'HTTPWebRequestDelivery' in a '@Sendable' closure
errorCode = self.parseError(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:3:12: note: class 'HTTPWebRequestDelivery' does not conform to the 'Sendable' protocol
open class HTTPWebRequestDelivery : NSObject, WebRequestDelivery {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:115:21: warning: capture of 'errorCode' with non-sendable type 'HTTPWebRequestDelivery.ErrorCode?' (aka 'Optional<WebRequest.Result.ErrorCode>') in a '@Sendable' closure
errorCode = self.parseError(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+Result.swift:10:21: note: consider making enum 'ErrorCode' conform to the 'Sendable' protocol
public enum ErrorCode : Int {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:115:33: warning: capture of 'self' with non-sendable type 'HTTPWebRequestDelivery' in a '@Sendable' closure
errorCode = self.parseError(error)
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:3:12: note: class 'HTTPWebRequestDelivery' does not conform to the 'Sendable' protocol
open class HTTPWebRequestDelivery : NSObject, WebRequestDelivery {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:113:21: warning: mutation of captured var 'taskData' in concurrently-executing code
taskData = data
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:114:21: warning: mutation of captured var 'taskResponse' in concurrently-executing code
taskResponse = response as? HTTPURLResponse
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:115:21: warning: mutation of captured var 'errorCode' in concurrently-executing code
errorCode = self.parseError(error)
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/ProgressFileDownloadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/ProgressFileDownloadWebRequestDelivery.swift:3:12: warning: non-final class 'ProgressFileDownloadWebRequestDelivery' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
open class ProgressFileDownloadWebRequestDelivery: FileDownloadWebRequestDelivery {
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261505527-swift-frontend-WebRequest-HTTPWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-506927018.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7603 seconds (3.5802 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0215 ( 5.0%) 0.0973 ( 29.1%) 0.1187 ( 15.6%) 1.4983 ( 41.9%) parse-and-resolve-imports
0.0207 ( 4.9%) 0.0960 ( 28.7%) 0.1168 ( 15.4%) 1.4949 ( 41.8%) Import resolution
0.0773 ( 18.2%) 0.0275 ( 8.2%) 0.1048 ( 13.8%) 0.1046 ( 2.9%) build-rewrite-system
0.0567 ( 13.3%) 0.0214 ( 6.4%) 0.0782 ( 10.3%) 0.0806 ( 2.3%) perform-sema
0.0566 ( 13.3%) 0.0214 ( 6.4%) 0.0780 ( 10.3%) 0.0805 ( 2.2%) Type checking and Semantic analysis
0.0019 ( 0.4%) 0.0109 ( 3.3%) 0.0128 ( 1.7%) 0.0663 ( 1.9%) load-stdlib
0.0450 ( 10.6%) 0.0121 ( 3.6%) 0.0571 ( 7.5%) 0.0571 ( 1.6%) typecheck-stmt
0.0365 ( 8.6%) 0.0151 ( 4.5%) 0.0516 ( 6.8%) 0.0539 ( 1.5%) typecheck-decl
0.0414 ( 9.7%) 0.0113 ( 3.4%) 0.0527 ( 6.9%) 0.0527 ( 1.5%) typecheck-expr
0.0136 ( 3.2%) 0.0109 ( 3.2%) 0.0245 ( 3.2%) 0.0261 ( 0.7%) import-clang-decl
0.0117 ( 2.8%) 0.0041 ( 1.2%) 0.0158 ( 2.1%) 0.0159 ( 0.4%) IRGen
0.0130 ( 3.1%) 0.0022 ( 0.6%) 0.0152 ( 2.0%) 0.0152 ( 0.4%) SILGen
0.0098 ( 2.3%) 0.0024 ( 0.7%) 0.0122 ( 1.6%) 0.0122 ( 0.3%) precheck-target
0.0092 ( 2.2%) 0.0002 ( 0.0%) 0.0094 ( 1.2%) 0.0094 ( 0.3%) SIL optimization
0.0082 ( 1.9%) 0.0012 ( 0.4%) 0.0094 ( 1.2%) 0.0094 ( 0.3%) SILGen-function
0.0012 ( 0.3%) 0.0008 ( 0.2%) 0.0020 ( 0.3%) 0.0020 ( 0.1%) load-all-members
0.0006 ( 0.1%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, 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.4255 (100.0%) 0.3348 (100.0%) 0.7603 (100.0%) 3.5802 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8673 seconds (3.4050 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9596 (100.0%) 0.9076 (100.0%) 1.8673 (100.0%) 3.4050 (100.0%) Building Target
0.9596 (100.0%) 0.9076 (100.0%) 1.8673 (100.0%) 3.4050 (100.0%) Total
SwiftCompile normal arm64 Compiling\ WebRequest.swift,\ WebRequest+URLEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+URLEncoder.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: warning: static property 'isDisabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var isDisabled: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: note: convert 'isDisabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var isDisabled: Bool = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: note: add '@MainActor' to make static property 'isDisabled' part of global actor 'MainActor'
public static var isDisabled: Bool = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var isDisabled: Bool = false
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+URLEncoder.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261510948-swift-frontend-WebRequest-WebRequest.swift-arm64_apple_ios12.1-o-Onone-1899475760.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5311 seconds (3.5737 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0215 ( 8.1%) 0.0930 ( 35.1%) 0.1145 ( 21.6%) 1.6118 ( 45.1%) parse-and-resolve-imports
0.0208 ( 7.8%) 0.0924 ( 34.9%) 0.1132 ( 21.3%) 1.6105 ( 45.1%) Import resolution
0.0798 ( 30.0%) 0.0275 ( 10.4%) 0.1072 ( 20.2%) 0.1074 ( 3.0%) build-rewrite-system
0.0018 ( 0.7%) 0.0078 ( 3.0%) 0.0097 ( 1.8%) 0.0574 ( 1.6%) load-stdlib
0.0278 ( 10.4%) 0.0083 ( 3.1%) 0.0360 ( 6.8%) 0.0360 ( 1.0%) perform-sema
0.0277 ( 10.4%) 0.0082 ( 3.1%) 0.0359 ( 6.8%) 0.0359 ( 1.0%) Type checking and Semantic analysis
0.0130 ( 4.9%) 0.0106 ( 4.0%) 0.0235 ( 4.4%) 0.0237 ( 0.7%) import-clang-decl
0.0177 ( 6.6%) 0.0056 ( 2.1%) 0.0233 ( 4.4%) 0.0233 ( 0.7%) typecheck-decl
0.0122 ( 4.6%) 0.0031 ( 1.2%) 0.0154 ( 2.9%) 0.0154 ( 0.4%) typecheck-stmt
0.0100 ( 3.8%) 0.0014 ( 0.5%) 0.0114 ( 2.1%) 0.0114 ( 0.3%) SILGen
0.0091 ( 3.4%) 0.0021 ( 0.8%) 0.0112 ( 2.1%) 0.0112 ( 0.3%) typecheck-expr
0.0078 ( 2.9%) 0.0034 ( 1.3%) 0.0112 ( 2.1%) 0.0112 ( 0.3%) IRGen
0.0071 ( 2.7%) 0.0008 ( 0.3%) 0.0079 ( 1.5%) 0.0079 ( 0.2%) SILGen-function
0.0052 ( 2.0%) 0.0000 ( 0.0%) 0.0052 ( 1.0%) 0.0052 ( 0.1%) SIL optimization
0.0019 ( 0.7%) 0.0002 ( 0.1%) 0.0022 ( 0.4%) 0.0022 ( 0.1%) precheck-target
0.0017 ( 0.7%) 0.0002 ( 0.1%) 0.0019 ( 0.4%) 0.0019 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.3%) 0.0004 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) AST verification
0.2660 (100.0%) 0.2650 (100.0%) 0.5311 (100.0%) 3.5737 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7489 seconds (3.3907 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9059 (100.0%) 0.8430 (100.0%) 1.7489 (100.0%) 3.3907 (100.0%) Building Target
0.9059 (100.0%) 0.8430 (100.0%) 1.7489 (100.0%) 3.3907 (100.0%) Total
SwiftCompile normal arm64 Compiling\ WebRequestManager+State.swift,\ BasicHTTPResultValidator.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager+State.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Validating/BasicHTTPResultValidator.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261504659-swift-frontend-WebRequest-WebRequestManager_State.swift-arm64_apple_ios12.1-o-Onone-430064767.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.0174 seconds (3.3365 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9813 ( 45.4%) 0.3868 ( 45.2%) 1.3681 ( 45.3%) 1.4987 ( 44.9%) parse-and-resolve-imports
0.9807 ( 45.4%) 0.3858 ( 45.1%) 1.3665 ( 45.3%) 1.4956 ( 44.8%) Import resolution
0.0803 ( 3.7%) 0.0155 ( 1.8%) 0.0959 ( 3.2%) 0.0958 ( 2.9%) build-rewrite-system
0.0018 ( 0.1%) 0.0110 ( 1.3%) 0.0128 ( 0.4%) 0.0657 ( 2.0%) load-stdlib
0.0238 ( 1.1%) 0.0126 ( 1.5%) 0.0364 ( 1.2%) 0.0381 ( 1.1%) perform-sema
0.0237 ( 1.1%) 0.0126 ( 1.5%) 0.0363 ( 1.2%) 0.0380 ( 1.1%) Type checking and Semantic analysis
0.0119 ( 0.5%) 0.0113 ( 1.3%) 0.0232 ( 0.8%) 0.0249 ( 0.7%) typecheck-decl
0.0114 ( 0.5%) 0.0093 ( 1.1%) 0.0206 ( 0.7%) 0.0222 ( 0.7%) import-clang-decl
0.0117 ( 0.5%) 0.0012 ( 0.1%) 0.0130 ( 0.4%) 0.0130 ( 0.4%) typecheck-stmt
0.0073 ( 0.3%) 0.0024 ( 0.3%) 0.0096 ( 0.3%) 0.0096 ( 0.3%) SILGen
0.0080 ( 0.4%) 0.0013 ( 0.2%) 0.0093 ( 0.3%) 0.0093 ( 0.3%) typecheck-expr
0.0051 ( 0.2%) 0.0032 ( 0.4%) 0.0083 ( 0.3%) 0.0083 ( 0.2%) IRGen
0.0050 ( 0.2%) 0.0002 ( 0.0%) 0.0052 ( 0.2%) 0.0052 ( 0.2%) SIL optimization
0.0041 ( 0.2%) 0.0001 ( 0.0%) 0.0042 ( 0.1%) 0.0042 ( 0.1%) precheck-target
0.0022 ( 0.1%) 0.0012 ( 0.1%) 0.0034 ( 0.1%) 0.0034 ( 0.1%) SILGen-function
0.0032 ( 0.1%) 0.0001 ( 0.0%) 0.0033 ( 0.1%) 0.0033 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) 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%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.1623 (100.0%) 0.8551 (100.0%) 3.0174 (100.0%) 3.3365 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0964 seconds (3.3918 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8833 (100.0%) 1.2131 (100.0%) 3.0964 (100.0%) 3.3918 (100.0%) Building Target
1.8833 (100.0%) 1.2131 (100.0%) 3.0964 (100.0%) 3.3918 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager+State.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Validating/BasicHTTPResultValidator.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ JSONWebRequestDelivery.swift,\ WebRequestManaging.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/JSONWebRequestDelivery.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManaging.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261505674-swift-frontend-WebRequest-JSONWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-317384149.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4450 seconds (3.9201 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0231 ( 13.0%) 0.1026 ( 38.4%) 0.1257 ( 28.2%) 1.8398 ( 46.9%) parse-and-resolve-imports
0.0223 ( 12.6%) 0.1016 ( 38.0%) 0.1239 ( 27.8%) 1.8380 ( 46.9%) Import resolution
0.0533 ( 30.0%) 0.0202 ( 7.5%) 0.0735 ( 16.5%) 0.0738 ( 1.9%) build-rewrite-system
0.0019 ( 1.0%) 0.0116 ( 4.3%) 0.0135 ( 3.0%) 0.0599 ( 1.5%) load-stdlib
0.0118 ( 6.7%) 0.0100 ( 3.8%) 0.0219 ( 4.9%) 0.0219 ( 0.6%) import-clang-decl
0.0166 ( 9.3%) 0.0045 ( 1.7%) 0.0211 ( 4.7%) 0.0211 ( 0.5%) SILGen
0.0089 ( 5.0%) 0.0034 ( 1.3%) 0.0123 ( 2.8%) 0.0123 ( 0.3%) perform-sema
0.0089 ( 5.0%) 0.0034 ( 1.3%) 0.0123 ( 2.8%) 0.0123 ( 0.3%) Type checking and Semantic analysis
0.0072 ( 4.0%) 0.0039 ( 1.5%) 0.0111 ( 2.5%) 0.0111 ( 0.3%) IRGen
0.0055 ( 3.1%) 0.0025 ( 0.9%) 0.0080 ( 1.8%) 0.0080 ( 0.2%) typecheck-decl
0.0038 ( 2.1%) 0.0011 ( 0.4%) 0.0049 ( 1.1%) 0.0049 ( 0.1%) typecheck-expr
0.0038 ( 2.1%) 0.0011 ( 0.4%) 0.0049 ( 1.1%) 0.0049 ( 0.1%) typecheck-stmt
0.0039 ( 2.2%) 0.0009 ( 0.3%) 0.0048 ( 1.1%) 0.0049 ( 0.1%) SILGen-function
0.0046 ( 2.6%) 0.0001 ( 0.0%) 0.0047 ( 1.1%) 0.0047 ( 0.1%) SIL optimization
0.0011 ( 0.6%) 0.0003 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) precheck-target
0.0007 ( 0.4%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1775 (100.0%) 0.2675 (100.0%) 0.4450 (100.0%) 3.9201 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5390 seconds (3.3951 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6670 (100.0%) 0.8720 (100.0%) 1.5390 (100.0%) 3.3951 (100.0%) Building Target
0.6670 (100.0%) 0.8720 (100.0%) 1.5390 (100.0%) 3.3951 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/JSONWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManaging.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ WebRequestSession.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Session/WebRequestSession.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261510687-swift-frontend-WebRequest-WebRequestSession.swift-arm64_apple_ios12.1-o-Onone-2663907627.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3850 seconds (3.3854 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0210 ( 14.9%) 0.0946 ( 38.8%) 0.1156 ( 30.0%) 1.5917 ( 47.0%) parse-and-resolve-imports
0.0203 ( 14.4%) 0.0938 ( 38.4%) 0.1140 ( 29.6%) 1.5902 ( 47.0%) Import resolution
0.0819 ( 58.1%) 0.0297 ( 12.2%) 0.1116 ( 29.0%) 0.1115 ( 3.3%) build-rewrite-system
0.0019 ( 1.3%) 0.0119 ( 4.9%) 0.0138 ( 3.6%) 0.0614 ( 1.8%) load-stdlib
0.0122 ( 8.6%) 0.0110 ( 4.5%) 0.0231 ( 6.0%) 0.0238 ( 0.7%) import-clang-decl
0.0015 ( 1.1%) 0.0020 ( 0.8%) 0.0036 ( 0.9%) 0.0036 ( 0.1%) IRGen
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 0.0010 ( 0.0%) load-all-members
0.0005 ( 0.4%) 0.0003 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) perform-sema
0.0005 ( 0.3%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) Type checking and Semantic analysis
0.0004 ( 0.3%) 0.0002 ( 0.1%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) typecheck-decl
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%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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%) SIL verification, pre-optimization
0.1410 (100.0%) 0.2440 (100.0%) 0.3850 (100.0%) 3.3854 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7599 seconds (3.3828 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8595 (100.0%) 0.9005 (100.0%) 1.7599 (100.0%) 3.3828 (100.0%) Building Target
0.8595 (100.0%) 0.9005 (100.0%) 1.7599 (100.0%) 3.3828 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Session/WebRequestSession.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ WebRequest+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+Result.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+Result.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261512113-swift-frontend-WebRequest-WebRequest_Result.swift-arm64_apple_ios12.1-o-Onone-3636937648.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4671 seconds (3.3033 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0208 ( 10.6%) 0.0954 ( 35.1%) 0.1162 ( 24.9%) 1.5089 ( 45.7%) parse-and-resolve-imports
0.0201 ( 10.3%) 0.0947 ( 34.9%) 0.1149 ( 24.6%) 1.5076 ( 45.6%) Import resolution
0.0842 ( 43.1%) 0.0287 ( 10.6%) 0.1129 ( 24.2%) 0.1129 ( 3.4%) build-rewrite-system
0.0019 ( 1.0%) 0.0112 ( 4.1%) 0.0131 ( 2.8%) 0.0602 ( 1.8%) load-stdlib
0.0121 ( 6.2%) 0.0112 ( 4.1%) 0.0233 ( 5.0%) 0.0239 ( 0.7%) import-clang-decl
0.0134 ( 6.9%) 0.0053 ( 1.9%) 0.0187 ( 4.0%) 0.0187 ( 0.6%) perform-sema
0.0133 ( 6.8%) 0.0053 ( 1.9%) 0.0186 ( 4.0%) 0.0186 ( 0.6%) Type checking and Semantic analysis
0.0129 ( 6.6%) 0.0051 ( 1.9%) 0.0180 ( 3.8%) 0.0180 ( 0.5%) typecheck-decl
0.0036 ( 1.8%) 0.0077 ( 2.8%) 0.0113 ( 2.4%) 0.0139 ( 0.4%) SILGen
0.0032 ( 1.6%) 0.0046 ( 1.7%) 0.0078 ( 1.7%) 0.0083 ( 0.3%) IRGen
0.0027 ( 1.4%) 0.0003 ( 0.1%) 0.0030 ( 0.6%) 0.0030 ( 0.1%) SIL optimization
0.0021 ( 1.1%) 0.0005 ( 0.2%) 0.0025 ( 0.5%) 0.0026 ( 0.1%) SILGen-function
0.0016 ( 0.8%) 0.0007 ( 0.2%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) typecheck-expr
0.0014 ( 0.7%) 0.0004 ( 0.1%) 0.0018 ( 0.4%) 0.0018 ( 0.1%) typecheck-stmt
0.0010 ( 0.5%) 0.0005 ( 0.2%) 0.0014 ( 0.3%) 0.0014 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr-pattern
0.0003 ( 0.1%) 0.0000 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) precheck-target
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.1954 (100.0%) 0.2717 (100.0%) 0.4671 (100.0%) 3.3033 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8262 seconds (3.3813 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8822 (100.0%) 0.9440 (100.0%) 1.8262 (100.0%) 3.3813 (100.0%) Building Target
0.8822 (100.0%) 0.9440 (100.0%) 1.8262 (100.0%) 3.3813 (100.0%) Total
SwiftCompile normal arm64 Compiling\ WebRequestManager.swift,\ WebRequestEndpoint.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequestEndpoint.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261509017-swift-frontend-WebRequest-WebRequestManager.swift-arm64_apple_ios12.1-o-Onone-1196294053.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6678 seconds (3.6926 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0219 ( 6.0%) 0.0998 ( 33.3%) 0.1218 ( 18.2%) 1.6083 ( 43.6%) parse-and-resolve-imports
0.0212 ( 5.8%) 0.0991 ( 33.0%) 0.1203 ( 18.0%) 1.6068 ( 43.5%) Import resolution
0.0796 ( 21.6%) 0.0291 ( 9.7%) 0.1086 ( 16.3%) 0.1089 ( 2.9%) build-rewrite-system
0.0017 ( 0.5%) 0.0090 ( 3.0%) 0.0107 ( 1.6%) 0.0617 ( 1.7%) load-stdlib
0.0496 ( 13.5%) 0.0116 ( 3.9%) 0.0612 ( 9.2%) 0.0613 ( 1.7%) perform-sema
0.0495 ( 13.5%) 0.0116 ( 3.9%) 0.0611 ( 9.1%) 0.0612 ( 1.7%) Type checking and Semantic analysis
0.0331 ( 9.0%) 0.0067 ( 2.2%) 0.0398 ( 6.0%) 0.0398 ( 1.1%) typecheck-stmt
0.0250 ( 6.8%) 0.0054 ( 1.8%) 0.0304 ( 4.6%) 0.0305 ( 0.8%) typecheck-expr
0.0234 ( 6.4%) 0.0069 ( 2.3%) 0.0303 ( 4.5%) 0.0303 ( 0.8%) typecheck-decl
0.0129 ( 3.5%) 0.0106 ( 3.5%) 0.0235 ( 3.5%) 0.0236 ( 0.6%) import-clang-decl
0.0135 ( 3.7%) 0.0030 ( 1.0%) 0.0165 ( 2.5%) 0.0165 ( 0.4%) SILGen
0.0118 ( 3.2%) 0.0026 ( 0.9%) 0.0144 ( 2.2%) 0.0145 ( 0.4%) precheck-target
0.0094 ( 2.6%) 0.0035 ( 1.2%) 0.0129 ( 1.9%) 0.0129 ( 0.3%) IRGen
0.0079 ( 2.1%) 0.0000 ( 0.0%) 0.0079 ( 1.2%) 0.0079 ( 0.2%) SIL optimization
0.0060 ( 1.6%) 0.0011 ( 0.4%) 0.0071 ( 1.1%) 0.0071 ( 0.2%) SILGen-function
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) typecheck-for-each
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3675 (100.0%) 0.3003 (100.0%) 0.6678 (100.0%) 3.6926 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7697 seconds (3.3945 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9248 (100.0%) 0.8449 (100.0%) 1.7697 (100.0%) 3.3945 (100.0%) Building Target
0.9248 (100.0%) 0.8449 (100.0%) 1.7697 (100.0%) 3.3945 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:50:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WebRequestManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = WebRequestManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:8:14: note: class 'WebRequestManager' does not conform to the 'Sendable' protocol
public class WebRequestManager: WebRequestManaging {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:50:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = WebRequestManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = WebRequestManager()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:144:26: warning: capture of 'wrapper' with non-sendable type 'WebRequestManager.Wrapper' in a '@Sendable' closure
try? wrapper.execute()
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager+State.swift:13:11: note: class 'Wrapper' does not conform to the 'Sendable' protocol
class Wrapper: Hashable {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:178:13: warning: capture of 'self' with non-sendable type 'WebRequestManager' in a '@Sendable' closure
self.sessionProvider.refresh()
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:8:14: note: class 'WebRequestManager' does not conform to the 'Sendable' protocol
public class WebRequestManager: WebRequestManaging {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:164:17: warning: sending 'self' risks causing data races; this is an error in the Swift 6 language mode
self.notificationCenter.post(self.UnauthorizedResponseNotification)
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:164:17: note: task-isolated 'self' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
self.notificationCenter.post(self.UnauthorizedResponseNotification)
^~~~
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequestEndpoint.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ WebRequestSessionProviding.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Session/WebRequestSessionProviding.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261506735-swift-frontend-WebRequest-WebRequestSessionProviding.swift-arm64_apple_ios12.1-o-Onone-1409785959.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3921 seconds (4.0421 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0270 ( 19.9%) 0.1044 ( 40.8%) 0.1314 ( 33.5%) 1.9444 ( 48.1%) parse-and-resolve-imports
0.0263 ( 19.3%) 0.1034 ( 40.4%) 0.1297 ( 33.1%) 1.9427 ( 48.1%) Import resolution
0.0525 ( 38.6%) 0.0202 ( 7.9%) 0.0728 ( 18.6%) 0.0731 ( 1.8%) build-rewrite-system
0.0120 ( 8.8%) 0.0140 ( 5.5%) 0.0259 ( 6.6%) 0.0495 ( 1.2%) load-stdlib
0.0117 ( 8.6%) 0.0103 ( 4.0%) 0.0220 ( 5.6%) 0.0221 ( 0.5%) import-clang-decl
0.0015 ( 1.1%) 0.0021 ( 0.8%) 0.0036 ( 0.9%) 0.0036 ( 0.1%) IRGen
0.0014 ( 1.1%) 0.0005 ( 0.2%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) perform-sema
0.0014 ( 1.0%) 0.0005 ( 0.2%) 0.0019 ( 0.5%) 0.0019 ( 0.0%) Type checking and Semantic analysis
0.0013 ( 1.0%) 0.0004 ( 0.2%) 0.0018 ( 0.5%) 0.0018 ( 0.0%) typecheck-decl
0.0008 ( 0.6%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SILGen
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 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, 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.1360 (100.0%) 0.2560 (100.0%) 0.3921 (100.0%) 4.0421 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4529 seconds (3.3872 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6088 (100.0%) 0.8441 (100.0%) 1.4529 (100.0%) 3.3872 (100.0%) Building Target
0.6088 (100.0%) 0.8441 (100.0%) 1.4529 (100.0%) 3.3872 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Session/WebRequestSessionProviding.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ WebRequest (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261507437-swift-frontend-WebRequest-all-arm64_apple_ios12.1-swiftmodule-Onone-4016404156.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4898 seconds (3.3538 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0224 ( 9.9%) 0.1002 ( 37.9%) 0.1226 ( 25.0%) 1.5276 ( 45.5%) parse-and-resolve-imports
0.0219 ( 9.7%) 0.0995 ( 37.6%) 0.1214 ( 24.8%) 1.5264 ( 45.5%) Import resolution
0.0018 ( 0.8%) 0.0126 ( 4.8%) 0.0144 ( 2.9%) 0.0662 ( 2.0%) load-stdlib
0.0381 ( 16.9%) 0.0091 ( 3.4%) 0.0472 ( 9.6%) 0.0472 ( 1.4%) perform-sema
0.0378 ( 16.7%) 0.0090 ( 3.4%) 0.0468 ( 9.5%) 0.0468 ( 1.4%) Type checking and Semantic analysis
0.0373 ( 16.5%) 0.0088 ( 3.3%) 0.0461 ( 9.4%) 0.0461 ( 1.4%) typecheck-decl
0.0162 ( 7.2%) 0.0034 ( 1.3%) 0.0196 ( 4.0%) 0.0196 ( 0.6%) SILGen
0.0109 ( 4.8%) 0.0067 ( 2.5%) 0.0176 ( 3.6%) 0.0186 ( 0.6%) SIL optimization
0.0099 ( 4.4%) 0.0023 ( 0.9%) 0.0122 ( 2.5%) 0.0122 ( 0.4%) typecheck-expr
0.0076 ( 3.4%) 0.0015 ( 0.6%) 0.0091 ( 1.9%) 0.0091 ( 0.3%) SILGen-function
0.0025 ( 1.1%) 0.0048 ( 1.8%) 0.0073 ( 1.5%) 0.0083 ( 0.2%) Serialization, swiftmodule
0.0041 ( 1.8%) 0.0034 ( 1.3%) 0.0075 ( 1.5%) 0.0075 ( 0.2%) import-clang-decl
0.0052 ( 2.3%) 0.0012 ( 0.4%) 0.0063 ( 1.3%) 0.0063 ( 0.2%) build-rewrite-system
0.0039 ( 1.7%) 0.0008 ( 0.3%) 0.0048 ( 1.0%) 0.0048 ( 0.1%) typecheck-stmt
0.0020 ( 0.9%) 0.0003 ( 0.1%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) typecheck-expr-pattern
0.0015 ( 0.7%) 0.0002 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.1%) precheck-target
0.0009 ( 0.4%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0010 ( 0.5%) 0.0002 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Serialization, swiftdoc
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) perform-whole-module-type-checking
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.2255 (100.0%) 0.2643 (100.0%) 0.4898 (100.0%) 3.3538 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2416 seconds (1.6999 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1047 (100.0%) 0.1369 (100.0%) 0.2416 (100.0%) 1.6999 (100.0%) Building Target
0.1047 (100.0%) 0.1369 (100.0%) 0.2416 (100.0%) 1.6999 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: warning: static property 'isDisabled' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var isDisabled: Bool = false
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: note: convert 'isDisabled' to a 'let' constant to make 'Sendable' shared state immutable
public static var isDisabled: Bool = false
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: note: add '@MainActor' to make static property 'isDisabled' part of global actor 'MainActor'
public static var isDisabled: Bool = false
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var isDisabled: Bool = false
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: warning: static property 'timeout' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
public static var timeout: TimeInterval = 60.0
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: note: convert 'timeout' to a 'let' constant to make 'Sendable' shared state immutable
public static var timeout: TimeInterval = 60.0
~~~ ^
let
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: note: add '@MainActor' to make static property 'timeout' part of global actor 'MainActor'
public static var timeout: TimeInterval = 60.0
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/HTTPWebRequestDelivery.swift:6:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static var timeout: TimeInterval = 60.0
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/ProgressFileDownloadWebRequestDelivery.swift:3:12: warning: non-final class 'ProgressFileDownloadWebRequestDelivery' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
open class ProgressFileDownloadWebRequestDelivery: FileDownloadWebRequestDelivery {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:50:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'WebRequestManager' may have shared mutable state; this is an error in the Swift 6 language mode
public static let shared = WebRequestManager()
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:8:14: note: class 'WebRequestManager' does not conform to the 'Sendable' protocol
public class WebRequestManager: WebRequestManaging {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:50:23: note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
public static let shared = WebRequestManager()
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Manager/WebRequestManager.swift:50:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let shared = WebRequestManager()
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift:3:12: warning: non-final class 'FileDownloadWebRequestDelivery' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
open class FileDownloadWebRequestDelivery : HTTPWebRequestDelivery, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift:3:12: warning: 'Sendable' class 'FileDownloadWebRequestDelivery' cannot inherit from another class other than 'NSObject'; this is an error in the Swift 6 language mode
open class FileDownloadWebRequestDelivery : HTTPWebRequestDelivery, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift:5:14: warning: stored property 'targetURL' of 'Sendable'-conforming class 'FileDownloadWebRequestDelivery' is mutable; this is an error in the Swift 6 language mode
open var targetURL : URL
^
SwiftCompile normal arm64 Compiling\ FileDownloadWebRequestDelivery.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676261511586-swift-frontend-WebRequest-FileDownloadWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-1816931562.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4971 seconds (3.3867 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0214 ( 9.0%) 0.0910 ( 35.2%) 0.1124 ( 22.6%) 1.5346 ( 45.3%) parse-and-resolve-imports
0.0206 ( 8.7%) 0.0903 ( 34.9%) 0.1109 ( 22.3%) 1.5332 ( 45.3%) Import resolution
0.0778 ( 32.6%) 0.0289 ( 11.2%) 0.1067 ( 21.5%) 0.1066 ( 3.1%) build-rewrite-system
0.0017 ( 0.7%) 0.0078 ( 3.0%) 0.0095 ( 1.9%) 0.0545 ( 1.6%) load-stdlib
0.0200 ( 8.4%) 0.0064 ( 2.5%) 0.0264 ( 5.3%) 0.0265 ( 0.8%) perform-sema
0.0199 ( 8.3%) 0.0064 ( 2.5%) 0.0263 ( 5.3%) 0.0263 ( 0.8%) Type checking and Semantic analysis
0.0129 ( 5.4%) 0.0099 ( 3.8%) 0.0228 ( 4.6%) 0.0228 ( 0.7%) import-clang-decl
0.0122 ( 5.1%) 0.0045 ( 1.7%) 0.0167 ( 3.4%) 0.0167 ( 0.5%) typecheck-decl
0.0108 ( 4.6%) 0.0030 ( 1.2%) 0.0138 ( 2.8%) 0.0139 ( 0.4%) typecheck-stmt
0.0107 ( 4.5%) 0.0030 ( 1.1%) 0.0136 ( 2.7%) 0.0137 ( 0.4%) typecheck-expr
0.0078 ( 3.3%) 0.0045 ( 1.8%) 0.0123 ( 2.5%) 0.0124 ( 0.4%) IRGen
0.0085 ( 3.6%) 0.0020 ( 0.8%) 0.0105 ( 2.1%) 0.0105 ( 0.3%) SILGen
0.0069 ( 2.9%) 0.0001 ( 0.0%) 0.0070 ( 1.4%) 0.0070 ( 0.2%) SIL optimization
0.0039 ( 1.7%) 0.0006 ( 0.2%) 0.0046 ( 0.9%) 0.0046 ( 0.1%) SILGen-function
0.0019 ( 0.8%) 0.0002 ( 0.1%) 0.0021 ( 0.4%) 0.0021 ( 0.1%) precheck-target
0.0009 ( 0.4%) 0.0003 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-whole-module-type-checking
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 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.2382 (100.0%) 0.2589 (100.0%) 0.4971 (100.0%) 3.3867 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8056 seconds (3.3834 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9044 (100.0%) 0.9012 (100.0%) 1.8056 (100.0%) 3.3834 (100.0%) Building Target
0.9044 (100.0%) 0.9012 (100.0%) 1.8056 (100.0%) 3.3834 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift:3:12: warning: non-final class 'FileDownloadWebRequestDelivery' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
open class FileDownloadWebRequestDelivery : HTTPWebRequestDelivery, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift:3:12: warning: 'Sendable' class 'FileDownloadWebRequestDelivery' cannot inherit from another class other than 'NSObject'; this is an error in the Swift 6 language mode
open class FileDownloadWebRequestDelivery : HTTPWebRequestDelivery, URLSessionDownloadDelegate {
^
/Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/FileDownloadWebRequestDelivery.swift:5:14: warning: stored property 'targetURL' of 'Sendable'-conforming class 'FileDownloadWebRequestDelivery' is mutable; this is an error in the Swift 6 language mode
open var targetURL : URL
^
SwiftCompile normal arm64 Compiling\ MultipartFormUploadWebRequestDelivery.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/MultipartFormUploadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676263274493-swift-frontend-WebRequest-MultipartFormUploadWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-1697772141.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3531 seconds (0.3541 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0808 ( 33.4%) 0.0315 ( 28.3%) 0.1123 ( 31.8%) 0.1124 ( 31.7%) build-rewrite-system
0.0183 ( 7.6%) 0.0174 ( 15.6%) 0.0357 ( 10.1%) 0.0357 ( 10.1%) parse-and-resolve-imports
0.0176 ( 7.3%) 0.0164 ( 14.7%) 0.0340 ( 9.6%) 0.0340 ( 9.6%) Import resolution
0.0239 ( 9.9%) 0.0080 ( 7.1%) 0.0318 ( 9.0%) 0.0319 ( 9.0%) perform-sema
0.0238 ( 9.9%) 0.0079 ( 7.1%) 0.0318 ( 9.0%) 0.0318 ( 9.0%) Type checking and Semantic analysis
0.0120 ( 5.0%) 0.0100 ( 9.0%) 0.0220 ( 6.2%) 0.0227 ( 6.4%) import-clang-decl
0.0155 ( 6.4%) 0.0055 ( 4.9%) 0.0210 ( 5.9%) 0.0210 ( 5.9%) typecheck-decl
0.0122 ( 5.0%) 0.0034 ( 3.1%) 0.0156 ( 4.4%) 0.0157 ( 4.4%) typecheck-stmt
0.0098 ( 4.0%) 0.0028 ( 2.5%) 0.0126 ( 3.6%) 0.0126 ( 3.6%) typecheck-expr
0.0100 ( 4.1%) 0.0023 ( 2.0%) 0.0123 ( 3.5%) 0.0123 ( 3.5%) SILGen
0.0049 ( 2.0%) 0.0034 ( 3.0%) 0.0083 ( 2.3%) 0.0083 ( 2.3%) IRGen
0.0051 ( 2.1%) 0.0010 ( 0.9%) 0.0061 ( 1.7%) 0.0061 ( 1.7%) SILGen-function
0.0049 ( 2.0%) 0.0001 ( 0.1%) 0.0050 ( 1.4%) 0.0050 ( 1.4%) SIL optimization
0.0010 ( 0.4%) 0.0013 ( 1.2%) 0.0023 ( 0.6%) 0.0023 ( 0.6%) load-stdlib
0.0006 ( 0.3%) 0.0003 ( 0.3%) 0.0010 ( 0.3%) 0.0010 ( 0.3%) load-all-members
0.0006 ( 0.3%) 0.0000 ( 0.0%) 0.0007 ( 0.2%) 0.0007 ( 0.2%) precheck-target
0.0005 ( 0.2%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.2%) typecheck-expr-pattern
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2417 (100.0%) 0.1114 (100.0%) 0.3531 (100.0%) 0.3541 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5394 seconds (1.6229 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8253 (100.0%) 0.7141 (100.0%) 1.5394 (100.0%) 1.6229 (100.0%) Building Target
0.8253 (100.0%) 0.7141 (100.0%) 1.5394 (100.0%) 1.6229 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/Delivery/MultipartFormUploadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for WebRequest (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriver\ Compilation\ Requirements WebRequest-iOS normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WebRequest-iOS' from project 'WebRequest')
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 WebRequest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.1 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS-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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-973ea4d897faa4642451e9c45377392c-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling WebRequestSessionProviding.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-Swift.h (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.swiftmodule (in target 'WebRequest-iOS' from project 'WebRequest')
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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.swiftdoc (in target 'WebRequest-iOS' from project 'WebRequest')
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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.abi.json (in target 'WebRequest-iOS' from project 'WebRequest')
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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.swiftsourceinfo (in target 'WebRequest-iOS' from project 'WebRequest')
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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-iOS_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o.scan -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-iOS_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o -index-unit-output-path /WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling JSONWebRequestDelivery.swift, WebRequestManaging.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling WebRequestSession.swift (in target 'WebRequest-iOS' from project 'WebRequest')
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-iOS_vers.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Werror\=return-type -Wdocumentation -Wunreachable-code -Wquoted-include-in-framework-header -Werror\=deprecated-objc-isa-usage -Werror\=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion -Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -Wunguarded-availability -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.dia -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/WebRequest-iOS_vers.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o -index-unit-output-path /WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_vers.o
SwiftDriverJobDiscovery normal arm64 Compiling FileDownloadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling WebRequestManager+State.swift, BasicHTTPResultValidator.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling WebRequestManager.swift, WebRequestEndpoint.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling HTTPWebRequestDelivery.swift, ProgressFileDownloadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling MultipartFormUploadWebRequestDelivery.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling WebRequest.swift, WebRequest+URLEncoder.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling WebRequest+Result.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriver\ Compilation WebRequest-iOS normal arm64 com.apple.xcode.tools.swift.compiler (in target 'WebRequest-iOS' from project 'WebRequest')
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 WebRequest -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftFileList -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios12.1 -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 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS-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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest.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/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_const_extract_protocols.json -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-generated-files.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-own-target-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-973ea4d897faa4642451e9c45377392c-VFS-iphoneos/all-product-headers.yaml -Xcc -iquote -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS-project-headers.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Libtool /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/libWebRequest-iOS.a normal (in target 'WebRequest-iOS' from project 'WebRequest')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool -static -arch_only arm64 -D -syslibroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.LinkFileList -dependency_info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_libtool_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/libWebRequest-iOS.a
ExtractAppIntentsMetadata (in target 'WebRequest-iOS' from project 'WebRequest')
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 WebRequest --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 12.1 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/WebRequest.appintents --target-triple arm64-apple-ios12.1 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/libWebRequest-iOS.a --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS_libtool_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/WebRequest-iOS.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/WebRequest.build/Debug-iphoneos/WebRequest-iOS.build/Objects-normal/arm64/WebRequest-iOS.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 07:04:25.348 appintentsmetadataprocessor[707:4056] Starting appintentsmetadataprocessor export
2025-04-26 07:04:25.387 appintentsmetadataprocessor[707:4056] Extracted no relevant App Intents symbols, skipping writing output
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "WebRequest",
"name" : "WebRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "WebRequest",
"targets" : [
"WebRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebRequestTests",
"module_type" : "SwiftTarget",
"name" : "WebRequestTests",
"path" : "Tests/WebRequestTests",
"sources" : [
"Delivery/JSONWebRequestDeliveryTests.swift",
"Delivery/ProgressFileDownloadWebRequestDeliveryTests.swift",
"Doubles/MockEndpoint.swift",
"Doubles/MockNotificationCenter.swift",
"Doubles/MockURLSession.swift",
"Doubles/MockWebRequestDelivery.swift",
"Doubles/MockWebRequestSession.swift",
"Doubles/MockWebRequestSessionProvider.swift",
"Helpers/TestHTTPServer.swift",
"Manager/WebRequestManagerTests.swift",
"Validating/BasicHTTPResultValidatorTests.swift",
"WebRequestTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"WebRequest"
],
"type" : "test"
},
{
"c99name" : "WebRequest",
"module_type" : "SwiftTarget",
"name" : "WebRequest",
"path" : "Sources/WebRequest",
"product_memberships" : [
"WebRequest"
],
"sources" : [
"Delivery/FileDownloadWebRequestDelivery.swift",
"Delivery/HTTPWebRequestDelivery.swift",
"Delivery/JSONWebRequestDelivery.swift",
"Delivery/MultipartFormUploadWebRequestDelivery.swift",
"Delivery/ProgressFileDownloadWebRequestDelivery.swift",
"Manager/WebRequestManager+State.swift",
"Manager/WebRequestManager.swift",
"Manager/WebRequestManaging.swift",
"Session/WebRequestSession.swift",
"Session/WebRequestSessionProviding.swift",
"Validating/BasicHTTPResultValidator.swift",
"WebRequest+Result.swift",
"WebRequest+URLEncoder.swift",
"WebRequest.swift",
"WebRequestEndpoint.swift"
],
"type" : "library"
}
],
"tools_version" : "4.2"
}
Done.