The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftCalc with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/schwa/SwiftCalc.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swiftcalc",
      "name": "SwiftCalc",
      "url": "https://github.com/schwa/SwiftCalc.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftCalc",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/schwa/SwiftCalc.git
[1/108] Fetching swiftcalc
Fetched https://github.com/schwa/SwiftCalc.git (0.41s)
Creating working copy for https://github.com/schwa/SwiftCalc.git
Working copy of https://github.com/schwa/SwiftCalc.git resolved at main
warning: '.resolve-product-dependencies': dependency 'swiftcalc' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Compiling parser parser.c
[2/6] Compiling SwiftCalc SwiftCalc.swift
[3/6] Compiling SwiftCalc Introspection.swift
[4/6] Compiling SwiftCalc Math.swift
[5/6] Emitting module SwiftCalc
[6/6] Compiling SwiftCalc AttributedString.swift
Build complete! (18.53s)
Build complete.
Done.