The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-numerics with Swift 5.8 for macOS (SPM).

Build Command

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

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 /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.8
Building package at path:  $workDir
https://github.com/apple/swift-numerics.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Compiling _NumericsShims _NumericsShims.c
[2/21] Emitting module RealModule
[3/22] Compiling RealModule RealFunctions.swift
[4/22] Compiling RealModule AlgebraicField.swift
[5/22] Compiling RealModule ApproximateEquality.swift
[6/22] Compiling RealModule AugmentedArithmetic.swift
[7/22] Compiling RealModule Double+Real.swift
[8/22] Compiling RealModule Float80+Real.swift
[9/22] Compiling RealModule Real.swift
[10/22] Compiling RealModule Float16+Real.swift
[11/22] Compiling RealModule RelaxedArithmetic.swift
[12/22] Compiling RealModule ElementaryFunctions.swift
[13/22] Compiling RealModule Float+Real.swift
[14/22] Compiling IntegerUtilities RoundingRule.swift
[15/22] Compiling IntegerUtilities SaturatingArithmetic.swift
[16/22] Compiling IntegerUtilities Rotate.swift
[17/22] Compiling IntegerUtilities ShiftWithRounding.swift
[18/22] Emitting module IntegerUtilities
[19/22] Compiling IntegerUtilities DivideWithRounding.swift
[20/22] Compiling IntegerUtilities GCD.swift
[21/33] Compiling ComplexModule Complex+Hashable.swift
[22/33] Compiling ComplexModule Complex+IntegerLiteral.swift
[23/33] Compiling ComplexModule Complex+StringConvertible.swift
[24/33] Compiling ComplexModule Polar.swift
[25/34] Compiling ComplexModule Scale.swift
[26/34] Compiling ComplexModule Complex+AdditiveArithmetic.swift
[27/34] Compiling ComplexModule Complex+AlgebraicField.swift
[28/34] Compiling ComplexModule Complex.swift
[29/34] Compiling ComplexModule Complex+Numeric.swift
[30/34] Emitting module ComplexModule
[31/34] Compiling ComplexModule Complex+Codable.swift
[32/34] Compiling ComplexModule Complex+ElementaryFunctions.swift
[33/36] Compiling Numerics Numerics.swift
[34/36] Emitting module Numerics
[35/42] Compiling _TestSupport RealTestSupport.swift
[36/42] Emitting module _TestSupport
[37/42] Compiling _TestSupport DoubleWidth.swift
[38/42] Compiling _TestSupport Error.swift
[39/42] Compiling _TestSupport Interval.swift
[40/42] Compiling _TestSupport BlackHole.swift
[41/46] Compiling ComplexLog main.swift
[42/46] Compiling ComplexLog1p main.swift
[43/46] Emitting module ComplexLog1p
[44/46] Emitting module ComplexLog
[44/46] Linking ComplexLog
[45/46] Linking ComplexLog1p
Build complete! (4.07s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-numerics",
  "name" : "swift-numerics",
  "path" : "/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-builder/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: Mac 5