Build Information
Successful build of PromiseQ, reference master (539a98), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 11:54:28 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "promiseq",
"name": "PromiseQ",
"url": "https://github.com/ikhvorost/PromiseQ.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PromiseQ",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/ikhvorost/PromiseQ.git
[1/716] Fetching promiseq
Fetched https://github.com/ikhvorost/PromiseQ.git from cache (0.71s)
Creating working copy for https://github.com/ikhvorost/PromiseQ.git
Working copy of https://github.com/ikhvorost/PromiseQ.git resolved at master (539a987)
warning: '.resolve-product-dependencies': dependency 'promiseq' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/ikhvorost/PromiseQ.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/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 }
[4/6] Compiling PromiseQ Monitor.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 PromiseQ.swift
Build complete! (3.95s)
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.