The Swift Package Index logo.Swift Package Index

Build Information

Successful build of FDec, reference main (f77b37), with Swift 6.0 for macOS (SPM) on 2 Dec 2025 18:17:41 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/metatronsw/FDec.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/metatronsw/FDec
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f77b37a + Minor bug fixes and cosmetic improvements
Cloned https://github.com/metatronsw/FDec.git
Revision (git rev-parse @):
f77b37a4daa62a72c99d49b973414c7220bffefe
SUCCESS checkout https://github.com/metatronsw/FDec.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/metatronsw/FDec.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Compiling FDec FDec.swift
[4/4] Emitting module FDec
Build complete! (3.74s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "FDec",
  "name" : "FDec",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "FDec",
      "targets" : [
        "FDec"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FDecTests",
      "module_type" : "SwiftTarget",
      "name" : "FDecTests",
      "path" : "Tests/FDecTests",
      "sources" : [
        "FDecTests.swift"
      ],
      "target_dependencies" : [
        "FDec"
      ],
      "type" : "test"
    },
    {
      "c99name" : "FDec",
      "module_type" : "SwiftTarget",
      "name" : "FDec",
      "path" : "Sources/FDec",
      "product_memberships" : [
        "FDec"
      ],
      "sources" : [
        "FDec.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.