Build Information
Successful build of HTTPMock, reference 0.9.3 (526655
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 04:56:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/HTTPMock.git
Reference: 0.9.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nearfri/HTTPMock
* tag 0.9.3 -> FETCH_HEAD
HEAD is now at 5266558 Fix HTTPRequestPredicate.containsQueryItems() bug
Cloned https://github.com/nearfri/HTTPMock.git
Revision (git rev-parse @):
52665587fcd5c483f7b3aa38464b28a6bf08364c
SUCCESS checkout https://github.com/nearfri/HTTPMock.git at 0.9.3
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/nearfri/HTTPMock.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/15] Compiling HTTPMock InputStreamGenerator.swift
[4/16] Compiling HTTPMock StubEntry.swift
[5/16] Compiling HTTPMock HTTPRequestPredicate.swift
[6/16] Compiling HTTPMock HTTPResponse.swift
[7/16] Compiling HTTPMock HTTPMediaType.swift
[8/16] Compiling HTTPMock HTTPMethod.swift
[9/16] Compiling HTTPMock HTTPResponseAssetBuilder.swift
[10/16] Emitting module HTTPMock
[11/16] Compiling HTTPMock HTTPHeaderFields.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMock/HTTPHeaderFields.swift:94:34: warning: tuple conversion from '(key: String, value: String)' to '(name: String, value: String)' mismatches labels
92 | public extension HTTPHeaderFields {
93 | init(_ dictionary: [String: String]) {
94 | self.init(dictionary.map({ $0 }))
| `- warning: tuple conversion from '(key: String, value: String)' to '(name: String, value: String)' mismatches labels
95 | }
96 |
[12/16] Compiling HTTPMock HTTPHeaderName.swift
/Users/admin/builder/spi-builder-workspace/Sources/HTTPMock/HTTPHeaderFields.swift:94:34: warning: tuple conversion from '(key: String, value: String)' to '(name: String, value: String)' mismatches labels
92 | public extension HTTPHeaderFields {
93 | init(_ dictionary: [String: String]) {
94 | self.init(dictionary.map({ $0 }))
| `- warning: tuple conversion from '(key: String, value: String)' to '(name: String, value: String)' mismatches labels
95 | }
96 |
[13/16] Compiling HTTPMock HTTPResponseAsset.swift
[14/16] Compiling HTTPMock URLProtocolService.swift
[15/16] Compiling HTTPMock StubRegistry.swift
[16/16] Compiling HTTPMock URLProtocolStub.swift
Build complete! (4.66s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "HTTPMock",
"name" : "HTTPMock",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.13"
},
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "HTTPMock",
"targets" : [
"HTTPMock"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HTTPMockTests",
"module_type" : "SwiftTarget",
"name" : "HTTPMockTests",
"path" : "Tests/HTTPMockTests",
"sources" : [
"Atomic.swift",
"HTTPHeadersFieldsTests.swift",
"HTTPMediaTypeTests.swift",
"HTTPRequestPredicateTests.swift",
"HTTPResponseAssetBuilderTests.swift",
"HTTPResponseAssetTests.swift",
"HTTPResponseTests.swift",
"InputStream+extensions.swift",
"InputStreamGeneratorTests.swift",
"StubEntryTests.swift",
"StubRegistryTests.swift",
"URLProtocolServiceTests.swift",
"URLProtocolStubTests.swift",
"XCTestCase+extensions.swift"
],
"target_dependencies" : [
"HTTPMock"
],
"type" : "test"
},
{
"c99name" : "HTTPMock",
"module_type" : "SwiftTarget",
"name" : "HTTPMock",
"path" : "Sources/HTTPMock",
"product_memberships" : [
"HTTPMock"
],
"sources" : [
"HTTPHeaderFields.swift",
"HTTPHeaderName.swift",
"HTTPMediaType.swift",
"HTTPMethod.swift",
"HTTPRequestPredicate.swift",
"HTTPResponse.swift",
"HTTPResponseAsset.swift",
"HTTPResponseAssetBuilder.swift",
"InputStreamGenerator.swift",
"StubEntry.swift",
"StubRegistry.swift",
"URLProtocolService.swift",
"URLProtocolStub.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.