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 Half, reference 1.4.2 (14b1ab), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 18:06:34 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/SomeRandomiOSDev/Half.git
Reference: 1.4.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/Half
 * tag               1.4.2      -> FETCH_HEAD
HEAD is now at 14b1ab3 Merge pull request #18 from SomeRandomiOSDev/strict-concurrency
Cloned https://github.com/SomeRandomiOSDev/Half.git
Revision (git rev-parse @):
14b1ab35ffdf62c999ef1016ec0f8e745a6feed5
SUCCESS checkout https://github.com/SomeRandomiOSDev/Half.git at 1.4.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/SomeRandomiOSDev/Half.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Compiling fp_extend.cpp
[2/5] Compiling fp_trunc.cpp
[3/5] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Compiling half.c
[6/9] Compiling Half Half+Coding.swift
[7/9] Compiling Half Half.swift
[8/9] Compiling Half Functions.swift
[9/9] Emitting module Half
Build complete! (4.12s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Half",
  "name" : "Half",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "12.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "Half",
      "targets" : [
        "Half",
        "CHalf"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HalfTests",
      "module_type" : "SwiftTarget",
      "name" : "HalfTests",
      "path" : "Tests/HalfTests",
      "sources" : [
        "FunctionsTests.swift",
        "Half+CodingTests.swift",
        "HalfTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Half"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Half",
      "module_type" : "SwiftTarget",
      "name" : "Half",
      "path" : "Sources/Half",
      "product_memberships" : [
        "Half"
      ],
      "sources" : [
        "Functions.swift",
        "Half+Coding.swift",
        "Half.swift"
      ],
      "target_dependencies" : [
        "CHalf"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CHalfTests",
      "module_type" : "SwiftTarget",
      "name" : "CHalfTests",
      "path" : "Tests/CHalfTests",
      "sources" : [
        "CHalfTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "CHalf",
        "Half"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CHalf",
      "module_type" : "ClangTarget",
      "name" : "CHalf",
      "path" : "Sources/CHalf",
      "product_memberships" : [
        "Half"
      ],
      "sources" : [
        "src/fp_extend.cpp",
        "src/fp_trunc.cpp",
        "src/half.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.