Build Information
Successful build of swift-networking, reference main (db2cbd
), with Swift 6.0 for macOS (SPM) on 8 Jun 2025 11:46:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/telemtobi/swift-networking.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/telemtobi/swift-networking
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at db2cbdb Merge pull request #15 from TelemTobi/interceptor
Cloned https://github.com/telemtobi/swift-networking.git
Revision (git rev-parse @):
db2cbdbf1629154927a51d23945068372ca98e98
SUCCESS checkout https://github.com/telemtobi/swift-networking.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/telemtobi/swift-networking.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/21] Compiling Networking Error+Extension.swift
[4/21] Compiling Networking String+Extension.swift
[5/22] Compiling Networking Task+Extension.swift
[6/22] Compiling Networking JsonMapper.swift
[7/22] Compiling Networking Interceptor.swift
[8/22] Compiling Networking AnyEncodable.swift
[9/22] Compiling Networking NetworkingController.swift
[10/22] Compiling Networking DecodableError.swift
[11/22] Compiling Networking URLResponse+Networking.swift
[12/22] Compiling Networking HttpMethod.swift
[13/22] Compiling Networking NetworkingController+Internal.swift
[14/22] Compiling Networking NetworkingController+Logging.swift
[15/22] Compiling Networking URL+Networking.swift
[16/22] Compiling Networking URLRequest+Networking.swift
[17/22] Compiling Networking Endpoint.swift
[18/22] Compiling Networking Data+Networking.swift
[19/22] Compiling Networking HttpStatus.swift
[20/22] Compiling Networking HttpTask.swift
[21/22] Emitting module Networking
[22/22] Compiling Networking Networking.swift
Build complete! (6.09s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "swift-networking",
"name" : "swift-networking",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "Networking",
"targets" : [
"Networking"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NetworkingTests",
"module_type" : "SwiftTarget",
"name" : "NetworkingTests",
"path" : "Tests/NetworkingTests",
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/NetworkingTests/Resources/SampleBadResponse.json",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Tests/NetworkingTests/Resources/SampleResponse.json",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Helpers/TestAuthenticator.swift",
"Helpers/TestBody.swift",
"Helpers/TestEndpoint.swift",
"Helpers/TestError.swift",
"Helpers/TestResponse.swift",
"NetworkingControllerTests.swift",
"URLRequestTests.swift"
],
"target_dependencies" : [
"Networking"
],
"type" : "test"
},
{
"c99name" : "Networking",
"module_type" : "SwiftTarget",
"name" : "Networking",
"path" : "Sources/Networking",
"product_memberships" : [
"Networking"
],
"sources" : [
"Controller/NetworkingController+Internal.swift",
"Controller/NetworkingController+Logging.swift",
"Controller/NetworkingController.swift",
"DecodableError.swift",
"Endpoint.swift",
"Extensions/Data+Networking.swift",
"Extensions/URL+Networking.swift",
"Extensions/URLRequest+Networking.swift",
"Extensions/URLResponse+Networking.swift",
"HttpMethod.swift",
"HttpStatus.swift",
"HttpTask.swift",
"Interceptor.swift",
"Internal/AnyEncodable.swift",
"Internal/Error+Extension.swift",
"Internal/String+Extension.swift",
"Internal/Task+Extension.swift",
"JsonMapper.swift",
"Networking.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.