Build Information
Successful build of WebRequest, reference master (4d8277
), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 14:06:08 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/quickthyme/webrequest
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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/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/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/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
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
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-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-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.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.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.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/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/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.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.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-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\ 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-1745676363899127-swift-frontend-WebRequest-WebRequest.swift-arm64_apple_ios12.1-o-Onone-2185986805.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5195 seconds (3.5604 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 7.9%) 0.0835 ( 32.6%) 0.1044 ( 20.1%) 1.6042 ( 45.1%) parse-and-resolve-imports
0.0202 ( 7.7%) 0.0827 ( 32.3%) 0.1030 ( 19.8%) 1.6028 ( 45.0%) Import resolution
0.0808 ( 30.7%) 0.0310 ( 12.1%) 0.1118 ( 21.5%) 0.1117 ( 3.1%) build-rewrite-system
0.0016 ( 0.6%) 0.0123 ( 4.8%) 0.0140 ( 2.7%) 0.0551 ( 1.5%) load-stdlib
0.0267 ( 10.1%) 0.0085 ( 3.3%) 0.0352 ( 6.8%) 0.0352 ( 1.0%) perform-sema
0.0267 ( 10.1%) 0.0085 ( 3.3%) 0.0351 ( 6.8%) 0.0351 ( 1.0%) Type checking and Semantic analysis
0.0173 ( 6.6%) 0.0059 ( 2.3%) 0.0233 ( 4.5%) 0.0233 ( 0.7%) typecheck-decl
0.0123 ( 4.7%) 0.0098 ( 3.8%) 0.0221 ( 4.3%) 0.0221 ( 0.6%) import-clang-decl
0.0096 ( 3.6%) 0.0057 ( 2.2%) 0.0153 ( 2.9%) 0.0154 ( 0.4%) IRGen
0.0116 ( 4.4%) 0.0030 ( 1.2%) 0.0146 ( 2.8%) 0.0146 ( 0.4%) typecheck-stmt
0.0101 ( 3.9%) 0.0015 ( 0.6%) 0.0116 ( 2.2%) 0.0117 ( 0.3%) SILGen
0.0086 ( 3.2%) 0.0019 ( 0.8%) 0.0105 ( 2.0%) 0.0105 ( 0.3%) typecheck-expr
0.0071 ( 2.7%) 0.0008 ( 0.3%) 0.0079 ( 1.5%) 0.0079 ( 0.2%) SILGen-function
0.0054 ( 2.1%) 0.0001 ( 0.0%) 0.0055 ( 1.1%) 0.0055 ( 0.2%) SIL optimization
0.0020 ( 0.8%) 0.0003 ( 0.1%) 0.0023 ( 0.4%) 0.0023 ( 0.1%) precheck-target
0.0016 ( 0.6%) 0.0002 ( 0.1%) 0.0018 ( 0.3%) 0.0018 ( 0.1%) typecheck-expr-pattern
0.0007 ( 0.3%) 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%) 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%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.2635 (100.0%) 0.2560 (100.0%) 0.5195 (100.0%) 3.5604 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8011 seconds (3.4292 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9267 (100.0%) 0.8744 (100.0%) 1.8011 (100.0%) 3.4292 (100.0%) Building Target
0.9267 (100.0%) 0.8744 (100.0%) 1.8011 (100.0%) 3.4292 (100.0%) Total
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')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676363891796-swift-frontend-WebRequest-HTTPWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-1700725042.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7469 seconds (4.0932 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0209 ( 4.7%) 0.0780 ( 26.1%) 0.0989 ( 13.2%) 1.7459 ( 42.7%) parse-and-resolve-imports
0.0201 ( 4.5%) 0.0769 ( 25.8%) 0.0970 ( 13.0%) 1.7440 ( 42.6%) Import resolution
0.0660 ( 14.7%) 0.0197 ( 6.6%) 0.0857 ( 11.5%) 0.0857 ( 2.1%) perform-sema
0.0659 ( 14.7%) 0.0196 ( 6.6%) 0.0855 ( 11.4%) 0.0855 ( 2.1%) Type checking and Semantic analysis
0.0565 ( 12.6%) 0.0219 ( 7.3%) 0.0784 ( 10.5%) 0.0786 ( 1.9%) build-rewrite-system
0.0016 ( 0.4%) 0.0136 ( 4.5%) 0.0152 ( 2.0%) 0.0670 ( 1.6%) load-stdlib
0.0520 ( 11.6%) 0.0149 ( 5.0%) 0.0669 ( 9.0%) 0.0669 ( 1.6%) typecheck-stmt
0.0480 ( 10.7%) 0.0139 ( 4.6%) 0.0619 ( 8.3%) 0.0619 ( 1.5%) typecheck-expr
0.0428 ( 9.6%) 0.0137 ( 4.6%) 0.0565 ( 7.6%) 0.0565 ( 1.4%) typecheck-decl
0.0146 ( 3.3%) 0.0121 ( 4.0%) 0.0266 ( 3.6%) 0.0267 ( 0.7%) import-clang-decl
0.0147 ( 3.3%) 0.0032 ( 1.1%) 0.0178 ( 2.4%) 0.0178 ( 0.4%) SILGen
0.0123 ( 2.8%) 0.0048 ( 1.6%) 0.0172 ( 2.3%) 0.0173 ( 0.4%) IRGen
0.0120 ( 2.7%) 0.0040 ( 1.3%) 0.0160 ( 2.1%) 0.0160 ( 0.4%) precheck-target
0.0091 ( 2.0%) 0.0016 ( 0.5%) 0.0107 ( 1.4%) 0.0107 ( 0.3%) SILGen-function
0.0097 ( 2.2%) 0.0001 ( 0.0%) 0.0098 ( 1.3%) 0.0099 ( 0.2%) SIL optimization
0.0011 ( 0.2%) 0.0005 ( 0.2%) 0.0016 ( 0.2%) 0.0016 ( 0.0%) load-all-members
0.0005 ( 0.1%) 0.0001 ( 0.0%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) typecheck-expr-pattern
0.0002 ( 0.1%) 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%) 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.4483 (100.0%) 0.2987 (100.0%) 0.7469 (100.0%) 4.0932 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6455 seconds (3.4444 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7689 (100.0%) 0.8767 (100.0%) 1.6455 (100.0%) 3.4444 (100.0%) Building Target
0.7689 (100.0%) 0.8767 (100.0%) 1.6455 (100.0%) 3.4444 (100.0%) Total
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 {
^
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')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676363897919-swift-frontend-WebRequest-WebRequestManager.swift-arm64_apple_ios12.1-o-Onone-1151494507.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6315 seconds (3.4748 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0205 ( 5.7%) 0.0803 ( 29.7%) 0.1007 ( 16.0%) 1.4989 ( 43.1%) parse-and-resolve-imports
0.0197 ( 5.5%) 0.0794 ( 29.4%) 0.0991 ( 15.7%) 1.4974 ( 43.1%) Import resolution
0.0816 ( 22.6%) 0.0300 ( 11.1%) 0.1116 ( 17.7%) 0.1116 ( 3.2%) build-rewrite-system
0.0481 ( 13.3%) 0.0124 ( 4.6%) 0.0605 ( 9.6%) 0.0610 ( 1.8%) perform-sema
0.0480 ( 13.3%) 0.0124 ( 4.6%) 0.0603 ( 9.6%) 0.0609 ( 1.8%) Type checking and Semantic analysis
0.0018 ( 0.5%) 0.0131 ( 4.8%) 0.0149 ( 2.4%) 0.0602 ( 1.7%) load-stdlib
0.0326 ( 9.0%) 0.0069 ( 2.5%) 0.0394 ( 6.2%) 0.0394 ( 1.1%) typecheck-stmt
0.0244 ( 6.7%) 0.0057 ( 2.1%) 0.0301 ( 4.8%) 0.0301 ( 0.9%) typecheck-expr
0.0215 ( 6.0%) 0.0078 ( 2.9%) 0.0293 ( 4.6%) 0.0298 ( 0.9%) typecheck-decl
0.0130 ( 3.6%) 0.0103 ( 3.8%) 0.0233 ( 3.7%) 0.0233 ( 0.7%) import-clang-decl
0.0145 ( 4.0%) 0.0035 ( 1.3%) 0.0180 ( 2.9%) 0.0180 ( 0.5%) SILGen
0.0115 ( 3.2%) 0.0023 ( 0.9%) 0.0138 ( 2.2%) 0.0138 ( 0.4%) precheck-target
0.0093 ( 2.6%) 0.0042 ( 1.6%) 0.0135 ( 2.1%) 0.0135 ( 0.4%) IRGen
0.0078 ( 2.2%) 0.0002 ( 0.1%) 0.0080 ( 1.3%) 0.0080 ( 0.2%) SIL optimization
0.0064 ( 1.8%) 0.0011 ( 0.4%) 0.0075 ( 1.2%) 0.0075 ( 0.2%) SILGen-function
0.0007 ( 0.2%) 0.0003 ( 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.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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3617 (100.0%) 0.2698 (100.0%) 0.6315 (100.0%) 3.4748 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8870 seconds (3.4347 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9662 (100.0%) 0.9208 (100.0%) 1.8870 (100.0%) 3.4347 (100.0%) Building Target
0.9662 (100.0%) 0.9208 (100.0%) 1.8870 (100.0%) 3.4347 (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-1745676363903600-swift-frontend-WebRequest-WebRequestManager_State.swift-arm64_apple_ios12.1-o-Onone-3025803596.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5002 seconds (3.3384 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0210 ( 8.7%) 0.0849 ( 33.0%) 0.1060 ( 21.2%) 1.5057 ( 45.1%) parse-and-resolve-imports
0.0205 ( 8.4%) 0.0843 ( 32.8%) 0.1048 ( 21.0%) 1.5045 ( 45.1%) Import resolution
0.0818 ( 33.7%) 0.0298 ( 11.6%) 0.1116 ( 22.3%) 0.1117 ( 3.3%) build-rewrite-system
0.0016 ( 0.7%) 0.0104 ( 4.0%) 0.0120 ( 2.4%) 0.0488 ( 1.5%) load-stdlib
0.0238 ( 9.8%) 0.0099 ( 3.9%) 0.0337 ( 6.7%) 0.0341 ( 1.0%) perform-sema
0.0237 ( 9.8%) 0.0099 ( 3.9%) 0.0336 ( 6.7%) 0.0341 ( 1.0%) Type checking and Semantic analysis
0.0117 ( 4.8%) 0.0093 ( 3.6%) 0.0210 ( 4.2%) 0.0211 ( 0.6%) import-clang-decl
0.0120 ( 4.9%) 0.0079 ( 3.1%) 0.0198 ( 4.0%) 0.0203 ( 0.6%) typecheck-decl
0.0115 ( 4.7%) 0.0021 ( 0.8%) 0.0136 ( 2.7%) 0.0136 ( 0.4%) typecheck-stmt
0.0054 ( 2.2%) 0.0035 ( 1.4%) 0.0089 ( 1.8%) 0.0094 ( 0.3%) IRGen
0.0075 ( 3.1%) 0.0019 ( 0.8%) 0.0094 ( 1.9%) 0.0094 ( 0.3%) SILGen
0.0075 ( 3.1%) 0.0018 ( 0.7%) 0.0093 ( 1.9%) 0.0093 ( 0.3%) typecheck-expr
0.0048 ( 2.0%) 0.0001 ( 0.0%) 0.0049 ( 1.0%) 0.0049 ( 0.1%) SIL optimization
0.0039 ( 1.6%) 0.0005 ( 0.2%) 0.0044 ( 0.9%) 0.0044 ( 0.1%) precheck-target
0.0031 ( 1.3%) 0.0003 ( 0.1%) 0.0034 ( 0.7%) 0.0034 ( 0.1%) typecheck-expr-pattern
0.0022 ( 0.9%) 0.0004 ( 0.2%) 0.0026 ( 0.5%) 0.0026 ( 0.1%) SILGen-function
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2428 (100.0%) 0.2573 (100.0%) 0.5002 (100.0%) 3.3384 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8863 seconds (3.4268 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9552 (100.0%) 0.9311 (100.0%) 1.8863 (100.0%) 3.4268 (100.0%) Building Target
0.9552 (100.0%) 0.9311 (100.0%) 1.8863 (100.0%) 3.4268 (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\ 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-1745676363896559-swift-frontend-WebRequest-WebRequestSession.swift-arm64_apple_ios12.1-o-Onone-3311699835.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3944 seconds (3.2742 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0251 ( 15.4%) 0.0852 ( 36.7%) 0.1103 ( 28.0%) 1.5413 ( 47.1%) parse-and-resolve-imports
0.0245 ( 15.1%) 0.0846 ( 36.5%) 0.1091 ( 27.7%) 1.5401 ( 47.0%) Import resolution
0.0848 ( 52.2%) 0.0307 ( 13.2%) 0.1155 ( 29.3%) 0.1158 ( 3.5%) build-rewrite-system
0.0117 ( 7.2%) 0.0178 ( 7.7%) 0.0294 ( 7.5%) 0.0469 ( 1.4%) load-stdlib
0.0127 ( 7.8%) 0.0104 ( 4.5%) 0.0231 ( 5.9%) 0.0231 ( 0.7%) import-clang-decl
0.0015 ( 0.9%) 0.0026 ( 1.1%) 0.0040 ( 1.0%) 0.0040 ( 0.1%) IRGen
0.0008 ( 0.5%) 0.0003 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) load-all-members
0.0005 ( 0.3%) 0.0001 ( 0.1%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) perform-sema
0.0004 ( 0.3%) 0.0001 ( 0.1%) 0.0006 ( 0.1%) 0.0006 ( 0.0%) Type checking and Semantic analysis
0.0004 ( 0.3%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) typecheck-decl
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%) 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, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1624 (100.0%) 0.2321 (100.0%) 0.3944 (100.0%) 3.2742 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8712 seconds (3.4261 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9104 (100.0%) 0.9608 (100.0%) 1.8712 (100.0%) 3.4261 (100.0%) Building Target
0.9104 (100.0%) 0.9608 (100.0%) 1.8712 (100.0%) 3.4261 (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\ 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-1745676363898462-swift-frontend-WebRequest-WebRequestSessionProviding.swift-arm64_apple_ios12.1-o-Onone-4138535320.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3674 seconds (3.3056 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0202 ( 13.9%) 0.0839 ( 37.7%) 0.1041 ( 28.3%) 1.5486 ( 46.8%) parse-and-resolve-imports
0.0197 ( 13.6%) 0.0832 ( 37.4%) 0.1028 ( 28.0%) 1.5473 ( 46.8%) Import resolution
0.0848 ( 58.5%) 0.0316 ( 14.2%) 0.1164 ( 31.7%) 0.1174 ( 3.6%) build-rewrite-system
0.0016 ( 1.1%) 0.0088 ( 4.0%) 0.0104 ( 2.8%) 0.0585 ( 1.8%) load-stdlib
0.0122 ( 8.4%) 0.0103 ( 4.6%) 0.0224 ( 6.1%) 0.0225 ( 0.7%) import-clang-decl
0.0014 ( 1.0%) 0.0025 ( 1.1%) 0.0039 ( 1.1%) 0.0039 ( 0.1%) IRGen
0.0014 ( 1.0%) 0.0006 ( 0.3%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) perform-sema
0.0014 ( 1.0%) 0.0006 ( 0.3%) 0.0020 ( 0.5%) 0.0020 ( 0.1%) Type checking and Semantic analysis
0.0013 ( 0.9%) 0.0006 ( 0.2%) 0.0019 ( 0.5%) 0.0019 ( 0.1%) typecheck-decl
0.0009 ( 0.6%) 0.0003 ( 0.2%) 0.0013 ( 0.3%) 0.0013 ( 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.0000 ( 0.0%) 0.0000 ( 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%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1449 (100.0%) 0.2224 (100.0%) 0.3674 (100.0%) 3.3056 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8325 seconds (3.4234 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8938 (100.0%) 0.9387 (100.0%) 1.8325 (100.0%) 3.4234 (100.0%) Building Target
0.8938 (100.0%) 0.9387 (100.0%) 1.8325 (100.0%) 3.4234 (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-1745676363898932-swift-frontend-WebRequest-all-arm64_apple_ios12.1-swiftmodule-Onone-2323200649.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4737 seconds (3.4289 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0205 ( 8.8%) 0.0847 ( 35.3%) 0.1051 ( 22.2%) 1.5606 ( 45.5%) parse-and-resolve-imports
0.0198 ( 8.5%) 0.0838 ( 34.9%) 0.1035 ( 21.9%) 1.5590 ( 45.5%) Import resolution
0.0017 ( 0.7%) 0.0109 ( 4.5%) 0.0126 ( 2.7%) 0.0541 ( 1.6%) load-stdlib
0.0414 ( 17.7%) 0.0113 ( 4.7%) 0.0526 ( 11.1%) 0.0527 ( 1.5%) perform-sema
0.0411 ( 17.6%) 0.0112 ( 4.6%) 0.0522 ( 11.0%) 0.0523 ( 1.5%) Type checking and Semantic analysis
0.0406 ( 17.4%) 0.0110 ( 4.6%) 0.0516 ( 10.9%) 0.0516 ( 1.5%) typecheck-decl
0.0163 ( 7.0%) 0.0038 ( 1.6%) 0.0201 ( 4.2%) 0.0201 ( 0.6%) SILGen
0.0108 ( 4.6%) 0.0064 ( 2.7%) 0.0173 ( 3.6%) 0.0186 ( 0.5%) SIL optimization
0.0110 ( 4.7%) 0.0030 ( 1.2%) 0.0140 ( 3.0%) 0.0141 ( 0.4%) typecheck-expr
0.0049 ( 2.1%) 0.0043 ( 1.8%) 0.0093 ( 2.0%) 0.0093 ( 0.3%) import-clang-decl
0.0075 ( 3.2%) 0.0015 ( 0.6%) 0.0090 ( 1.9%) 0.0091 ( 0.3%) SILGen-function
0.0023 ( 1.0%) 0.0045 ( 1.9%) 0.0068 ( 1.4%) 0.0080 ( 0.2%) Serialization, swiftmodule
0.0054 ( 2.3%) 0.0016 ( 0.7%) 0.0070 ( 1.5%) 0.0070 ( 0.2%) build-rewrite-system
0.0039 ( 1.7%) 0.0009 ( 0.4%) 0.0048 ( 1.0%) 0.0048 ( 0.1%) typecheck-stmt
0.0019 ( 0.8%) 0.0003 ( 0.1%) 0.0022 ( 0.5%) 0.0022 ( 0.1%) typecheck-expr-pattern
0.0017 ( 0.7%) 0.0003 ( 0.1%) 0.0020 ( 0.4%) 0.0020 ( 0.1%) precheck-target
0.0011 ( 0.5%) 0.0004 ( 0.2%) 0.0016 ( 0.3%) 0.0016 ( 0.0%) load-all-members
0.0012 ( 0.5%) 0.0001 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 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, post-optimization
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2336 (100.0%) 0.2401 (100.0%) 0.4737 (100.0%) 3.4289 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2274 seconds (1.7257 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1054 (100.0%) 0.1220 (100.0%) 0.2274 (100.0%) 1.7257 (100.0%) Building Target
0.1054 (100.0%) 0.1220 (100.0%) 0.2274 (100.0%) 1.7257 (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\ 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-1745676363905515-swift-frontend-WebRequest-JSONWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-3393442695.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9996 seconds (3.2837 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9930 ( 46.3%) 0.3775 ( 44.1%) 1.3706 ( 45.7%) 1.4887 ( 45.3%) parse-and-resolve-imports
0.9924 ( 46.3%) 0.3760 ( 43.9%) 1.3684 ( 45.6%) 1.4855 ( 45.2%) Import resolution
0.0825 ( 3.9%) 0.0192 ( 2.2%) 0.1017 ( 3.4%) 0.1017 ( 3.1%) build-rewrite-system
0.0016 ( 0.1%) 0.0104 ( 1.2%) 0.0120 ( 0.4%) 0.0482 ( 1.5%) load-stdlib
0.0159 ( 0.7%) 0.0106 ( 1.2%) 0.0265 ( 0.9%) 0.0289 ( 0.9%) SILGen
0.0086 ( 0.4%) 0.0136 ( 1.6%) 0.0222 ( 0.7%) 0.0252 ( 0.8%) perform-sema
0.0086 ( 0.4%) 0.0136 ( 1.6%) 0.0221 ( 0.7%) 0.0251 ( 0.8%) Type checking and Semantic analysis
0.0118 ( 0.5%) 0.0112 ( 1.3%) 0.0229 ( 0.8%) 0.0239 ( 0.7%) import-clang-decl
0.0055 ( 0.3%) 0.0109 ( 1.3%) 0.0164 ( 0.5%) 0.0193 ( 0.6%) typecheck-decl
0.0059 ( 0.3%) 0.0037 ( 0.4%) 0.0096 ( 0.3%) 0.0096 ( 0.3%) IRGen
0.0037 ( 0.2%) 0.0030 ( 0.3%) 0.0066 ( 0.2%) 0.0067 ( 0.2%) typecheck-stmt
0.0037 ( 0.2%) 0.0028 ( 0.3%) 0.0065 ( 0.2%) 0.0065 ( 0.2%) typecheck-expr
0.0041 ( 0.2%) 0.0015 ( 0.2%) 0.0056 ( 0.2%) 0.0059 ( 0.2%) SILGen-function
0.0045 ( 0.2%) 0.0005 ( 0.1%) 0.0050 ( 0.2%) 0.0050 ( 0.2%) SIL optimization
0.0010 ( 0.0%) 0.0011 ( 0.1%) 0.0021 ( 0.1%) 0.0021 ( 0.1%) precheck-target
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.1437 (100.0%) 0.8558 (100.0%) 2.9996 (100.0%) 3.2837 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.1554 seconds (3.4240 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9018 (100.0%) 1.2536 (100.0%) 3.1554 (100.0%) 3.4240 (100.0%) Building Target
1.9018 (100.0%) 1.2536 (100.0%) 3.1554 (100.0%) 3.4240 (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\ 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-1745676363904184-swift-frontend-WebRequest-FileDownloadWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-4001825612.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4741 seconds (3.5117 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0211 ( 8.4%) 0.0692 ( 31.1%) 0.0903 ( 19.0%) 1.5875 ( 45.2%) parse-and-resolve-imports
0.0203 ( 8.1%) 0.0683 ( 30.7%) 0.0886 ( 18.7%) 1.5859 ( 45.2%) Import resolution
0.0821 ( 32.7%) 0.0321 ( 14.4%) 0.1142 ( 24.1%) 0.1144 ( 3.3%) build-rewrite-system
0.0015 ( 0.6%) 0.0092 ( 4.1%) 0.0107 ( 2.3%) 0.0533 ( 1.5%) load-stdlib
0.0221 ( 8.8%) 0.0071 ( 3.2%) 0.0293 ( 6.2%) 0.0293 ( 0.8%) perform-sema
0.0220 ( 8.7%) 0.0071 ( 3.2%) 0.0291 ( 6.1%) 0.0292 ( 0.8%) Type checking and Semantic analysis
0.0142 ( 5.7%) 0.0112 ( 5.0%) 0.0255 ( 5.4%) 0.0255 ( 0.7%) import-clang-decl
0.0130 ( 5.2%) 0.0050 ( 2.2%) 0.0180 ( 3.8%) 0.0181 ( 0.5%) typecheck-decl
0.0124 ( 4.9%) 0.0033 ( 1.5%) 0.0157 ( 3.3%) 0.0157 ( 0.4%) typecheck-stmt
0.0122 ( 4.8%) 0.0033 ( 1.5%) 0.0155 ( 3.3%) 0.0155 ( 0.4%) typecheck-expr
0.0094 ( 3.7%) 0.0023 ( 1.0%) 0.0117 ( 2.5%) 0.0117 ( 0.3%) SILGen
0.0070 ( 2.8%) 0.0033 ( 1.5%) 0.0104 ( 2.2%) 0.0104 ( 0.3%) IRGen
0.0067 ( 2.7%) 0.0001 ( 0.0%) 0.0068 ( 1.4%) 0.0068 ( 0.2%) SIL optimization
0.0040 ( 1.6%) 0.0007 ( 0.3%) 0.0047 ( 1.0%) 0.0047 ( 0.1%) SILGen-function
0.0022 ( 0.9%) 0.0002 ( 0.1%) 0.0023 ( 0.5%) 0.0023 ( 0.1%) precheck-target
0.0008 ( 0.3%) 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%) 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.2514 (100.0%) 0.2227 (100.0%) 0.4741 (100.0%) 3.5117 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7841 seconds (3.4212 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9165 (100.0%) 0.8676 (100.0%) 1.7841 (100.0%) 3.4212 (100.0%) Building Target
0.9165 (100.0%) 0.8676 (100.0%) 1.7841 (100.0%) 3.4212 (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\ WebRequest+Result.swift /Users/admin/builder/spi-builder-workspace/Sources/WebRequest/WebRequest+Result.swift (in target 'WebRequest-iOS' from project 'WebRequest')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745676363890145-swift-frontend-WebRequest-WebRequest_Result.swift-arm64_apple_ios12.1-o-Onone-1945755975.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4656 seconds (3.6450 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0237 ( 11.5%) 0.0911 ( 35.1%) 0.1147 ( 24.6%) 1.6796 ( 46.1%) parse-and-resolve-imports
0.0228 ( 11.1%) 0.0898 ( 34.6%) 0.1126 ( 24.2%) 1.6775 ( 46.0%) Import resolution
0.0817 ( 39.5%) 0.0317 ( 12.2%) 0.1133 ( 24.3%) 0.1135 ( 3.1%) build-rewrite-system
0.0017 ( 0.8%) 0.0138 ( 5.3%) 0.0155 ( 3.3%) 0.0624 ( 1.7%) load-stdlib
0.0128 ( 6.2%) 0.0102 ( 3.9%) 0.0230 ( 4.9%) 0.0230 ( 0.6%) import-clang-decl
0.0154 ( 7.5%) 0.0055 ( 2.1%) 0.0209 ( 4.5%) 0.0215 ( 0.6%) perform-sema
0.0154 ( 7.4%) 0.0055 ( 2.1%) 0.0209 ( 4.5%) 0.0215 ( 0.6%) Type checking and Semantic analysis
0.0146 ( 7.1%) 0.0053 ( 2.0%) 0.0200 ( 4.3%) 0.0206 ( 0.6%) typecheck-decl
0.0036 ( 1.7%) 0.0031 ( 1.2%) 0.0067 ( 1.4%) 0.0067 ( 0.2%) IRGen
0.0041 ( 2.0%) 0.0011 ( 0.4%) 0.0052 ( 1.1%) 0.0052 ( 0.1%) SILGen
0.0019 ( 0.9%) 0.0005 ( 0.2%) 0.0025 ( 0.5%) 0.0030 ( 0.1%) typecheck-expr
0.0024 ( 1.2%) 0.0005 ( 0.2%) 0.0029 ( 0.6%) 0.0029 ( 0.1%) SILGen-function
0.0026 ( 1.3%) 0.0000 ( 0.0%) 0.0027 ( 0.6%) 0.0027 ( 0.1%) SIL optimization
0.0016 ( 0.8%) 0.0004 ( 0.1%) 0.0020 ( 0.4%) 0.0020 ( 0.1%) typecheck-stmt
0.0009 ( 0.5%) 0.0006 ( 0.2%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) load-all-members
0.0008 ( 0.4%) 0.0001 ( 0.0%) 0.0009 ( 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%) 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.2065 (100.0%) 0.2591 (100.0%) 0.4656 (100.0%) 3.6450 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7363 seconds (3.4331 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8671 (100.0%) 0.8692 (100.0%) 1.7363 (100.0%) 3.4331 (100.0%) Building Target
0.8671 (100.0%) 0.8692 (100.0%) 1.7363 (100.0%) 3.4331 (100.0%) Total
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
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-1745676365696643-swift-frontend-WebRequest-MultipartFormUploadWebRequestDelivery.swift-arm64_apple_ios12.1-o-Onone-3927563908.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3954 seconds (0.3972 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0803 ( 30.0%) 0.0283 ( 22.2%) 0.1086 ( 27.5%) 0.1090 ( 27.4%) build-rewrite-system
0.0220 ( 8.2%) 0.0231 ( 18.1%) 0.0451 ( 11.4%) 0.0453 ( 11.4%) parse-and-resolve-imports
0.0213 ( 8.0%) 0.0222 ( 17.4%) 0.0435 ( 11.0%) 0.0437 ( 11.0%) Import resolution
0.0287 ( 10.7%) 0.0101 ( 7.9%) 0.0387 ( 9.8%) 0.0388 ( 9.8%) perform-sema
0.0286 ( 10.7%) 0.0100 ( 7.9%) 0.0386 ( 9.8%) 0.0388 ( 9.8%) Type checking and Semantic analysis
0.0187 ( 7.0%) 0.0074 ( 5.8%) 0.0262 ( 6.6%) 0.0263 ( 6.6%) typecheck-decl
0.0127 ( 4.8%) 0.0104 ( 8.2%) 0.0232 ( 5.9%) 0.0236 ( 5.9%) import-clang-decl
0.0142 ( 5.3%) 0.0037 ( 2.9%) 0.0179 ( 4.5%) 0.0179 ( 4.5%) typecheck-stmt
0.0115 ( 4.3%) 0.0030 ( 2.3%) 0.0144 ( 3.6%) 0.0145 ( 3.6%) typecheck-expr
0.0105 ( 3.9%) 0.0024 ( 1.9%) 0.0130 ( 3.3%) 0.0130 ( 3.3%) SILGen
0.0054 ( 2.0%) 0.0037 ( 2.9%) 0.0091 ( 2.3%) 0.0091 ( 2.3%) IRGen
0.0053 ( 2.0%) 0.0011 ( 0.9%) 0.0064 ( 1.6%) 0.0065 ( 1.6%) SILGen-function
0.0050 ( 1.9%) 0.0001 ( 0.1%) 0.0051 ( 1.3%) 0.0052 ( 1.3%) SIL optimization
0.0010 ( 0.4%) 0.0017 ( 1.3%) 0.0027 ( 0.7%) 0.0027 ( 0.7%) load-stdlib
0.0009 ( 0.3%) 0.0004 ( 0.3%) 0.0012 ( 0.3%) 0.0012 ( 0.3%) load-all-members
0.0008 ( 0.3%) 0.0000 ( 0.0%) 0.0008 ( 0.2%) 0.0008 ( 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.2677 (100.0%) 0.1277 (100.0%) 0.3954 (100.0%) 0.3972 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.5583 seconds (1.6331 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8353 (100.0%) 0.7230 (100.0%) 1.5583 (100.0%) 1.6331 (100.0%) Building Target
0.8353 (100.0%) 0.7230 (100.0%) 1.5583 (100.0%) 1.6331 (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 HTTPWebRequestDelivery.swift, ProgressFileDownloadWebRequestDelivery.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 WebRequestSessionProviding.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling WebRequest+Result.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 WebRequestSession.swift (in target 'WebRequest-iOS' from project 'WebRequest')
SwiftDriverJobDiscovery normal arm64 Compiling JSONWebRequestDelivery.swift, WebRequestManaging.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 FileDownloadWebRequestDelivery.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 WebRequestManager.swift, WebRequestEndpoint.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
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
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:06:07.851 appintentsmetadataprocessor[708:4047] Starting appintentsmetadataprocessor export
2025-04-26 07:06:07.889 appintentsmetadataprocessor[708:4047] 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.