Build Information
Successful build of CombineRequest, reference 1.0.0 (0bd2c4), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 11:31:47 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/lightyear/CombineRequest.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lightyear/CombineRequest
* tag 1.0.0 -> FETCH_HEAD
HEAD is now at 0bd2c41 Don't cache the built publisher
Cloned https://github.com/lightyear/CombineRequest.git
Revision (git rev-parse @):
0bd2c411d1d24525d5e863417a339df814d386cc
SUCCESS checkout https://github.com/lightyear/CombineRequest.git at 1.0.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/lightyear/CombineRequest.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/7] Compiling CombineRequest Request.swift
[4/7] Compiling CombineRequest Operators.swift
[5/7] Compiling CombineRequest APIBase.swift
[6/7] Compiling CombineRequest APIBase+TestHelpers.swift
[7/7] Emitting module CombineRequest
Build complete! (11.53s)
Fetching https://github.com/AliSoftware/OHHTTPStubs
Fetching https://github.com/Quick/Nimble
[1/7900] Fetching ohhttpstubs
[949/27484] Fetching ohhttpstubs, nimble
Fetched https://github.com/AliSoftware/OHHTTPStubs from cache (1.82s)
Fetched https://github.com/Quick/Nimble from cache (1.82s)
Computing version for https://github.com/AliSoftware/OHHTTPStubs
Computed https://github.com/AliSoftware/OHHTTPStubs at 9.1.0 (2.41s)
Computing version for https://github.com/Quick/Nimble
Computed https://github.com/Quick/Nimble at 9.2.1 (0.56s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.82s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (1.40s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.73s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.27s)
Creating working copy for https://github.com/Quick/Nimble
Working copy of https://github.com/Quick/Nimble resolved at 9.2.1
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Creating working copy for https://github.com/AliSoftware/OHHTTPStubs
Working copy of https://github.com/AliSoftware/OHHTTPStubs resolved at 9.1.0
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Build complete.
{
"dependencies" : [
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble"
},
{
"identity" : "ohhttpstubs",
"requirement" : {
"range" : [
{
"lower_bound" : "9.1.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/AliSoftware/OHHTTPStubs"
}
],
"manifest_display_name" : "CombineRequest",
"name" : "CombineRequest",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "CombineRequest",
"targets" : [
"CombineRequest"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineRequestTests",
"module_type" : "SwiftTarget",
"name" : "CombineRequestTests",
"path" : "Tests/CombineRequestTests",
"product_dependencies" : [
"Nimble",
"OHHTTPStubsSwift"
],
"sources" : [
"APIBaseTests.swift",
"OperatorTests.swift"
],
"target_dependencies" : [
"CombineRequest"
],
"type" : "test"
},
{
"c99name" : "CombineRequest",
"module_type" : "SwiftTarget",
"name" : "CombineRequest",
"path" : "Sources/CombineRequest",
"product_memberships" : [
"CombineRequest"
],
"sources" : [
"APIBase+TestHelpers.swift",
"APIBase.swift",
"Operators.swift",
"Request.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.