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 FourCC, reference main (842403), with Swift 6.2 (beta) for macOS (SPM) on 18 Aug 2025 18:34:06 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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/FourCC.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/FourCC
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 8424031 Bump actions/checkout from 4 to 5 (#7)
Cloned https://github.com/sbooth/FourCC.git
Revision (git rev-parse @):
84240315a062c81e89c3f72fa1575967df8c08ec
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/FourCC.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sbooth/FourCC.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/5] Compiling FourCC UInt32+fourCC.swift
[4/5] Compiling FourCC String+fourCC.swift
[5/5] Emitting module FourCC
Build complete! (3.25s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FourCC",
  "name" : "FourCC",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FourCC",
      "targets" : [
        "FourCC"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FourCCTests",
      "module_type" : "SwiftTarget",
      "name" : "FourCCTests",
      "path" : "Tests/FourCCTests",
      "sources" : [
        "FourCCTests.swift"
      ],
      "target_dependencies" : [
        "FourCC"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FourCC",
      "module_type" : "SwiftTarget",
      "name" : "FourCC",
      "path" : "Sources/FourCC",
      "product_memberships" : [
        "FourCC"
      ],
      "sources" : [
        "String+fourCC.swift",
        "UInt32+fourCC.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.