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 CaseAnything, reference main (750307), with Swift 5.10 for macOS (SPM) on 8 Jul 2025 19:18:51 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mesqueeb/CaseAnything.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mesqueeb/CaseAnything
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 7503070 chore: bump
Cloned https://github.com/mesqueeb/CaseAnything.git
Revision (git rev-parse @):
750307086b9dbcad40ded8e040adfd11e87bbbcf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/mesqueeb/CaseAnything.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mesqueeb/CaseAnything.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/5] Compiling CaseAnything Core.swift
[4/5] Emitting module CaseAnything
[5/5] Compiling CaseAnything Utils.swift
Build complete! (4.29s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CaseAnything",
  "name" : "CaseAnything",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "CaseAnything",
      "targets" : [
        "CaseAnything"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CaseAnythingTests",
      "module_type" : "SwiftTarget",
      "name" : "CaseAnythingTests",
      "path" : "Tests/CaseAnythingTests",
      "sources" : [
        "ComprehensiveTests.swift",
        "ShortTests.swift",
        "UtilTests.swift"
      ],
      "target_dependencies" : [
        "CaseAnything"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CaseAnything",
      "module_type" : "SwiftTarget",
      "name" : "CaseAnything",
      "path" : "Sources/CaseAnything",
      "product_memberships" : [
        "CaseAnything"
      ],
      "sources" : [
        "Core.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.