The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-numerics with Swift 5.7 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-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/apple/swift-numerics.git
Reference: main
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/apple/swift-numerics
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ab63ebd Merge pull request #286 from stephentyrone/drop-support-5.4
Cloned https://github.com/apple/swift-numerics.git
Revision (git rev-parse @):
ab63ebd7b23de3d28ecf3adf53e4f0f6d34be523
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/apple/swift-numerics.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  $workDir
https://github.com/apple/swift-numerics.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/10] Compiling _NumericsShims _NumericsShims.c
[2/28] Emitting module RealModule
[3/29] Compiling RealModule RealFunctions.swift
[4/29] Compiling IntegerUtilities GCD.swift
[5/29] Compiling RealModule Real.swift
[6/29] Compiling RealModule Float16+Real.swift
[7/29] Compiling RealModule Float80+Real.swift
[8/29] Compiling RealModule ElementaryFunctions.swift
[9/29] Compiling RealModule Float+Real.swift
[10/29] Emitting module IntegerUtilities
[11/29] Compiling IntegerUtilities DivideWithRounding.swift
[12/29] Compiling IntegerUtilities Rotate.swift
[13/29] Compiling IntegerUtilities SaturatingArithmetic.swift
[14/29] Compiling IntegerUtilities RoundingRule.swift
[15/29] Compiling IntegerUtilities ShiftWithRounding.swift
[16/29] Compiling RealModule AugmentedArithmetic.swift
[17/29] Compiling RealModule Double+Real.swift
[18/29] Compiling RealModule AlgebraicField.swift
[19/29] Compiling RealModule ApproximateEquality.swift
[21/31] Wrapping AST for IntegerUtilities for debugging
[23/31] Compiling RealModule RelaxedArithmetic.swift
[25/33] Wrapping AST for RealModule for debugging
[27/44] Compiling ComplexModule Complex+StringConvertible.swift
[28/45] Compiling ComplexModule Polar.swift
[29/45] Compiling ComplexModule Complex+Hashable.swift
[30/45] Compiling ComplexModule Complex+IntegerLiteral.swift
[31/45] Compiling ComplexModule Complex+Numeric.swift
[32/45] Compiling ComplexModule Scale.swift
[33/45] Compiling ComplexModule Complex.swift
[34/45] Compiling ComplexModule Complex+Codable.swift
[35/45] Compiling ComplexModule Complex+ElementaryFunctions.swift
[36/45] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[37/45] Compiling ComplexModule Complex+AlgebraicField.swift
[38/45] Emitting module ComplexModule
[40/47] Wrapping AST for ComplexModule for debugging
[42/49] Emitting module Numerics
[43/49] Compiling Numerics Numerics.swift
[45/51] Wrapping AST for Numerics for debugging
[47/57] Compiling _TestSupport RealTestSupport.swift
[48/57] Compiling _TestSupport Interval.swift
[49/57] Compiling _TestSupport Error.swift
[50/57] Emitting module _TestSupport
[51/57] Compiling _TestSupport BlackHole.swift
[52/57] Compiling _TestSupport DoubleWidth.swift
[54/59] Wrapping AST for _TestSupport for debugging
[56/63] Emitting module ComplexLog
[57/63] Compiling ComplexLog main.swift
[58/64] Emitting module ComplexLog1p
[59/64] Compiling ComplexLog1p main.swift
[63/67] Wrapping AST for ComplexLog for debugging
[64/67] Wrapping AST for ComplexLog1p for debugging
[65/67] Linking ComplexLog1p
[66/67] Linking ComplexLog
Build complete! (7.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-numerics",
  "name" : "swift-numerics",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ComplexModule",
      "targets" : [
        "ComplexModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Numerics",
      "targets" : [
        "Numerics"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RealModule",
      "targets" : [
        "RealModule"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ComplexLog1p",
      "targets" : [
        "ComplexLog1p"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ComplexLog",
      "targets" : [
        "ComplexLog"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_TestSupport",
      "module_type" : "SwiftTarget",
      "name" : "_TestSupport",
      "path" : "Sources/_TestSupport",
      "product_memberships" : [
        "ComplexLog1p",
        "ComplexLog"
      ],
      "sources" : [
        "BlackHole.swift",
        "DoubleWidth.swift",
        "Error.swift",
        "Interval.swift",
        "RealTestSupport.swift"
      ],
      "target_dependencies" : [
        "Numerics"
      ],
      "type" : "library"
    },
    {
      "c99name" : "_NumericsShims",
      "module_type" : "ClangTarget",
      "name" : "_NumericsShims",
      "path" : "Sources/_NumericsShims",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "RealModule",
        "ComplexLog1p",
        "ComplexLog"
      ],
      "sources" : [
        "_NumericsShims.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RealTests",
      "module_type" : "SwiftTarget",
      "name" : "RealTests",
      "path" : "Tests/RealTests",
      "sources" : [
        "ApproximateEqualityTests.swift",
        "AugmentedArithmeticTests.swift",
        "ElementaryFunctionChecks.swift",
        "IntegerExponentTests.swift",
        "RelaxedArithmeticTests.swift"
      ],
      "target_dependencies" : [
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RealModule",
      "module_type" : "SwiftTarget",
      "name" : "RealModule",
      "path" : "Sources/RealModule",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "RealModule",
        "ComplexLog1p",
        "ComplexLog"
      ],
      "sources" : [
        "AlgebraicField.swift",
        "ApproximateEquality.swift",
        "AugmentedArithmetic.swift",
        "Double+Real.swift",
        "ElementaryFunctions.swift",
        "Float+Real.swift",
        "Float16+Real.swift",
        "Float80+Real.swift",
        "Real.swift",
        "RealFunctions.swift",
        "RelaxedArithmetic.swift"
      ],
      "target_dependencies" : [
        "_NumericsShims"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Numerics",
      "module_type" : "SwiftTarget",
      "name" : "Numerics",
      "path" : "Sources/Numerics",
      "product_memberships" : [
        "Numerics",
        "ComplexLog1p",
        "ComplexLog"
      ],
      "sources" : [
        "Numerics.swift"
      ],
      "target_dependencies" : [
        "ComplexModule",
        "IntegerUtilities",
        "RealModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegerUtilitiesTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegerUtilitiesTests",
      "path" : "Tests/IntegerUtilitiesTests",
      "sources" : [
        "DivideTests.swift",
        "DoubleWidthTests.swift",
        "GCDTests.swift",
        "RotateTests.swift",
        "SaturatingArithmeticTests.swift",
        "ShiftTests.swift"
      ],
      "target_dependencies" : [
        "IntegerUtilities",
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IntegerUtilities",
      "module_type" : "SwiftTarget",
      "name" : "IntegerUtilities",
      "path" : "Sources/IntegerUtilities",
      "product_memberships" : [
        "Numerics",
        "ComplexLog1p",
        "ComplexLog"
      ],
      "sources" : [
        "DivideWithRounding.swift",
        "GCD.swift",
        "Rotate.swift",
        "RoundingRule.swift",
        "SaturatingArithmetic.swift",
        "ShiftWithRounding.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComplexTests",
      "module_type" : "SwiftTarget",
      "name" : "ComplexTests",
      "path" : "Tests/ComplexTests",
      "sources" : [
        "ApproximateEqualityTests.swift",
        "ArithmeticTests.swift",
        "ElementaryFunctionTests.swift",
        "PropertyTests.swift"
      ],
      "target_dependencies" : [
        "_TestSupport"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComplexModule",
      "module_type" : "SwiftTarget",
      "name" : "ComplexModule",
      "path" : "Sources/ComplexModule",
      "product_memberships" : [
        "ComplexModule",
        "Numerics",
        "ComplexLog1p",
        "ComplexLog"
      ],
      "sources" : [
        "Complex+AdditiveArithmetic.swift",
        "Complex+AlgebraicField.swift",
        "Complex+Codable.swift",
        "Complex+ElementaryFunctions.swift",
        "Complex+Hashable.swift",
        "Complex+IntegerLiteral.swift",
        "Complex+Numeric.swift",
        "Complex+StringConvertible.swift",
        "Complex.swift",
        "Polar.swift",
        "Scale.swift"
      ],
      "target_dependencies" : [
        "RealModule"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ComplexLog1p",
      "module_type" : "SwiftTarget",
      "name" : "ComplexLog1p",
      "path" : "Tests/Executable/ComplexLog1p",
      "product_memberships" : [
        "ComplexLog1p"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Numerics",
        "_TestSupport"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ComplexLog",
      "module_type" : "SwiftTarget",
      "name" : "ComplexLog",
      "path" : "Tests/Executable/ComplexLog",
      "product_memberships" : [
        "ComplexLog"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "Numerics",
        "_TestSupport"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.5"
}
Done.

Build Machine: Linux 1