The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PreciseDecimal 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/davdroman/PreciseDecimal.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/davdroman/PreciseDecimal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 74cf0fc Remove Arena support (#18)
Cloned https://github.com/davdroman/PreciseDecimal.git
Revision (git rev-parse @):
74cf0fcba705b6f0a21c9eb99e57cab721ce092f
SUCCESS checkout https://github.com/davdroman/PreciseDecimal.git at main
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay from cache
Fetching https://github.com/pointfreeco/swift-custom-dump from cache
Fetching https://github.com/davdroman/swift-json-testing from cache
Fetched https://github.com/davdroman/swift-json-testing (0.26s)
Computing version for https://github.com/davdroman/swift-json-testing
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (0.72s)
Fetched https://github.com/pointfreeco/swift-custom-dump (0.73s)
Computed https://github.com/davdroman/swift-json-testing at 0.2.0 (0.70s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.0.0 (0.04s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.0.2 (0.03s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.0.2
Creating working copy for https://github.com/davdroman/swift-json-testing
Working copy of https://github.com/davdroman/swift-json-testing resolved at 0.2.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.0.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "precisedecimal",
      "name": "PreciseDecimal",
      "url": "https://github.com/davdroman/PreciseDecimal.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PreciseDecimal",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/davdroman/PreciseDecimal.git from cache
Fetched https://github.com/davdroman/PreciseDecimal.git (0.17s)
Creating working copy for https://github.com/davdroman/PreciseDecimal.git
Working copy of https://github.com/davdroman/PreciseDecimal.git resolved at main
warning: '.resolve-product-dependencies': dependency 'precisedecimal' 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...
[1/5] Compiling PreciseDecimal PreciseDecimal+Literals.swift
[2/5] Compiling PreciseDecimal PreciseDecimal.swift
[3/5] Emitting module PreciseDecimal
[4/5] Compiling PreciseDecimal PreciseDecimal+Codable.swift
[5/5] Compiling PreciseDecimal PreciseDecimal+Description.swift
Build complete! (8.06s)
Build complete.
Done.