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 Complex, reference main (bdcf7d), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:49:33 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/dankogai/swift-complex.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankogai/swift-complex
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bdcf7d4 Update README.md
Cloned https://github.com/dankogai/swift-complex.git
Revision (git rev-parse @):
bdcf7d422e8ee7ab32227d6236791ff561c42ad4
SUCCESS checkout https://github.com/dankogai/swift-complex.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankogai/swift-complex.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/9] Write sources
[2/9] Write ComplexRun-entitlement.plist
[3/9] Write swift-version-1EA4D86E10B52AF.txt
[5/13] Compiling Complex Complex.swift
[6/13] Compiling Complex FloatingPointMath.swift
[7/13] Emitting module Complex
[8/13] Compiling Complex GaussianInt.swift
[8/13] Write Objects.LinkFileList
[10/15] Emitting module ComplexRun
[11/15] Compiling ComplexRun main.swift
[11/15] Write Objects.LinkFileList
[12/15] Linking libComplex.dylib
[13/15] Linking ComplexRun
[14/15] Applying ComplexRun
Build complete! (3.66s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Complex",
  "name" : "Complex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Complex",
      "targets" : [
        "Complex"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "ComplexRun",
      "targets" : [
        "ComplexRun"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComplexTests",
      "module_type" : "SwiftTarget",
      "name" : "ComplexTests",
      "path" : "Tests/ComplexTests",
      "sources" : [
        "ComplexTests.swift",
        "GaussianIntTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Complex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComplexRun",
      "module_type" : "SwiftTarget",
      "name" : "ComplexRun",
      "path" : "Sources/ComplexRun",
      "product_memberships" : [
        "ComplexRun"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Complex"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Complex",
      "module_type" : "SwiftTarget",
      "name" : "Complex",
      "path" : "Sources/Complex",
      "product_memberships" : [
        "Complex",
        "ComplexRun"
      ],
      "sources" : [
        "Complex.swift",
        "FloatingPointMath.swift",
        "GaussianInt.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.