The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BigNumber, reference master (d09d98), with Swift 5.10 for macOS (SPM) on 27 Jul 2024 14:46:24 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.48.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mkrd/Swift-BigInt.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/mkrd/Swift-BigInt
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at d09d98b Sendable (#85)
Cloned https://github.com/mkrd/Swift-BigInt.git
Revision (git rev-parse @):
d09d98b6819e2860160d4f0a909ce7f4925d8926
SUCCESS checkout https://github.com/mkrd/Swift-BigInt.git at master
========================================
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",
  "dependencies": [
    {
      "identity": "swift-bigint",
      "name": "BigNumber",
      "url": "https://github.com/mkrd/Swift-BigInt.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-BigInt",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/mkrd/Swift-BigInt.git
[1/1854] Fetching swift-bigint
Fetched https://github.com/mkrd/Swift-BigInt.git from cache (1.84s)
Creating working copy for https://github.com/mkrd/Swift-BigInt.git
Working copy of https://github.com/mkrd/Swift-BigInt.git resolved at master (d09d98b)
warning: '.resolve-product-dependencies': dependency 'swift-bigint' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/mkrd/Swift-BigInt.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[3/8] Write Benchmarks-entitlement.plist
[4/8] Write swift-version-33747A42983211AE.txt
[6/10] Emitting module BigNumber
[7/10] Compiling BigNumber Swift-Big-Number-Core.swift
[8/19] Compiling MGTools MG QueueDispatch.swift
[9/19] Compiling MGTools MG Storage.swift
[10/19] Compiling MGTools MG SuperSwift.swift
[11/19] Compiling MGTools MG Complex.swift
/Users/admin/builder/spi-builder-workspace/Sources/MGTools/MG Complex.swift:24:19: warning: setter argument 'newValue' was never used, but the property was accessed
                set { self.re = r }
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MGTools/MG Complex.swift:24:19: note: did you mean to use 'newValue' instead of accessing the property's current value?
                set { self.re = r }
                                ^
                                newValue
/Users/admin/builder/spi-builder-workspace/Sources/MGTools/MG Complex.swift:30:19: warning: setter argument 'newValue' was never used, but the property was accessed
                set { self.im = i }
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/MGTools/MG Complex.swift:30:19: note: did you mean to use 'newValue' instead of accessing the property's current value?
                set { self.im = i }
                                ^
                                newValue
[12/19] Compiling MGTools MG Math.swift
[13/19] Compiling MGTools MG IO.swift
[14/19] Compiling MGTools MG Benchmark Tools.swift
[15/19] Compiling MGTools MG Matrix.swift
[16/19] Emitting module MGTools
[17/22] Compiling Benchmarks main.swift
[18/22] Compiling Benchmarks Benchmarks.swift
[19/22] Emitting module Benchmarks
[19/22] Write Objects.LinkFileList
[20/22] Linking Benchmarks
[21/22] Applying Benchmarks
Build complete! (5.47s)
Build complete.
Done.