The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TaskGate, reference main (c7928f), with Swift 6.2 for macOS (SPM) on 2 Apr 2026 00:27:15 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mattmassicotte/TaskGate.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mattmassicotte/TaskGate
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c7928fb Workaround a forced unwrap (#5)
Cloned https://github.com/mattmassicotte/TaskGate.git
Revision (git rev-parse @):
c7928fb1e9a950a2f8ec6714a659101a5e1229cf
SUCCESS checkout https://github.com/mattmassicotte/TaskGate.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "taskgate",
      "name": "TaskGate",
      "url": "https://github.com/mattmassicotte/TaskGate.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/TaskGate",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mattmassicotte/TaskGate.git
[1/239] Fetching taskgate
Fetched https://github.com/mattmassicotte/TaskGate.git from cache (0.69s)
Creating working copy for https://github.com/mattmassicotte/TaskGate.git
Working copy of https://github.com/mattmassicotte/TaskGate.git resolved at main (c7928fb)
warning: '.resolve-product-dependencies': dependency 'taskgate' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/mattmassicotte/TaskGate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/6] Compiling TaskGate PendingContinuationQueue.swift
[4/6] Compiling TaskGate AsyncRecursiveGate.swift
[5/6] Emitting module TaskGate
[6/6] Compiling TaskGate AsyncGate.swift
Build complete! (4.08s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TaskGate",
  "name" : "TaskGate",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "TaskGate",
      "targets" : [
        "TaskGate"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "TaskGateTests",
      "module_type" : "SwiftTarget",
      "name" : "TaskGateTests",
      "path" : "Tests/TaskGateTests",
      "sources" : [
        "AsyncGateTests.swift",
        "AsyncRecursiveGateTests.swift"
      ],
      "target_dependencies" : [
        "TaskGate"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TaskGate",
      "module_type" : "SwiftTarget",
      "name" : "TaskGate",
      "path" : "Sources/TaskGate",
      "product_memberships" : [
        "TaskGate"
      ],
      "sources" : [
        "AsyncGate.swift",
        "AsyncRecursiveGate.swift",
        "PendingContinuationQueue.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.2"
}
Done.