The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftMnemonic, reference 0.2.1 (b05972), with Swift 6.1 for macOS (SPM) on 26 Sep 2025 20:48:41 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kingpin-Apps/swift-mnemonic.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kingpin-Apps/swift-mnemonic
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at b05972f bump: version 0.2.0 → 0.2.1
Cloned https://github.com/Kingpin-Apps/swift-mnemonic.git
Revision (git rev-parse @):
b05972fe91e2fd63a507b73862842724007a35bc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Kingpin-Apps/swift-mnemonic.git at 0.2.1
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/KINGH242/swift-base58.git
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/apple/swift-asn1.git from cache
[1/143] Fetching uncommoncrypto.swift
[123/197] Fetching uncommoncrypto.swift, swift-base58
Fetched https://github.com/KINGH242/swift-base58.git from cache (0.66s)
[1/4826] Fetching bigint
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (1.28s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.28s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.35s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.66s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
Creating working copy for https://github.com/KINGH242/swift-base58.git
Working copy of https://github.com/KINGH242/swift-base58.git resolved at 0.1.2
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
========================================
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-mnemonic",
      "name": "SwiftMnemonic",
      "url": "https://github.com/Kingpin-Apps/swift-mnemonic.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-mnemonic",
      "dependencies": [
        {
          "identity": "uncommoncrypto.swift",
          "name": "UncommonCrypto",
          "url": "https://github.com/tesseract-one/UncommonCrypto.swift.git",
          "version": "0.2.1",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/UncommonCrypto.swift",
          "dependencies": [
          ]
        },
        {
          "identity": "swift-base58",
          "name": "SwiftBase58",
          "url": "https://github.com/KINGH242/swift-base58.git",
          "version": "0.1.2",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-base58",
          "dependencies": [
            {
              "identity": "bigint",
              "name": "BigInt",
              "url": "https://github.com/attaswift/BigInt.git",
              "version": "5.3.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BigInt",
              "dependencies": [
              ]
            },
            {
              "identity": "swift-crypto",
              "name": "swift-crypto",
              "url": "https://github.com/apple/swift-crypto.git",
              "version": "3.15.1",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
              "dependencies": [
                {
                  "identity": "swift-asn1",
                  "name": "swift-asn1",
                  "url": "https://github.com/apple/swift-asn1.git",
                  "version": "1.4.0",
                  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
                  "dependencies": [
                  ]
                }
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/Kingpin-Apps/swift-mnemonic.git
[1/184] Fetching swift-mnemonic
Fetched https://github.com/Kingpin-Apps/swift-mnemonic.git from cache (0.76s)
Fetching https://github.com/KINGH242/swift-base58.git from cache
Fetching https://github.com/tesseract-one/UncommonCrypto.swift.git from cache
Fetched https://github.com/KINGH242/swift-base58.git from cache (0.46s)
Fetched https://github.com/tesseract-one/UncommonCrypto.swift.git from cache (0.46s)
Computing version for https://github.com/KINGH242/swift-base58.git
Computed https://github.com/KINGH242/swift-base58.git at 0.1.2 (0.93s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetching https://github.com/attaswift/BigInt.git from cache
Fetched https://github.com/attaswift/BigInt.git from cache (0.56s)
Fetched https://github.com/apple/swift-crypto.git from cache (0.58s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (1.14s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.00s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (1.04s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.55s)
Creating working copy for https://github.com/tesseract-one/UncommonCrypto.swift.git
Working copy of https://github.com/tesseract-one/UncommonCrypto.swift.git resolved at 0.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
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/Kingpin-Apps/swift-mnemonic.git
Working copy of https://github.com/Kingpin-Apps/swift-mnemonic.git resolved at 0.2.1 (b05972f)
Creating working copy for https://github.com/KINGH242/swift-base58.git
Working copy of https://github.com/KINGH242/swift-base58.git resolved at 0.1.2
warning: '.resolve-product-dependencies': dependency 'swift-mnemonic' is not used by any target
Found 2 product dependencies
  - UncommonCrypto
  - SwiftBase58
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kingpin-Apps/swift-mnemonic.git
https://github.com/Kingpin-Apps/swift-mnemonic.git
{
  "dependencies" : [
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/swift-base58.git"
    }
  ],
  "manifest_display_name" : "SwiftMnemonic",
  "name" : "SwiftMnemonic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMnemonic",
      "targets" : [
        "SwiftMnemonic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMnemonicTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonicTests",
      "path" : "Tests/SwiftMnemonicTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftMnemonicTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorsTests.swift",
        "LanguageTests.swift",
        "MnemonicTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftMnemonic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMnemonic",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonic",
      "path" : "Sources/SwiftMnemonic",
      "product_dependencies" : [
        "UncommonCrypto",
        "SwiftBase58"
      ],
      "product_memberships" : [
        "SwiftMnemonic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Enums.swift",
        "Errors.swift",
        "Mnemonic.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/11] Write sources
[4/11] Copying wordlist
[5/11] Write swift-version-2F0A5646E1D333AE.txt
[6/32] Compiling CUncommonCrypto memzero.c
[7/32] Compiling CUncommonCrypto hmac.c
[7/32] Compiling CUncommonCrypto pbkdf2.c
[9/32] Compiling CUncommonCrypto sha3.c
[10/32] Compiling CUncommonCrypto sha2.c
[12/39] Emitting module BigInt
[13/41] Compiling BigInt Addition.swift
[14/41] Compiling BigInt BigInt.swift
[15/41] Compiling BigInt BigUInt.swift
[16/41] Compiling BigInt Subtraction.swift
[17/41] Compiling BigInt Words and Bits.swift
[18/41] Compiling BigInt Data Conversion.swift
[19/41] Compiling BigInt Division.swift
[20/41] Compiling UncommonCrypto SecureRandom.swift
[21/41] Compiling UncommonCrypto SHA3.swift
[22/41] Compiling BigInt Integer Conversion.swift
[23/41] Compiling BigInt Multiplication.swift
[24/41] Compiling BigInt Strideable.swift
[25/41] Compiling BigInt String Conversion.swift
[26/41] Compiling BigInt Prime Test.swift
[27/41] Compiling BigInt Random.swift
[28/41] Compiling BigInt Exponentiation.swift
[29/41] Compiling BigInt Floating Point Conversion.swift
[30/41] Compiling BigInt GCD.swift
[31/41] Compiling BigInt Hashable.swift
[32/41] Compiling BigInt Bitwise Ops.swift
[33/41] Compiling BigInt Codable.swift
[34/41] Compiling BigInt Comparable.swift
[35/41] Compiling BigInt Shifts.swift
[36/41] Compiling BigInt Square Root.swift
[37/41] Compiling UncommonCrypto SHA2.swift
[38/41] Emitting module UncommonCrypto
[39/41] Compiling UncommonCrypto SHA1.swift
[40/41] Compiling UncommonCrypto HMAC.swift
[41/41] Compiling UncommonCrypto PBKDF2.swift
[42/43] Emitting module SwiftBase58
[43/43] Compiling SwiftBase58 SwiftBase58.swift
[44/49] Compiling SwiftMnemonic Utils.swift
[45/49] Compiling SwiftMnemonic resource_bundle_accessor.swift
[46/49] Compiling SwiftMnemonic Mnemonic.swift
[47/49] Compiling SwiftMnemonic Errors.swift
[48/49] Compiling SwiftMnemonic Enums.swift
[49/49] Emitting module SwiftMnemonic
Build complete! (15.23s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "uncommoncrypto.swift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "0.3.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tesseract-one/UncommonCrypto.swift.git"
    },
    {
      "identity" : "swift-base58",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.2",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/KINGH242/swift-base58.git"
    }
  ],
  "manifest_display_name" : "SwiftMnemonic",
  "name" : "SwiftMnemonic",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMnemonic",
      "targets" : [
        "SwiftMnemonic"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMnemonicTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonicTests",
      "path" : "Tests/SwiftMnemonicTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/SwiftMnemonicTests/data",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "ErrorsTests.swift",
        "LanguageTests.swift",
        "MnemonicTests.swift",
        "TestHelpers.swift"
      ],
      "target_dependencies" : [
        "SwiftMnemonic"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMnemonic",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMnemonic",
      "path" : "Sources/SwiftMnemonic",
      "product_dependencies" : [
        "UncommonCrypto",
        "SwiftBase58"
      ],
      "product_memberships" : [
        "SwiftMnemonic"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftMnemonic/wordlist",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "Enums.swift",
        "Errors.swift",
        "Mnemonic.swift",
        "Utils.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/kingpin-apps/swift-mnemonic/0.2.1
Repository:               Kingpin-Apps/swift-mnemonic
Swift version used:       6.1
Target:                   SwiftMnemonic
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'SwiftMnemonic'...
Finished extracting symbol information for 'SwiftMnemonic'. (5.56s)
Building documentation for 'SwiftMnemonic'...
warning: 'toMnemonic(entropy:)' doesn't exist at '/SwiftMnemonic/Mnemonic'
   --> EntropyConversion.md:370:14-370:34
368 | ## See Also
369 |
370 + - ``Mnemonic/toMnemonic(entropy:)``
    |              ├─suggestion: Replace 'toMnemonic(entropy:)' with 'toMnemonic(entropy:wordlist:)'
    |              ╰─suggestion: Replace 'toMnemonic(entropy:)' with 'toMnemonicString(entropy:)'
371 | - ``Mnemonic/toEntropy(_:wordlist:)``
372 | - ``Mnemonic/calculateChecksumBits(_:)``
warning: 'detectLanguage(code:)' doesn't exist at '/SwiftMnemonic/Mnemonic'
   --> LanguageDetection.md:572:14-572:35
570 | ## See Also
571 |
572 + - ``Mnemonic/detectLanguage(code:)``
    |              ╰─suggestion: Replace 'detectLanguage(code:)' with 'detectLanguage(phrase:)'
573 | - <doc:LanguageSupport>
574 | - <doc:ValidatingMnemonics>
warning: 'detectLanguage(code:)' doesn't exist at '/SwiftMnemonic/Mnemonic'
   --> LanguageSupport.md:314:14-314:35
312 |
313 | - ``Language``
314 + - ``Mnemonic/detectLanguage(code:)``
    |              ╰─suggestion: Replace 'detectLanguage(code:)' with 'detectLanguage(phrase:)'
315 | - <doc:LanguageDetection>
316 | - <doc:GeneratingMnemonics>
Finished building documentation for 'SwiftMnemonic' (0.16s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/kingpin-apps/swift-mnemonic/0.2.1
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/tesseract-one/UncommonCrypto.swift.git
Updating https://github.com/apple/swift-crypto.git
Updating https://github.com/attaswift/BigInt.git
Updated https://github.com/attaswift/BigInt.git (0.46s)
Updated https://github.com/tesseract-one/UncommonCrypto.swift.git (0.48s)
Updated https://github.com/apple/swift-crypto.git (0.57s)
Updating https://github.com/apple/swift-asn1.git
Updating https://github.com/KINGH242/swift-base58.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.69s)
Updated https://github.com/KINGH242/swift-base58.git (0.47s)
Updated https://github.com/apple/swift-asn1.git (0.47s)
Computing version for https://github.com/KINGH242/swift-base58.git
Computed https://github.com/KINGH242/swift-base58.git at 0.1.2 (1.61s)
Computing version for https://github.com/tesseract-one/UncommonCrypto.swift.git
Computed https://github.com/tesseract-one/UncommonCrypto.swift.git at 0.2.1 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.04s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.56s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.57s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.86s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.56s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Names.swift
[12/57] Compiling SymbolKit SPI.swift
[13/57] Compiling SymbolKit Snippet.swift
[14/57] Compiling SymbolKit Extension.swift
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit Mixin+Equals.swift
[21/57] Compiling SymbolKit Mixin+Hash.swift
[22/57] Compiling SymbolKit Mixin.swift
[23/57] Compiling SymbolKit LineList.swift
[24/57] Compiling SymbolKit Position.swift
[25/57] Compiling SymbolKit SemanticVersion.swift
[26/57] Compiling SymbolKit AccessControl.swift
[27/57] Compiling SymbolKit Availability.swift
[28/57] Compiling SymbolKit AvailabilityItem.swift
[29/57] Compiling SymbolKit Domain.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Relationship.swift
[36/57] Compiling SymbolKit RelationshipKind.swift
[37/57] Compiling SymbolKit SourceOrigin.swift
[38/57] Compiling SymbolKit GenericConstraints.swift
[39/57] Compiling SymbolKit Swift.swift
[40/57] Compiling SymbolKit Symbol.swift
[41/57] Compiling SymbolKit SymbolKind.swift
[42/57] Compiling SymbolKit SymbolGraph.swift
[43/57] Compiling SymbolKit GraphCollector.swift
[44/57] Compiling SymbolKit Identifier.swift
[45/57] Compiling SymbolKit KindIdentifier.swift
[46/57] Compiling SymbolKit Location.swift
[47/57] Compiling SymbolKit Mutability.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets Snippet.swift
[53/57] Emitting module Snippets
[54/57] Compiling Snippets SnippetParser.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.92s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/29] Compiling UncommonCrypto SecureRandom.swift
[3/29] Compiling UncommonCrypto SHA3.swift
[4/29] Compiling UncommonCrypto HMAC.swift
[5/29] Compiling UncommonCrypto PBKDF2.swift
[6/29] Emitting module UncommonCrypto
[7/29] Compiling UncommonCrypto SHA1.swift
[8/29] Compiling UncommonCrypto SHA2.swift
[9/29] Compiling BigInt Strideable.swift
[10/29] Compiling BigInt String Conversion.swift
[11/31] Emitting module BigInt
[12/31] Compiling BigInt Prime Test.swift
[13/31] Compiling BigInt Random.swift
[14/31] Compiling BigInt Integer Conversion.swift
[15/31] Compiling BigInt Multiplication.swift
[16/31] Compiling BigInt Shifts.swift
[17/31] Compiling BigInt Square Root.swift
[18/31] Compiling BigInt Exponentiation.swift
[19/31] Compiling BigInt Floating Point Conversion.swift
[20/31] Compiling BigInt GCD.swift
[21/31] Compiling BigInt Hashable.swift
[22/31] Compiling BigInt Addition.swift
[23/31] Compiling BigInt BigInt.swift
[24/31] Compiling BigInt BigUInt.swift
[25/31] Compiling BigInt Data Conversion.swift
[26/31] Compiling BigInt Division.swift
[27/31] Compiling BigInt Bitwise Ops.swift
[28/31] Compiling BigInt Codable.swift
[29/31] Compiling BigInt Comparable.swift
[30/31] Compiling BigInt Subtraction.swift
[31/31] Compiling BigInt Words and Bits.swift
[32/33] Emitting module SwiftBase58
[33/33] Compiling SwiftBase58 SwiftBase58.swift
[34/39] Compiling SwiftMnemonic resource_bundle_accessor.swift
[35/39] Compiling SwiftMnemonic Utils.swift
[36/39] Compiling SwiftMnemonic Enums.swift
[37/39] Compiling SwiftMnemonic Mnemonic.swift
[38/39] Compiling SwiftMnemonic Errors.swift
[39/39] Emitting module SwiftMnemonic
Build of target: 'SwiftMnemonic' complete! (3.60s)
     236
3	/Users/admin/builder/spi-builder-workspace/.docs/kingpin-apps/swift-mnemonic/0.2.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/kingpin-apps/swift-mnemonic/0.2.1
File count: 236
Doc size:   3.0MB
Preparing doc bundle ...
Uploading prod-kingpin-apps-swift-mnemonic-0.2.1-6406f5c5.zip to s3://spi-docs-inbox/prod-kingpin-apps-swift-mnemonic-0.2.1-6406f5c5.zip
Copying... [11%]
Copying... [23%]
Copying... [34%]
Copying... [46%]
Copying... [57%]
Copying... [69%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.