The Swift Package Index logo.Swift Package Index

Build Information

Successful build of AsyncMeeting, reference main (28fba6), with Swift 6.2 for macOS (SPM) on 24 Jun 2025 03:14:41 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/adamjcampbell/AsyncMeeting.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/adamjcampbell/AsyncMeeting
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 28fba63 Merge pull request #5 from adamjcampbell/dont-resume-under-lock
Cloned https://github.com/adamjcampbell/AsyncMeeting.git
Revision (git rev-parse @):
28fba63c93bce3aa1227cd2c238614d19bc35f03
SUCCESS checkout https://github.com/adamjcampbell/AsyncMeeting.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/adamjcampbell/AsyncMeeting.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 AsyncMeeting AsyncMeeting.swift
[4/4] Emitting module AsyncMeeting
Build complete! (5.84s)
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.93s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (1.38s)
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    }
  ],
  "manifest_display_name" : "AsyncMeeting",
  "name" : "AsyncMeeting",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "AsyncMeeting",
      "targets" : [
        "AsyncMeeting"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AsyncMeetingTests",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMeetingTests",
      "path" : "Tests/AsyncMeetingTests",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "sources" : [
        "AsyncMeetingTests.swift"
      ],
      "target_dependencies" : [
        "AsyncMeeting"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AsyncMeeting",
      "module_type" : "SwiftTarget",
      "name" : "AsyncMeeting",
      "path" : "Sources/AsyncMeeting",
      "product_memberships" : [
        "AsyncMeeting"
      ],
      "sources" : [
        "AsyncMeeting.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
Done.