The Swift Package Index logo.Swift Package Index

Build Information

Successful build of TAP, reference 0.6.0 (40f0e1), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 17:03:30 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: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-tap
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 40f0e1e remove obsolete and duplicate generic functions
Cloned https://github.com/dankogai/swift-tap.git
Revision (git rev-parse @):
40f0e1e12701effde66784a7f0cfbfafd7263e4f
SUCCESS checkout https://github.com/dankogai/swift-tap.git at 0.6.0
========================================
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
[1/7] Write main-entitlement.plist
[2/7] Write sources
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/9] Compiling TAP tap.swift
[6/9] Emitting module TAP
[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! (2.11s)
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.