The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NetworkSpyKit, reference 1.1.0 (6ece9d), with Swift 6.1 for macOS (SPM) on 29 Oct 2025 18:49:23 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 InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/angu-software/NetworkSpyKit.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/angu-software/NetworkSpyKit
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 6ece9d1 Add convenient StubbedResponses containing some standard responses like 200 OK or 404 NOT FOUND as well as responses that contain JSON payload
Cloned https://github.com/angu-software/NetworkSpyKit.git
Revision (git rev-parse @):
6ece9d1c252ce6ea96f75ee6fc1e2713ee42c0d9
SUCCESS checkout https://github.com/angu-software/NetworkSpyKit.git at 1.1.0
========================================
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" : [
        "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" : [
        "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/20] 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
[4/20] 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
[5/20] 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
[6/20] 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
[7/20] 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
[8/20] 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
[9/21] 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
[10/21] 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
[11/21] 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
[12/21] 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
[13/21] 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
[14/21] 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
[15/21] 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/21] 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
[17/21] 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
[18/21] 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
[19/21] 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
[20/21] 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
[21/21] 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
Build complete! (5.92s)
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" : [
        "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" : [
        "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.