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 Tablier, reference main (696233), with Swift 6.2 (beta) for macOS (SPM) on 19 Jun 2025 16:15:34 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/akkyie/Tablier.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/akkyie/Tablier
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6962332 Merge pull request #48 from akkyie/enable_testing_search_path
Cloned https://github.com/akkyie/Tablier.git
Revision (git rev-parse @):
69623325444b7e1a5b95cba805e7cdeb6b2e7e0b
SUCCESS checkout https://github.com/akkyie/Tablier.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/akkyie/Tablier.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/11] Compiling Tablier Expecter.swift
[4/11] Compiling Tablier Expect.swift
[5/11] Emitting module Tablier
[6/11] Compiling Tablier AnyRecipe.swift
[7/11] Compiling Tablier AsyncRecipe.swift
[8/11] Compiling Tablier Recipe.swift
[9/11] Compiling Tablier TestCase.swift
[10/11] Compiling Tablier When.swift
[11/11] Compiling Tablier XCTest.swift
Build complete! (9.97s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Tablier",
  "name" : "Tablier",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Tablier",
      "targets" : [
        "Tablier"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "TablierTests",
      "module_type" : "SwiftTarget",
      "name" : "TablierTests",
      "path" : "Tests/TablierTests",
      "sources" : [
        "AsyncRecipeTests.swift",
        "ExpectTests.swift",
        "MockRecipe.swift",
        "MockTest.swift",
        "RecipeTests.swift",
        "TesterTests.swift",
        "WhenTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Tablier"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Tablier",
      "module_type" : "SwiftTarget",
      "name" : "Tablier",
      "path" : "Sources/Tablier",
      "product_memberships" : [
        "Tablier"
      ],
      "sources" : [
        "AnyRecipe.swift",
        "AsyncRecipe.swift",
        "Expect.swift",
        "Expecter.swift",
        "Recipe.swift",
        "TestCase.swift",
        "When.swift",
        "XCTest.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.