Build Information
Successful build of PromiseQ, reference master (539a98
), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 03:19:31 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/ikhvorost/PromiseQ.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ikhvorost/PromiseQ
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 539a987 Readme: added isCancelled, new await
Cloned https://github.com/ikhvorost/PromiseQ.git
Revision (git rev-parse @):
539a987b5a74da758d1a4d245af5551ee1e35282
SUCCESS checkout https://github.com/ikhvorost/PromiseQ.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/ikhvorost/PromiseQ.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/6] Compiling PromiseQ Monitor.swift
[4/6] Compiling PromiseQ PromiseQ.swift
[5/6] Emitting module PromiseQ
/Users/admin/builder/spi-builder-workspace/Sources/PromiseQ/Fetch.swift:60:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
58 |
59 | /// String errors
60 | extension String : LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
61 | /// A localized message describing what error occurred.
62 | public var errorDescription: String? { return self }
[6/6] Compiling PromiseQ Fetch.swift
/Users/admin/builder/spi-builder-workspace/Sources/PromiseQ/Fetch.swift:60:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
58 |
59 | /// String errors
60 | extension String : LocalizedError {
| |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
61 | /// A localized message describing what error occurred.
62 | public var errorDescription: String? { return self }
Build complete! (3.25s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PromiseQ",
"name" : "PromiseQ",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "PromiseQ",
"targets" : [
"PromiseQ"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "PromiseQTests",
"module_type" : "SwiftTarget",
"name" : "PromiseQTests",
"path" : "Tests/PromiseQTests",
"sources" : [
"PromiseQTests.swift"
],
"target_dependencies" : [
"PromiseQ"
],
"type" : "test"
},
{
"c99name" : "PromiseQ",
"module_type" : "SwiftTarget",
"name" : "PromiseQ",
"path" : "Sources/PromiseQ",
"product_memberships" : [
"PromiseQ"
],
"sources" : [
"Fetch.swift",
"Monitor.swift",
"PromiseQ.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Done.