This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Semaphore with Swift 6.0 (beta) for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/groue/Semaphore.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/groue/Semaphore
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ad48ff5 Merge pull request #11 from tayloraswift/patch-1
Cloned https://github.com/groue/Semaphore.git
Revision (git rev-parse @):
ad48ff5034521c3eb3bc9e38a86dde9974f1a320
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/groue/Semaphore.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/groue/Semaphore.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-6F35C1178C84523A.txt
[3/4] Emitting module Semaphore
[4/4] Compiling Semaphore AsyncSemaphore.swift
Build complete! (17.46s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Semaphore",
  "name" : "Semaphore",
  "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" : "Semaphore",
      "targets" : [
        "Semaphore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SemaphoreTests",
      "module_type" : "SwiftTarget",
      "name" : "SemaphoreTests",
      "path" : "Tests/SemaphoreTests",
      "sources" : [
        "AsyncSemaphoreTests.swift"
      ],
      "target_dependencies" : [
        "Semaphore"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Semaphore",
      "module_type" : "SwiftTarget",
      "name" : "Semaphore",
      "path" : "Sources/Semaphore",
      "product_memberships" : [
        "Semaphore"
      ],
      "sources" : [
        "AsyncSemaphore.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.