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 AsyncMonitor, reference main (c2a231), with Swift 6.0 for macOS (SPM) on 5 Nov 2025 18:32:56 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/samsonjs/AsyncMonitor.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/samsonjs/AsyncMonitor
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c2a231a Fix a new warning for Swift 6.2
Cloned https://github.com/samsonjs/AsyncMonitor.git
Revision (git rev-parse @):
c2a231a40f8cb671cd53bc8273375bf8e6f5e74e
SUCCESS checkout https://github.com/samsonjs/AsyncMonitor.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/samsonjs/AsyncMonitor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/9] Compiling AsyncMonitor AsyncSequence+Extensions.swift
[4/9] Compiling AsyncMonitor ValueLocker.swift
[5/9] Compiling AsyncMonitor AsyncMonitor.swift
[6/9] Compiling AsyncMonitor AnyAsyncCancellable.swift
[7/9] Compiling AsyncMonitor NSObject+AsyncKVO.swift
[8/9] Compiling AsyncMonitor AsyncCancellable.swift
[9/9] Emitting module AsyncMonitor
Build complete! (4.62s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AsyncMonitor",
  "name" : "AsyncMonitor",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "macos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "AsyncMonitor",
      "targets" : [
        "AsyncMonitor"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncMonitorTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMonitorTests",
      "path" : "Tests/AsyncMonitorTests",
      "sources" : [
        "AnyAsyncCancellableTests.swift",
        "AsyncCancellableTests.swift",
        "AsyncMonitorTests.swift",
        "AsyncSequence+Just.swift",
        "NSObject+AsyncKVOTests.swift",
        "ReadmeExamples.swift",
        "TestCancellable.swift"
      ],
      "target_dependencies" : [
        "AsyncMonitor"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncMonitor",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMonitor",
      "path" : "Sources/AsyncMonitor",
      "product_memberships" : [
        "AsyncMonitor"
      ],
      "sources" : [
        "AnyAsyncCancellable.swift",
        "AsyncCancellable.swift",
        "AsyncMonitor.swift",
        "AsyncSequence+Extensions.swift",
        "NSObject+AsyncKVO.swift",
        "ValueLocker.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.