The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FloatingPointApproximation, reference master (5dda77), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 09:08:26 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/flight-school/floatingpointapproximation.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/floatingpointapproximation
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 5dda778 Create FUNDING.yml
Cloned https://github.com/flight-school/floatingpointapproximation.git
Revision (git rev-parse @):
5dda7781ab0f25ce2c9859e0355b717d881ba906
SUCCESS checkout https://github.com/flight-school/floatingpointapproximation.git at master
========================================
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": "floatingpointapproximation",
      "name": "FloatingPointApproximation",
      "url": "https://github.com/flight-school/floatingpointapproximation.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/floatingpointapproximation",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/flight-school/floatingpointapproximation.git
[1/61] Fetching floatingpointapproximation
Fetched https://github.com/flight-school/floatingpointapproximation.git from cache (0.56s)
Creating working copy for https://github.com/flight-school/floatingpointapproximation.git
Working copy of https://github.com/flight-school/floatingpointapproximation.git resolved at master (5dda778)
warning: '.resolve-product-dependencies': dependency 'floatingpointapproximation' 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/flight-school/floatingpointapproximation.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/4] Compiling FloatingPointApproximation FloatingPoint+Approximation.swift
[4/4] Emitting module FloatingPointApproximation
Build complete! (0.64s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FloatingPointApproximation",
  "name" : "FloatingPointApproximation",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FloatingPointApproximation",
      "targets" : [
        "FloatingPointApproximation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FloatingPointApproximationTests",
      "module_type" : "SwiftTarget",
      "name" : "FloatingPointApproximationTests",
      "path" : "Tests/FloatingPointApproximationTests",
      "sources" : [
        "FloatingPointApproximationTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "FloatingPointApproximation"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FloatingPointApproximation",
      "module_type" : "SwiftTarget",
      "name" : "FloatingPointApproximation",
      "path" : "Sources/FloatingPointApproximation",
      "product_memberships" : [
        "FloatingPointApproximation"
      ],
      "sources" : [
        "FloatingPoint+Approximation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.2"
}
Done.