Build Information
Successful build of SwiftErickNetwork, reference main (c1c29a), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 09:37:39 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/h-suo/SwiftErickNetwork.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/h-suo/SwiftErickNetwork
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at c1c29aa docs: update README
Cloned https://github.com/h-suo/SwiftErickNetwork.git
Revision (git rev-parse @):
c1c29aa78aeba889bbc0e2305ed67e857c604ec7
SUCCESS checkout https://github.com/h-suo/SwiftErickNetwork.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/h-suo/SwiftErickNetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling SwiftErickNetwork HttpMethod.swift
[4/10] Compiling SwiftErickNetwork NetworkManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftErickNetwork/Util/NetworkManager.swift:88:9: warning: capture of non-sendable type 'DTO.Type' in an isolated closure; this is an error in the Swift 6 language mode
86 | public func request<DTO: Decodable, EndPoint: NetworkConfigurable>(
87 | with endpoint: EndPoint,
88 | completion: @escaping (Result<DTO, NetworkError>) -> Void
| `- warning: capture of non-sendable type 'DTO.Type' in an isolated closure; this is an error in the Swift 6 language mode
89 | ) where EndPoint.Response == DTO {
90 |
[5/10] Compiling SwiftErickNetwork URLSessionDataTaskProtocol.swift
[6/10] Emitting module SwiftErickNetwork
[7/10] Compiling SwiftErickNetwork NetworkConfigurable.swift
[8/10] Compiling SwiftErickNetwork NetworkManageable.swift
[9/10] Compiling SwiftErickNetwork URLSessionProtocol.swift
[10/10] Compiling SwiftErickNetwork NetworkError.swift
Build complete! (4.12s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftErickNetwork",
"name" : "SwiftErickNetwork",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SwiftErickNetwork",
"targets" : [
"SwiftErickNetwork"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftErickNetworkTests",
"module_type" : "SwiftTarget",
"name" : "SwiftErickNetworkTests",
"path" : "Tests/SwiftErickNetworkTests",
"sources" : [
"NetworkConfigurable/NetworkConfigurableTests.swift",
"NetworkManageable/NetworkManageableTests.swift",
"TestDouble/Dummy/DummyDTO.swift",
"TestDouble/Dummy/Response/DummyAsyncResponse.swift",
"TestDouble/Dummy/Response/DummyCombineResponse.swift",
"TestDouble/Dummy/Response/DummyResponse.swift",
"TestDouble/Mock/MockURLSession.swift",
"TestDouble/Stub/StubEndPoint.swift"
],
"target_dependencies" : [
"SwiftErickNetwork"
],
"type" : "test"
},
{
"c99name" : "SwiftErickNetwork",
"module_type" : "SwiftTarget",
"name" : "SwiftErickNetwork",
"path" : "Sources/SwiftErickNetwork",
"product_memberships" : [
"SwiftErickNetwork"
],
"sources" : [
"Error/NetworkError.swift",
"NetworkProtocol/NetworkConfigurable.swift",
"NetworkProtocol/NetworkManageable.swift",
"URLSessionProtocol/URLSessionDataTaskProtocol.swift",
"URLSessionProtocol/URLSessionProtocol.swift",
"Util/HttpMethod.swift",
"Util/NetworkManager.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.