The Swift Package Index logo.Swift Package Index

Build Information

Successful build of NumberKit with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/objecthub/swift-numberkit.git
Reference: 2.5.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/objecthub/swift-numberkit
 * tag               2.5.1      -> FETCH_HEAD
HEAD is now at 38c649a Make usage of `StaticBigInt` conditionally. Reduce deployment target requirements down to macOS 10.13 and iOS 13.
Cloned https://github.com/objecthub/swift-numberkit.git
Revision (git rev-parse @):
38c649a58989ae80f8b0694b0b9826130df5c18f
SUCCESS checkout https://github.com/objecthub/swift-numberkit.git at 2.5.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/objecthub/swift-numberkit.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[1/8] Compiling NumberKit IntegerNumber.swift
[2/8] Compiling NumberKit NumberUtil.swift
[3/8] Compiling NumberKit Rational.swift
[4/8] Emitting module NumberKit
[5/8] Compiling NumberKit FloatingPointNumber.swift
[6/8] Compiling NumberKit Complex.swift
[7/8] Compiling NumberKit BigInt.swift
[8/8] Compiling NumberKit Integer.swift
Build complete! (10.39s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "NumberKit",
  "name" : "NumberKit",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "NumberKit",
      "targets" : [
        "NumberKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "NumberKitTests",
      "module_type" : "SwiftTarget",
      "name" : "NumberKitTests",
      "path" : "Tests/NumberKitTests",
      "sources" : [
        "BigIntTests.swift",
        "CodableTests.swift",
        "ComplexTests.swift",
        "IntegerNumberTests.swift",
        "IntegerTests.swift",
        "NumberUtilTests.swift",
        "RationalTests.swift"
      ],
      "target_dependencies" : [
        "NumberKit"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NumberKit",
      "module_type" : "SwiftTarget",
      "name" : "NumberKit",
      "path" : "Sources/NumberKit",
      "product_memberships" : [
        "NumberKit"
      ],
      "sources" : [
        "BigInt.swift",
        "Complex.swift",
        "FloatingPointNumber.swift",
        "Integer.swift",
        "IntegerNumber.swift",
        "NumberUtil.swift",
        "Rational.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Done.

Build Machine: Linux 2