The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PubFactory, reference 1.0.0 (6d1bdd), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 16:28:27 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/psturm-swift/publisher-factory.git
Reference: 1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/psturm-swift/publisher-factory
 * tag               1.0.0      -> FETCH_HEAD
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 1.0.0
========================================
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 Lockable.swift
[4/9] Compiling PubFactory ClosureProducer.swift
[5/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
[6/9] Compiling PubFactory Create.swift
[7/9] Compiling PubFactory WithProducer.swift
[8/9] Compiling PubFactory ClosureProducerWithContext.swift
[9/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
Build complete! (3.86s)
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.