The Swift Package Index logo.Swift Package Index

Build Information

Successful build of c, reference main (36eeea), with Swift 6.3 for macOS (SPM) on 13 Apr 2026 13:31:59 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/c.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/c
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 36eeea2 Update README.md
Cloned https://github.com/0xOpenBytes/c.git
Revision (git rev-parse @):
36eeea26335183a759006d6e7a32fbf19fbe3cb8
SUCCESS checkout https://github.com/0xOpenBytes/c.git at main
Fetching https://github.com/0xOpenBytes/t
[1/368] Fetching t
Fetched https://github.com/0xOpenBytes/t from cache (0.92s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (1.62s)
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
========================================
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": "c",
      "name": "c",
      "url": "https://github.com/0xOpenBytes/c.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/c",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "t",
          "name": "t",
          "url": "https://github.com/0xOpenBytes/t",
          "version": "1.0.4",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/t",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xOpenBytes/c.git
[1/237] Fetching c
Fetched https://github.com/0xOpenBytes/c.git from cache (0.67s)
Fetching https://github.com/0xOpenBytes/t from cache
Fetched https://github.com/0xOpenBytes/t from cache (0.43s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (0.49s)
Creating working copy for https://github.com/0xOpenBytes/c.git
Working copy of https://github.com/0xOpenBytes/c.git resolved at main (36eeea2)
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
warning: '.resolve-product-dependencies': dependency 'c' is not used by any target
Found 1 product dependencies
  - t
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/0xOpenBytes/c.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/9] Compiling t t.swift
[5/9] Compiling t t+Structure.swift
[6/9] Compiling t t+Logging.swift
[7/9] Compiling t t+Factories.swift
[8/9] Emitting module t
[9/9] Compiling t t+Assertion.swift
[10/11] Emitting module c
[11/11] Compiling c c.swift
Build complete! (4.82s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "t",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/t"
    }
  ],
  "manifest_display_name" : "c",
  "name" : "c",
  "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" : "c",
      "targets" : [
        "c"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "cTests",
      "module_type" : "SwiftTarget",
      "name" : "cTests",
      "path" : "Tests/cTests",
      "sources" : [
        "cTests.swift"
      ],
      "target_dependencies" : [
        "c"
      ],
      "type" : "test"
    },
    {
      "c99name" : "c",
      "module_type" : "SwiftTarget",
      "name" : "c",
      "path" : "Sources/c",
      "product_dependencies" : [
        "t"
      ],
      "product_memberships" : [
        "c"
      ],
      "sources" : [
        "c.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.