Build Information
Failed to build Pure, reference master (486e52
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 06:23:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/Pure.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/devxoul/Pure
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 486e523 Merge pull request #18 from devxoul/fix-quickruntime
Cloned https://github.com/devxoul/Pure.git
Revision (git rev-parse @):
486e5234cdac026aeae692fc4ff0665c7c7086f4
SUCCESS checkout https://github.com/devxoul/Pure.git at master
Fetching https://github.com/Quick/Quick.git
[1/14755] Fetching quick
Fetched https://github.com/Quick/Quick.git from cache (1.41s)
error: could not find the commit 201151b82a7aa8c5b3bf1af79816fb12a4bac03a in https://github.com/Quick/Quick.git
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/devxoul/Pure.git
https://github.com/devxoul/Pure.git
{
"dependencies" : [
{
"identity" : "quick",
"requirement" : {
"branch" : [
"quickobjcruntime-umbrella-header"
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "8.0.0",
"upper_bound" : "9.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
}
],
"manifest_display_name" : "Pure",
"name" : "Pure",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "Pure",
"targets" : [
"Pure"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "TestSupport",
"module_type" : "SwiftTarget",
"name" : "TestSupport",
"path" : "Sources/TestSupport",
"sources" : [
"Fixture.swift"
],
"target_dependencies" : [
"Pure"
],
"type" : "library"
},
{
"c99name" : "PureTests",
"module_type" : "SwiftTarget",
"name" : "PureTests",
"path" : "Tests/PureTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"PureSpec.swift"
],
"target_dependencies" : [
"Pure",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "PureStubTests",
"module_type" : "SwiftTarget",
"name" : "PureStubTests",
"path" : "Tests/PureStubTests",
"product_dependencies" : [
"Quick",
"Nimble"
],
"sources" : [
"PureStubSpec.swift"
],
"target_dependencies" : [
"PureStub",
"TestSupport"
],
"type" : "test"
},
{
"c99name" : "PureStub",
"module_type" : "SwiftTarget",
"name" : "PureStub",
"path" : "Sources/PureStub",
"sources" : [
"StubConfigurator.swift",
"StubFactory.swift"
],
"target_dependencies" : [
"Pure"
],
"type" : "library"
},
{
"c99name" : "Pure",
"module_type" : "SwiftTarget",
"name" : "Pure",
"path" : "Sources/Pure",
"product_memberships" : [
"Pure"
],
"sources" : [
"Configurator.swift",
"ConfiguratorModule.swift",
"Factory.swift",
"FactoryModule.swift",
"Module.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Updating https://github.com/Quick/Quick.git
Updated https://github.com/Quick/Quick.git (0.52s)
error: could not find a branch named ‘quickobjcruntime-umbrella-header’ in https://github.com/Quick/Quick.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Updating https://github.com/Quick/Quick.git
Updated https://github.com/Quick/Quick.git (0.48s)
error: could not find a branch named ‘quickobjcruntime-umbrella-header’ in https://github.com/Quick/Quick.git
BUILD FAILURE 6.1 macosSpm