The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Half, reference main (14b1ab), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 01:10:12 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/SomeRandomiOSDev/Half.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/Half
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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": "half",
      "name": "Half",
      "url": "https://github.com/SomeRandomiOSDev/Half.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Half",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/SomeRandomiOSDev/Half.git
[1/630] Fetching half
Fetched https://github.com/SomeRandomiOSDev/Half.git from cache (0.83s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half.git
Working copy of https://github.com/SomeRandomiOSDev/Half.git resolved at main (14b1ab3)
warning: '.resolve-product-dependencies': dependency 'half' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SomeRandomiOSDev/Half.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[1/5] Compiling fp_trunc.cpp
[2/5] Compiling fp_extend.cpp
[3/5] Write swift-version--6988338F2F200930.txt
[4/5] Compiling half.c
[6/9] Compiling Half Half.swift
[7/9] Compiling Half Half+Coding.swift
[8/9] Compiling Half Functions.swift
[9/9] Emitting module Half
Build complete! (4.72s)
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.