The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BigDecimal 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/Zollerboy1/BigDecimal.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/Zollerboy1/BigDecimal
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 04d1704 Fix Sendable checking for Swift 5.5
Cloned https://github.com/Zollerboy1/BigDecimal.git
Revision (git rev-parse @):
04d17040e4615fbfda3a882b9881f6841f4bf557
SPI manifest file found: $PWD/checkout/.spi.yml
SUCCESS checkout https://github.com/Zollerboy1/BigDecimal.git at main
Fetching https://github.com/attaswift/BigInt.git from cache
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/attaswift/BigInt.git (0.26s)
Fetched https://github.com/apple/swift-numerics.git (0.27s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.08s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.41s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "bigdecimal",
      "name": "BigDecimal",
      "url": "https://github.com/Zollerboy1/BigDecimal.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigDecimal",
      "dependencies": [
        {
          "identity": "bigint",
          "name": "BigInt",
          "url": "https://github.com/attaswift/BigInt.git",
          "version": "5.3.0",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-numerics",
          "name": "swift-numerics",
          "url": "https://github.com/apple/swift-numerics.git",
          "version": "1.0.2",
          "path": "/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-numerics",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Zollerboy1/BigDecimal.git
[1/35] Fetching bigdecimal
Fetched https://github.com/Zollerboy1/BigDecimal.git (0.24s)
Fetching https://github.com/attaswift/BigInt.git from cache
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/attaswift/BigInt.git (0.20s)
Fetched https://github.com/apple/swift-numerics.git (0.23s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.03s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.03s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/Zollerboy1/BigDecimal.git
Working copy of https://github.com/Zollerboy1/BigDecimal.git resolved at main
warning: '.resolve-product-dependencies': dependency 'bigdecimal' is not used by any target
Found 2 product dependencies
  - BigInt
  - swift-numerics
========================================
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...
[0/1] Compiling _NumericsShims _NumericsShims.c
[2/32] Compiling RealModule Real.swift
[3/33] Compiling RealModule Float16+Real.swift
[4/33] Compiling RealModule RealFunctions.swift
[5/33] Compiling RealModule Float+Real.swift
[6/33] Compiling RealModule ElementaryFunctions.swift
[7/33] Compiling RealModule Float80+Real.swift
[8/33] Compiling BigInt Data Conversion.swift
[9/33] Compiling BigInt Division.swift
[10/33] Emitting module RealModule
[11/33] Compiling BigInt Exponentiation.swift
[12/33] Compiling BigInt Addition.swift
[13/38] Compiling ComplexModule Arithmetic.swift
[14/38] Compiling ComplexModule Complex.swift
[15/38] Emitting module ComplexModule
[16/38] Compiling ComplexModule Differentiable.swift
[17/38] Compiling ComplexModule ElementaryFunctions.swift
[18/40] Emitting module Numerics
[19/40] Compiling Numerics Numerics.swift
[20/40] Emitting module BigInt
[21/42] Compiling BigInt Integer Conversion.swift
[22/42] Compiling BigInt Multiplication.swift
[23/42] Compiling BigInt Prime Test.swift
[24/42] Compiling BigInt Strideable.swift
[25/42] Compiling BigInt String Conversion.swift
[26/42] Compiling BigInt Random.swift
[27/42] Compiling BigInt Shifts.swift
[28/42] Compiling BigInt Square Root.swift
[30/42] Compiling BigInt BigInt.swift
[31/42] Compiling BigInt BigUInt.swift
[32/42] Compiling BigInt Subtraction.swift
[33/42] Compiling BigInt Words and Bits.swift
[34/42] Compiling BigInt Floating Point Conversion.swift
[35/42] Compiling BigInt GCD.swift
[36/42] Compiling BigInt Hashable.swift
[37/42] Compiling BigInt Bitwise Ops.swift
[38/42] Compiling BigInt Codable.swift
[39/42] Compiling BigInt Comparable.swift
[43/48] Compiling BigDecimal RangeReplaceableCollection+removeWhile.swift
[44/48] Compiling BigDecimal Util.swift
[45/48] Compiling BigDecimal Conversions.swift
[46/48] Compiling BigDecimal BigInt+digitCount.swift
[47/48] Emitting module BigDecimal
[48/48] Compiling BigDecimal BigDecimal.swift
Build complete! (12.92s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/zollerboy1/bigdecimal/main
Repository:               Zollerboy1/BigDecimal
Swift version used:       5.9
Target:                   BigDecimal
Generating documentation for 'BigDecimal'...
Converting documentation...
Conversion complete! (0.27s)
Generated DocC archive at '/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/zollerboy1/bigdecimal/main'
Fetching https://github.com/apple/swift-docc-plugin from cache
Updating https://github.com/apple/swift-numerics.git
Updating https://github.com/attaswift/BigInt.git
Fetched https://github.com/apple/swift-docc-plugin (0.25s)
Updated https://github.com/attaswift/BigInt.git (0.26s)
Updated https://github.com/apple/swift-numerics.git (0.26s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.06s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.74s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.05s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (0.30s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.07s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[1/45] Compiling SymbolKit AvailabilityItem.swift
[2/45] Compiling SymbolKit Domain.swift
[3/45] Compiling SymbolKit DeclarationFragments.swift
[4/45] Compiling SymbolKit Fragment.swift
[5/45] Compiling SymbolKit FragmentKind.swift
[6/45] Compiling SymbolKit FunctionParameter.swift
[7/50] Compiling SymbolKit Mixin+Equals.swift
[8/50] Compiling SymbolKit Mixin+Hash.swift
[9/50] Compiling SymbolKit Mixin.swift
[10/50] Compiling SymbolKit LineList.swift
[11/50] Compiling SymbolKit Position.swift
[12/50] Compiling SymbolKit SourceRange.swift
[13/50] Emitting module SymbolKit
[14/50] Compiling SymbolKit SPI.swift
[15/50] Compiling SymbolKit Snippet.swift
[16/50] Compiling SymbolKit Extension.swift
[17/50] Compiling SymbolKit GenericConstraint.swift
[18/50] Compiling SymbolKit GenericParameter.swift
[19/50] Compiling SymbolKit SourceOrigin.swift
[20/50] Compiling SymbolKit GenericConstraints.swift
[21/50] Compiling SymbolKit Swift.swift
[22/50] Compiling SymbolKit SemanticVersion.swift
[23/50] Compiling SymbolKit AccessControl.swift
[24/50] Compiling SymbolKit Availability.swift
[25/50] Compiling SymbolKit FunctionSignature.swift
[26/50] Compiling SymbolKit Identifier.swift
[27/50] Compiling SymbolKit KindIdentifier.swift
[28/50] Compiling SymbolKit Location.swift
[29/50] Compiling SymbolKit Mutability.swift
[30/50] Compiling SymbolKit Names.swift
[31/50] Compiling SymbolKit Generics.swift
[32/50] Compiling SymbolKit Namespace.swift
[33/50] Compiling SymbolKit Symbol.swift
[34/50] Compiling SymbolKit SymbolKind.swift
[35/50] Compiling SymbolKit SymbolGraph.swift
[36/50] Compiling SymbolKit Metadata.swift
[37/50] Compiling SymbolKit Module.swift
[38/50] Compiling SymbolKit OperatingSystem.swift
[39/50] Compiling SymbolKit Platform.swift
[40/50] Compiling SymbolKit Relationship.swift
[41/50] Compiling SymbolKit RelationshipKind.swift
[42/50] Compiling SymbolKit GraphCollector.swift
[43/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[44/50] Compiling SymbolKit UnifiedSymbol.swift
[45/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[46/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[47/50] Compiling Snippets SnippetParser.swift
[48/50] Compiling Snippets Snippet.swift
[49/50] Emitting module Snippets
[50/54] Emitting module snippet_extract
[51/54] Compiling snippet_extract URL+Status.swift
[52/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[53/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Linking snippet-extract
Build complete! (6.77s)
Building for debugging...
Build complete! (0.53s)
     215
3	/Users/admin/builds/h8344Zi3/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/zollerboy1/bigdecimal/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/zollerboy1/bigdecimal/main
File count: 215
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-zollerboy1-bigdecimal-main-16d8e7ec.zip to s3://spi-docs-inbox/prod-zollerboy1-bigdecimal-main-16d8e7ec.zip
Copying... [13%]
Copying... [26%]
Copying... [38%]
Copying... [51%]
Copying... [64%]
Copying... [77%]
Copying... [90%]
Copying... [100%]
Done.