The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Cache, reference main (356c10), with Swift 6.2 for macOS (SPM) on 20 Jun 2025 01:33:12 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/0xOpenBytes/Cache.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xOpenBytes/Cache
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 356c100 Update JSON.swift
Cloned https://github.com/0xOpenBytes/Cache.git
Revision (git rev-parse @):
356c1005b3b4b220fd83700450a7faf1c55d752e
SUCCESS checkout https://github.com/0xOpenBytes/Cache.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xOpenBytes/Cache.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-1EA4D86E10B52AF.txt
[5/10] Compiling t t.swift
[6/10] Compiling t t+Structure.swift
[7/10] Compiling t t+Factories.swift
[8/10] Compiling t t+Assertion.swift
[9/10] Compiling t t+Logging.swift
[10/10] Emitting module t
[11/12] Emitting module c
[12/12] Compiling c c.swift
[13/15] Emitting module Cache
[14/15] Compiling Cache Cache.swift
[15/15] Compiling Cache JSON.swift
Build complete! (7.33s)
Fetching https://github.com/0xOpenBytes/c
[1/237] Fetching c
Fetched https://github.com/0xOpenBytes/c from cache (0.70s)
Computing version for https://github.com/0xOpenBytes/c
Computed https://github.com/0xOpenBytes/c at 4.0.0 (1.22s)
Fetching https://github.com/0xOpenBytes/t
[1/368] Fetching t
Fetched https://github.com/0xOpenBytes/t from cache (0.82s)
Computing version for https://github.com/0xOpenBytes/t
Computed https://github.com/0xOpenBytes/t at 1.0.4 (1.33s)
Creating working copy for https://github.com/0xOpenBytes/c
Working copy of https://github.com/0xOpenBytes/c resolved at 4.0.0
Creating working copy for https://github.com/0xOpenBytes/t
Working copy of https://github.com/0xOpenBytes/t resolved at 1.0.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "c",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.0.0",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xOpenBytes/c"
    }
  ],
  "manifest_display_name" : "Cache",
  "name" : "Cache",
  "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" : "Cache",
      "targets" : [
        "Cache"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CacheTests",
      "module_type" : "SwiftTarget",
      "name" : "CacheTests",
      "path" : "Tests/CacheTests",
      "sources" : [
        "CacheTests.swift"
      ],
      "target_dependencies" : [
        "Cache"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Cache",
      "module_type" : "SwiftTarget",
      "name" : "Cache",
      "path" : "Sources/Cache",
      "product_dependencies" : [
        "c"
      ],
      "product_memberships" : [
        "Cache"
      ],
      "sources" : [
        "Cache.swift",
        "JSON.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.