Build Information
Successful build of swift-net-kit, reference v0.1.0 (71484c), with Swift 6.0 for macOS (SPM) on 3 Apr 2026 07:37:10 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/philiprehberger/swift-net-kit.git
Reference: v0.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/philiprehberger/swift-net-kit
* tag v0.1.0 -> FETCH_HEAD
HEAD is now at 71484ca Fix FoundationNetworking in tests and var capture in Sendable closure
Cloned https://github.com/philiprehberger/swift-net-kit.git
Revision (git rev-parse @):
71484cab7ab465f7bb363463b0307e8ddf04d84f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/philiprehberger/swift-net-kit.git at v0.1.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/philiprehberger/swift-net-kit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/13] Compiling NetKit Response.swift
[4/14] Compiling NetKit Plugin.swift
[5/14] Compiling NetKit NetworkError.swift
[6/14] Compiling NetKit NetKit.swift
[7/14] Compiling NetKit LoggingPlugin.swift
[8/14] Emitting module NetKit
[9/14] Compiling NetKit NetworkClient.swift
[10/14] Compiling NetKit Endpoint.swift
[11/14] Compiling NetKit HTTPMethod.swift
[12/14] Compiling NetKit AuthPlugin.swift
[13/14] Compiling NetKit CachePolicy.swift
[14/14] Compiling NetKit RetryPolicy.swift
Build complete! (6.20s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-net-kit",
"name" : "swift-net-kit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "NetKit",
"targets" : [
"NetKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetKitTests",
"module_type" : "SwiftTarget",
"name" : "NetKitTests",
"path" : "Tests/NetKitTests",
"sources" : [
"CachePolicyTests.swift",
"EndpointTests.swift",
"HTTPMethodTests.swift",
"PluginTests.swift",
"ResponseTests.swift",
"RetryPolicyTests.swift"
],
"target_dependencies" : [
"NetKit"
],
"type" : "test"
},
{
"c99name" : "NetKit",
"module_type" : "SwiftTarget",
"name" : "NetKit",
"path" : "Sources/NetKit",
"product_memberships" : [
"NetKit"
],
"sources" : [
"AuthPlugin.swift",
"CachePolicy.swift",
"Endpoint.swift",
"HTTPMethod.swift",
"LoggingPlugin.swift",
"NetKit.swift",
"NetworkClient.swift",
"NetworkError.swift",
"Plugin.swift",
"Response.swift",
"RetryPolicy.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.