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 TAP, reference master (150b45), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 17:04:19 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/dankogai/swift-tap.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-tap
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 150b453 Update README.md
Cloned https://github.com/dankogai/swift-tap.git
Revision (git rev-parse @):
150b4533621987d8cd21d04472c944d56d8a842e
SUCCESS checkout https://github.com/dankogai/swift-tap.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankogai/swift-tap.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write main-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Emitting module TAP
[6/9] Compiling TAP tap.swift
[7/11] Emitting module main
[8/11] Compiling main main.swift
[8/11] Write Objects.LinkFileList
[9/11] Linking main
[10/11] Applying main
Build complete! (1.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "TAP",
  "name" : "TAP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "TAP",
      "targets" : [
        "TAP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "main",
      "targets" : [
        "main"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "main",
      "module_type" : "SwiftTarget",
      "name" : "main",
      "path" : "Sources/TAPSample",
      "product_memberships" : [
        "main"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "TAP"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "TAPTests",
      "module_type" : "SwiftTarget",
      "name" : "TAPTests",
      "path" : "Sources/Tests",
      "sources" : [
        "TAPTests/TAPTests.swift"
      ],
      "target_dependencies" : [
        "TAP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "TAP",
      "module_type" : "SwiftTarget",
      "name" : "TAP",
      "path" : "Sources/TAP",
      "product_memberships" : [
        "TAP",
        "main"
      ],
      "sources" : [
        "tap.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.