Build Information
Successful build of NetworkSpyKit, reference main (f358ab), with Swift 6.1 for macOS (SPM) on 5 Nov 2025 19:17:34 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/angu-software/NetworkSpyKit.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/angu-software/NetworkSpyKit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at f358ab6 chore: Fix typo in test method name
Cloned https://github.com/angu-software/NetworkSpyKit.git
Revision (git rev-parse @):
f358ab6af2275ce958067c813b6b4bc3c8019c9d
SUCCESS checkout https://github.com/angu-software/NetworkSpyKit.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/angu-software/NetworkSpyKit.git
https://github.com/angu-software/NetworkSpyKit.git
{
"dependencies" : [
],
"manifest_display_name" : "NetworkSpyKit",
"name" : "NetworkSpyKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NetworkSpyKit",
"targets" : [
"NetworkSpyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkSpyKitTests",
"module_type" : "SwiftTarget",
"name" : "NetworkSpyKitTests",
"path" : "Tests/NetworkSpyKitTests",
"sources" : [
"HTTPMessageFormatting/HTTPMessageFormatting+URLRequestTests.swift",
"HTTPMessageFormatting/HTTPMessageFormattingTests.swift",
"HTTPMessageFormatting/HTTPMessageParserTests.swift",
"HTTPMessageFormatting/HTTPMessageSpecMatchingTests.swift",
"InterceptorURLProtocolTests.swift",
"NetworkSpyKitTests.swift",
"NetworkSpyResponseMappingTests.swift",
"NetworkSpyTest.swift",
"SpyRegistryTest.swift",
"TestDoubles/Error+Double.swift",
"TestDoubles/InterceptorBuilder.swift",
"TestDoubles/NetworkClientFake.swift",
"TestDoubles/ProtocolClientSpy.swift",
"TestDoubles/SpyBuilder.swift",
"TestDoubles/URLRequest+Double.swift",
"TestingToolBox/ThreadSafeBox.swift"
],
"target_dependencies" : [
"NetworkSpyKit"
],
"type" : "test"
},
{
"c99name" : "NetworkSpyKit",
"module_type" : "SwiftTarget",
"name" : "NetworkSpyKit",
"path" : "Sources/NetworkSpyKit",
"product_memberships" : [
"NetworkSpyKit"
],
"sources" : [
"Extensions/Array+SafeElementAccess.swift",
"Extensions/String+Lines.swift",
"HTTPMessageComponents/HTTPMessageComponents-StartLine.swift",
"HTTPMessageComponents/HTTPMessageComponents/HTTPMessageComponents+URLRequest.swift",
"HTTPMessageComponents/HTTPMessageComponents/HTTPMessageComponents.swift",
"HTTPMessageComponents/HTTPMessageFormatter/HTTPMessageFormatter+URLRequest.swift",
"HTTPMessageComponents/HTTPMessageFormatter/HTTPMessageFormatter.swift",
"HTTPMessageComponents/Parser/HTTPMessageParser.swift",
"HTTPMessageComponents/Parser/MessageStringParts.swift",
"HTTPMessageComponents/Parser/StartLineParser.swift",
"InterceptorURLProtocol.swift",
"NetworkSpy/NetworkSpy+HTTPURLResponse.swift",
"NetworkSpy/NetworkSpy.swift",
"NetworkSpyKit.swift",
"Request/Request.swift",
"Request/URLRequest+ResolveHTTPBodyStream.swift",
"RequestRecorder.swift",
"Response/CommonResponses/StubResponse+JSON.swift",
"Response/CommonResponses/StubbedResponse+2xx.swift",
"Response/CommonResponses/StubbedResponse+4xx.swift",
"Response/CommonResponses/StubbedResponse+5xx.swift",
"Response/Response+TeaPot.swift",
"Response/StubbedResponse.swift",
"SafeResponseStore.swift",
"SafeValueStore.swift",
"SpyRegistry/SpyRegistry+URLRequest.swift",
"SpyRegistry/SypRegistry.swift",
"StreamReader.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/29] Emitting module NetworkSpyKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[4/31] Compiling NetworkSpyKit SypRegistry.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[5/31] Compiling NetworkSpyKit StreamReader.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[6/31] Compiling NetworkSpyKit StubbedResponse+2xx.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[7/31] Compiling NetworkSpyKit StubbedResponse+4xx.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[8/31] Compiling NetworkSpyKit StubbedResponse+5xx.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[9/31] Compiling NetworkSpyKit Array+SafeElementAccess.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[10/31] Compiling NetworkSpyKit String+Lines.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[11/31] Compiling NetworkSpyKit HTTPMessageComponents-StartLine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[12/31] Compiling NetworkSpyKit Response+TeaPot.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/31] Compiling NetworkSpyKit StubbedResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/31] Compiling NetworkSpyKit SafeResponseStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/31] Compiling NetworkSpyKit URLRequest+ResolveHTTPBodyStream.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[16/31] Compiling NetworkSpyKit RequestRecorder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[17/31] Compiling NetworkSpyKit StubResponse+JSON.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[18/31] Compiling NetworkSpyKit NetworkSpy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[19/31] Compiling NetworkSpyKit NetworkSpyKit.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[20/31] Compiling NetworkSpyKit Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[21/31] Compiling NetworkSpyKit HTTPMessageFormatter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[22/31] Compiling NetworkSpyKit HTTPMessageParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[23/31] Compiling NetworkSpyKit MessageStringParts.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[24/31] Compiling NetworkSpyKit SafeValueStore.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[25/31] Compiling NetworkSpyKit SpyRegistry+URLRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[26/31] Compiling NetworkSpyKit HTTPMessageComponents+URLRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[27/31] Compiling NetworkSpyKit HTTPMessageComponents.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[28/31] Compiling NetworkSpyKit HTTPMessageFormatter+URLRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[29/31] Compiling NetworkSpyKit StartLineParser.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[30/31] Compiling NetworkSpyKit InterceptorURLProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[31/31] Compiling NetworkSpyKit NetworkSpy+HTTPURLResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Build complete! (5.88s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "NetworkSpyKit",
"name" : "NetworkSpyKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "NetworkSpyKit",
"targets" : [
"NetworkSpyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkSpyKitTests",
"module_type" : "SwiftTarget",
"name" : "NetworkSpyKitTests",
"path" : "Tests/NetworkSpyKitTests",
"sources" : [
"HTTPMessageFormatting/HTTPMessageFormatting+URLRequestTests.swift",
"HTTPMessageFormatting/HTTPMessageFormattingTests.swift",
"HTTPMessageFormatting/HTTPMessageParserTests.swift",
"HTTPMessageFormatting/HTTPMessageSpecMatchingTests.swift",
"InterceptorURLProtocolTests.swift",
"NetworkSpyKitTests.swift",
"NetworkSpyResponseMappingTests.swift",
"NetworkSpyTest.swift",
"SpyRegistryTest.swift",
"TestDoubles/Error+Double.swift",
"TestDoubles/InterceptorBuilder.swift",
"TestDoubles/NetworkClientFake.swift",
"TestDoubles/ProtocolClientSpy.swift",
"TestDoubles/SpyBuilder.swift",
"TestDoubles/URLRequest+Double.swift",
"TestingToolBox/ThreadSafeBox.swift"
],
"target_dependencies" : [
"NetworkSpyKit"
],
"type" : "test"
},
{
"c99name" : "NetworkSpyKit",
"module_type" : "SwiftTarget",
"name" : "NetworkSpyKit",
"path" : "Sources/NetworkSpyKit",
"product_memberships" : [
"NetworkSpyKit"
],
"sources" : [
"Extensions/Array+SafeElementAccess.swift",
"Extensions/String+Lines.swift",
"HTTPMessageComponents/HTTPMessageComponents-StartLine.swift",
"HTTPMessageComponents/HTTPMessageComponents/HTTPMessageComponents+URLRequest.swift",
"HTTPMessageComponents/HTTPMessageComponents/HTTPMessageComponents.swift",
"HTTPMessageComponents/HTTPMessageFormatter/HTTPMessageFormatter+URLRequest.swift",
"HTTPMessageComponents/HTTPMessageFormatter/HTTPMessageFormatter.swift",
"HTTPMessageComponents/Parser/HTTPMessageParser.swift",
"HTTPMessageComponents/Parser/MessageStringParts.swift",
"HTTPMessageComponents/Parser/StartLineParser.swift",
"InterceptorURLProtocol.swift",
"NetworkSpy/NetworkSpy+HTTPURLResponse.swift",
"NetworkSpy/NetworkSpy.swift",
"NetworkSpyKit.swift",
"Request/Request.swift",
"Request/URLRequest+ResolveHTTPBodyStream.swift",
"RequestRecorder.swift",
"Response/CommonResponses/StubResponse+JSON.swift",
"Response/CommonResponses/StubbedResponse+2xx.swift",
"Response/CommonResponses/StubbedResponse+4xx.swift",
"Response/CommonResponses/StubbedResponse+5xx.swift",
"Response/Response+TeaPot.swift",
"Response/StubbedResponse.swift",
"SafeResponseStore.swift",
"SafeValueStore.swift",
"SpyRegistry/SpyRegistry+URLRequest.swift",
"SpyRegistry/SypRegistry.swift",
"StreamReader.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
Done.