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 SwiftCalc, reference main (fb3157), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 00:59:32 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/schwa/SwiftCalc.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/schwa/SwiftCalc
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fb31571 Remove code cov to fix buildkite.
Cloned https://github.com/schwa/SwiftCalc.git
Revision (git rev-parse @):
fb31571bf338526f50478897027ac9747b7acaa7
SUCCESS checkout https://github.com/schwa/SwiftCalc.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/schwa/SwiftCalc.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Write swift-version-1EA4D86E10B52AF.txt
[2/3] Compiling parser parser.c
[4/8] Compiling SwiftCalc SwiftCalc.swift
[5/8] Compiling SwiftCalc Introspection.swift
[6/8] Compiling SwiftCalc Math.swift
[7/8] Emitting module SwiftCalc
[8/8] Compiling SwiftCalc AttributedString.swift
Build complete! (7.30s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftCalc",
  "name" : "SwiftCalc",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SwiftCalc",
      "targets" : [
        "SwiftCalc"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "parser",
      "module_type" : "ClangTarget",
      "name" : "parser",
      "path" : "Sources/parser",
      "product_memberships" : [
        "SwiftCalc"
      ],
      "sources" : [
        "parser.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SwiftCalcTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCalcTests",
      "path" : "Tests/SwiftCalcTests",
      "sources" : [
        "SwiftCalcTests.swift"
      ],
      "target_dependencies" : [
        "SwiftCalc"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftCalc",
      "module_type" : "SwiftTarget",
      "name" : "SwiftCalc",
      "path" : "Sources/SwiftCalc",
      "product_memberships" : [
        "SwiftCalc"
      ],
      "sources" : [
        "AttributedString.swift",
        "Introspection.swift",
        "Math.swift",
        "SwiftCalc.swift"
      ],
      "target_dependencies" : [
        "parser"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.