The Swift Package Index logo.Swift Package Index

Build Information

Successful build of t, reference main (c11167), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:26:21 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xOpenBytes/t.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/t
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c111675 Correctly pass error to suite and expect (#4)
Cloned https://github.com/0xOpenBytes/t.git
Revision (git rev-parse @):
c111675ac4d84af23d2d9b65bffaf1829c376986
SUCCESS checkout https://github.com/0xOpenBytes/t.git at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "t",
      "name": "t",
      "url": "https://github.com/0xOpenBytes/t.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/0xOpenBytes/t.git
[1/368] Fetching t
Fetched https://github.com/0xOpenBytes/t.git from cache (0.96s)
Creating working copy for https://github.com/0xOpenBytes/t.git
Working copy of https://github.com/0xOpenBytes/t.git resolved at main (c111675)
warning: '.resolve-product-dependencies': dependency 't' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xOpenBytes/t.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/8] Compiling t t+Logging.swift
[4/8] Compiling t t+Structure.swift
[5/8] Compiling t t+Factories.swift
[6/8] Compiling t t.swift
[7/8] Emitting module t
[8/8] Compiling t t+Assertion.swift
Build complete! (3.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "t",
  "name" : "t",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "t",
      "targets" : [
        "t"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "tTests",
      "module_type" : "SwiftTarget",
      "name" : "tTests",
      "path" : "Tests/tTests",
      "sources" : [
        "tTests.swift"
      ],
      "target_dependencies" : [
        "t"
      ],
      "type" : "test"
    },
    {
      "c99name" : "t",
      "module_type" : "SwiftTarget",
      "name" : "t",
      "path" : "Sources/t",
      "product_memberships" : [
        "t"
      ],
      "sources" : [
        "Assertion/t+Assertion.swift",
        "Factories/t+Factories.swift",
        "Logging/t+Logging.swift",
        "Structure/t+Structure.swift",
        "t.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.