The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Complex, reference 1.2.1 (773b53), with Swift 6.3 for macOS (SPM) on 12 Apr 2026 13:12:42 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/Complex.git
Reference: 1.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/SomeRandomiOSDev/Complex
 * tag               1.2.1      -> FETCH_HEAD
HEAD is now at 773b538 Merge pull request #15 from SomeRandomiOSDev/Modernize
Cloned https://github.com/SomeRandomiOSDev/Complex.git
Revision (git rev-parse @):
773b538b5b32772ab218b95c6b77dfde7a34d137
SUCCESS checkout https://github.com/SomeRandomiOSDev/Complex.git at 1.2.1
Fetching https://github.com/SomeRandomiOSDev/Half
[1/630] Fetching half
Fetched https://github.com/SomeRandomiOSDev/Half from cache (0.82s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.2.1 (1.53s)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.2.1
========================================
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": "complex",
      "name": "Complex",
      "url": "https://github.com/SomeRandomiOSDev/Complex.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Complex",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "half",
          "name": "Half",
          "url": "https://github.com/SomeRandomiOSDev/Half",
          "version": "1.4.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Half",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/SomeRandomiOSDev/Complex.git
[1/303] Fetching complex
Fetched https://github.com/SomeRandomiOSDev/Complex.git from cache (0.79s)
Fetching https://github.com/SomeRandomiOSDev/Half from cache
Fetched https://github.com/SomeRandomiOSDev/Half from cache (0.56s)
Computing version for https://github.com/SomeRandomiOSDev/Half
Computed https://github.com/SomeRandomiOSDev/Half at 1.4.2 (1.10s)
Creating working copy for https://github.com/SomeRandomiOSDev/Complex.git
Working copy of https://github.com/SomeRandomiOSDev/Complex.git resolved at 1.2.1 (773b538)
Creating working copy for https://github.com/SomeRandomiOSDev/Half
Working copy of https://github.com/SomeRandomiOSDev/Half resolved at 1.4.2
warning: '.resolve-product-dependencies': dependency 'complex' is not used by any target
Found 1 product dependencies
  - Half
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/SomeRandomiOSDev/Complex.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/8] Compiling Complex Functions.swift
[4/8] Compiling Complex ComplexOverflowingArithmetic.swift
[5/8] Compiling Complex Operators.swift
[6/8] Emitting module Complex
[7/8] Compiling Complex ComplexArithmetic.swift
[8/8] Compiling Complex Complex.swift
Build complete! (3.90s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "half",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/SomeRandomiOSDev/Half"
    }
  ],
  "manifest_display_name" : "Complex",
  "name" : "Complex",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "macos",
      "version" : "10.10"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    },
    {
      "name" : "watchos",
      "version" : "2.0"
    }
  ],
  "products" : [
    {
      "name" : "Complex",
      "targets" : [
        "Complex"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "4.2",
    "5"
  ],
  "targets" : [
    {
      "c99name" : "ComplexTests",
      "module_type" : "SwiftTarget",
      "name" : "ComplexTests",
      "path" : "Tests/ComplexTests",
      "product_dependencies" : [
        "Half"
      ],
      "sources" : [
        "ComplexArithmeticTests.swift",
        "ComplexOverflowingArithmeticTests.swift",
        "ComplexTests.swift",
        "FunctionsTests.swift",
        "TestingBase.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Complex"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Complex",
      "module_type" : "SwiftTarget",
      "name" : "Complex",
      "path" : "Sources/Complex",
      "product_memberships" : [
        "Complex"
      ],
      "sources" : [
        "Complex.swift",
        "ComplexArithmetic.swift",
        "ComplexOverflowingArithmetic.swift",
        "Functions.swift",
        "Operators.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.