The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cancellable, reference master (11ecd8), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 15:10:10 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/BeAppOnline/Cancellable.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/BeAppOnline/Cancellable
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 11ecd87 creating protocol
Cloned https://github.com/BeAppOnline/Cancellable.git
Revision (git rev-parse @):
11ecd874d9f27ab1a63632273f116109d0672e87
SUCCESS checkout https://github.com/BeAppOnline/Cancellable.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/BeAppOnline/Cancellable.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/4] Compiling Cancellable Cancellable.swift
[4/4] Emitting module Cancellable
Build complete! (0.57s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Cancellable",
  "name" : "Cancellable",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Cancellable",
      "targets" : [
        "Cancellable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CancellableTests",
      "module_type" : "SwiftTarget",
      "name" : "CancellableTests",
      "path" : "Tests/CancellableTests",
      "sources" : [
        "CancellableTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Cancellable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cancellable",
      "module_type" : "SwiftTarget",
      "name" : "Cancellable",
      "path" : "Sources/Cancellable",
      "product_memberships" : [
        "Cancellable"
      ],
      "sources" : [
        "Cancellable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.