The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of swift-signal, reference main (39127f), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 06:17:11 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/unixzii/swift-signal.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/unixzii/swift-signal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 39127fa Change the  property wrapper constructor to convenience init
Cloned https://github.com/unixzii/swift-signal.git
Revision (git rev-parse @):
39127faee5c1f1c57effb81b172ef989089e8bd7
SUCCESS checkout https://github.com/unixzii/swift-signal.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/unixzii/swift-signal.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/10] Compiling SwiftSignal Source.swift
[5/10] Compiling SwiftSignal Computation.swift
[6/10] Compiling SwiftSignal Signal.swift
[7/10] Compiling SwiftSignal Observer.swift
[8/10] Compiling SwiftSignal Scope.swift
[9/10] Compiling SwiftSignal ThreadLocal.swift
[10/10] Emitting module SwiftSignal
[11/12] Compiling SwiftUISignal ObservedTypes.swift
[12/12] Emitting module SwiftUISignal
Build complete! (8.24s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-signal",
  "name" : "swift-signal",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftSignal",
      "targets" : [
        "SwiftSignal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftUISignal",
      "targets" : [
        "SwiftUISignal"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUISignal",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUISignal",
      "path" : "Sources/SwiftUISignal",
      "product_memberships" : [
        "SwiftUISignal"
      ],
      "sources" : [
        "ObservedTypes.swift"
      ],
      "target_dependencies" : [
        "SwiftSignal"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftSignalTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSignalTests",
      "path" : "Tests/SwiftSignalTests",
      "sources" : [
        "SwiftSignalTests.swift"
      ],
      "target_dependencies" : [
        "SwiftSignal"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftSignal",
      "module_type" : "SwiftTarget",
      "name" : "SwiftSignal",
      "path" : "Sources/SwiftSignal",
      "product_memberships" : [
        "SwiftSignal",
        "SwiftUISignal"
      ],
      "sources" : [
        "Computation.swift",
        "Observer.swift",
        "Scope.swift",
        "Signal.swift",
        "Source.swift",
        "ThreadLocal.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.