Build Information
Successful build of HPNetwork with Swift 5.9 for macOS (SPM).
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/henrik-dmg/HPNetwork.git
Reference: 4.0.1
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/henrik-dmg/HPNetwork
* tag 4.0.1 -> FETCH_HEAD
HEAD is now at a462903 Better Documentation (#5)
Cloned https://github.com/henrik-dmg/HPNetwork.git
Revision (git rev-parse @):
a4629039573f695f97fc044032c4e654b40671b0
SUCCESS checkout https://github.com/henrik-dmg/HPNetwork.git at 4.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $workDir
https://github.com/henrik-dmg/HPNetwork.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/7] Compiling HTTPTypes HTTPResponse.swift
[2/7] Compiling HTTPTypes ISOLatin1String.swift
[3/7] Compiling HTTPTypes HTTPRequest.swift
[4/7] Compiling HTTPTypes HTTPField.swift
[5/7] Emitting module HTTPTypes
[6/7] Compiling HTTPTypes HTTPFieldName.swift
[7/7] Compiling HTTPTypes HTTPFields.swift
[8/13] Emitting module HTTPTypesFoundation
[9/13] Compiling HTTPTypesFoundation URLRequest+HTTPTypes.swift
[10/13] Compiling HTTPTypesFoundation URLResponse+HTTPTypes.swift
[11/13] Compiling HTTPTypesFoundation URLSession+HTTPTypes.swift
[12/13] Compiling HTTPTypesFoundation HTTPTypes+ISOLatin1.swift
[13/13] Compiling HTTPTypesFoundation HTTPRequest+URL.swift
[14/26] Compiling HPNetwork NetworkRequest.swift
[15/27] Compiling HPNetwork DownloadRequest.swift
[16/27] Compiling HPNetwork HTTPFieldBuilder.swift
[17/27] Compiling HPNetwork NetworkClient.swift
[18/27] Compiling HPNetwork DataRequest.swift
[19/27] Compiling HPNetwork DecodableRequest.swift
[20/27] Compiling HPNetwork NetworkResponse.swift
[21/27] Compiling HPNetwork HTTPTypes+Proxy.swift
[22/27] Compiling HPNetwork ContentType+HTTPField.swift
[23/27] Emitting module HPNetwork
[24/27] Compiling HPNetwork Authorization.swift
[25/27] Compiling HPNetwork BasicAuthorization.swift
[26/27] Compiling HPNetwork BearerAuthorization.swift
[27/27] Compiling HPNetwork ConnectionMonitor.swift
[28/30] Compiling HPNetworkMock NetworkClientMock.swift
[29/30] Compiling HPNetworkMock URLSessionMock.swift
[30/30] Emitting module HPNetworkMock
Build complete! (11.50s)
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-http-types.git (0.27s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.0.3 (0.02s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.0.3
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
}
],
"manifest_display_name" : "HPNetwork",
"name" : "HPNetwork",
"path" : "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "tvos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "HPNetwork",
"targets" : [
"HPNetwork"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HPNetworkMock",
"targets" : [
"HPNetworkMock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HPNetworkTests",
"module_type" : "SwiftTarget",
"name" : "HPNetworkTests",
"path" : "Tests/HPNetworkTests",
"sources" : [
"AuthorizationTests.swift",
"ConnectionMonitorTests.swift",
"DataRequestTests.swift",
"DownloadRequestTests.swift",
"HTTPFieldBuilderTests.swift",
"Helpers/BasicDataRequest.swift",
"Helpers/BasicDecodableRequest.swift",
"Helpers/BasicDownloadRequest.swift",
"Helpers/FaultyRequest.swift",
"NetworkClientMockTests.swift",
"NetworkRequestTests.swift"
],
"target_dependencies" : [
"HPNetwork",
"HPNetworkMock"
],
"type" : "test"
},
{
"c99name" : "HPNetworkMock",
"module_type" : "SwiftTarget",
"name" : "HPNetworkMock",
"path" : "Sources/HPNetworkMock",
"product_memberships" : [
"HPNetworkMock"
],
"sources" : [
"NetworkClientMock.swift",
"URLSessionMock.swift"
],
"target_dependencies" : [
"HPNetwork"
],
"type" : "library"
},
{
"c99name" : "HPNetwork",
"module_type" : "SwiftTarget",
"name" : "HPNetwork",
"path" : "Sources/HPNetwork",
"product_dependencies" : [
"HTTPTypes",
"HTTPTypesFoundation"
],
"product_memberships" : [
"HPNetwork",
"HPNetworkMock"
],
"sources" : [
"Authorization/Authorization.swift",
"Authorization/BasicAuthorization.swift",
"Authorization/BearerAuthorization.swift",
"ConnectionMonitor.swift",
"HTTPTypes+Proxy.swift",
"Header Fields/ContentType+HTTPField.swift",
"Header Fields/HTTPFieldBuilder.swift",
"NetworkClient.swift",
"Requests/DataRequest.swift",
"Requests/DecodableRequest.swift",
"Requests/DownloadRequest.swift",
"Requests/NetworkRequest.swift",
"Responses/NetworkResponse.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Done.