Build Information
Successful build of PubFactory, reference master (6d1bdd), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 16:28:11 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/psturm-swift/publisher-factory.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/psturm-swift/publisher-factory
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 6d1bdde Remove reference to Reactive Extensions
Cloned https://github.com/psturm-swift/publisher-factory.git
Revision (git rev-parse @):
6d1bddeac1926895b5193992a90584fa9d57c81b
SUCCESS checkout https://github.com/psturm-swift/publisher-factory.git at master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/psturm-swift/publisher-factory.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/9] Compiling PubFactory Producer.swift
/Users/admin/builder/spi-builder-workspace/Sources/PubFactory/Producer.swift:23:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
21 | }
22 |
23 | protocol ProxyDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | associatedtype Output
25 | associatedtype Failure: Error
[4/9] Compiling PubFactory Lockable.swift
[5/9] Compiling PubFactory ClosureProducerWithContext.swift
[6/9] Compiling PubFactory Create.swift
[7/9] Emitting module PubFactory
/Users/admin/builder/spi-builder-workspace/Sources/PubFactory/Producer.swift:23:25: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
21 | }
22 |
23 | protocol ProxyDelegate: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead [#deprecation]
24 | associatedtype Output
25 | associatedtype Failure: Error
[8/9] Compiling PubFactory ClosureProducer.swift
[9/9] Compiling PubFactory WithProducer.swift
Build complete! (3.75s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PubFactory",
"name" : "PubFactory",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "PubFactory",
"targets" : [
"PubFactory"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PubFactoryTests",
"module_type" : "SwiftTarget",
"name" : "PubFactoryTests",
"path" : "Tests/PubFactoryTests",
"sources" : [
"CreateTests.swift",
"LockableTests.swift",
"ProducerTests.swift",
"Support.swift",
"WithProducerTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"PubFactory"
],
"type" : "test"
},
{
"c99name" : "PubFactory",
"module_type" : "SwiftTarget",
"name" : "PubFactory",
"path" : "Sources/PubFactory",
"product_memberships" : [
"PubFactory"
],
"sources" : [
"ClosureProducer.swift",
"ClosureProducerWithContext.swift",
"Create.swift",
"Lockable.swift",
"Producer.swift",
"WithProducer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.