The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftOTP, reference 3.0.2 (966055), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 06:56:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/lachlanbell/SwiftOTP.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/lachlanbell/SwiftOTP
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at 9660551 SwiftOTP 3.0.2 release
Cloned https://github.com/lachlanbell/SwiftOTP.git
Revision (git rev-parse @):
9660551ea3df153c3cbacfa34ac3abbec73a8b84
SUCCESS checkout https://github.com/lachlanbell/SwiftOTP.git at 3.0.2
Fetching https://github.com/apple/swift-crypto.git
[1/17334] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (2.79s)
Fetching https://github.com/apple/swift-asn1.git
[1/1796] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (3.52s)
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/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "swiftotp",
      "name": "SwiftOTP",
      "url": "https://github.com/lachlanbell/SwiftOTP.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftOTP",
      "traits": [
        "default"
      ],
      "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",
          "traits": [
            "default"
          ],
          "dependencies": [
            {
              "identity": "swift-asn1",
              "name": "swift-asn1",
              "url": "https://github.com/apple/swift-asn1.git",
              "version": "1.6.0",
              "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-asn1",
              "traits": [
                "default"
              ],
              "dependencies": [
              ]
            }
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/lachlanbell/SwiftOTP.git
[1/772] Fetching swiftotp
Fetched https://github.com/lachlanbell/SwiftOTP.git from cache (0.82s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (0.56s)
Fetching https://github.com/apple/swift-asn1.git from cache
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.51s)
Creating working copy for https://github.com/lachlanbell/SwiftOTP.git
Working copy of https://github.com/lachlanbell/SwiftOTP.git resolved at 3.0.2 (9660551)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.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
warning: '.resolve-product-dependencies': dependency 'swiftotp' is not used by any target
Found 1 product dependencies
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/lachlanbell/SwiftOTP.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/6] Copying PrivacyInfo.xcprivacy
[1/6] Write sources
[3/6] Write swift-version--6988338F2F200930.txt
[5/80] Emitting module Crypto
[6/88] Compiling Crypto DH.swift
[7/88] Compiling Crypto ECDH.swift
[8/88] Compiling Crypto HKDF.swift
[9/88] Compiling Crypto AESWrap.swift
[10/88] Compiling Crypto AESWrap_boring.swift
[11/88] Compiling Crypto Ed25519_boring.swift
[12/88] Compiling Crypto NISTCurvesKeys_boring.swift
[13/88] Compiling Crypto X25519Keys_boring.swift
[14/88] Compiling Crypto RNG_boring.swift
[15/88] Compiling Crypto SafeCompare_boring.swift
[16/88] Compiling Crypto Zeroization_boring.swift
[17/88] Compiling Crypto PrettyBytes.swift
[18/88] Compiling Crypto SafeCompare.swift
[19/88] Compiling Crypto SecureBytes.swift
[20/88] Compiling Crypto Zeroization.swift
[21/88] Compiling Crypto resource_bundle_accessor.swift
[22/88] Compiling Crypto HPKE-KexKeyDerivation.swift
[23/88] Compiling Crypto HPKE-LabeledExtract.swift
[24/88] Compiling Crypto HPKE-Utils.swift
[25/88] Compiling Crypto DHKEM.swift
[26/88] Compiling Crypto HPKE-KEM-Curve25519.swift
[27/88] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[28/88] Compiling Crypto HPKE-KEM.swift
[29/88] Compiling Crypto HPKE-Errors.swift
[30/88] Compiling Crypto HPKE.swift
[31/88] Compiling Crypto HPKE-Context.swift
[32/88] Compiling Crypto HPKE-KeySchedule.swift
[33/88] Compiling Crypto HPKE-Modes.swift
[34/88] Compiling Crypto Insecure.swift
[35/88] Compiling Crypto Insecure_HashFunctions.swift
[36/88] Compiling Crypto KEM.swift
[37/88] Compiling Crypto ECDH_boring.swift
[38/88] Compiling Crypto Digest_boring.swift
[39/88] Compiling Crypto Digest.swift
[40/88] Compiling Crypto Digests.swift
[41/88] Compiling Crypto HashFunctions.swift
[42/88] Compiling Crypto HashFunctions_SHA2.swift
[43/88] Compiling Crypto HPKE-AEAD.swift
[44/88] Compiling Crypto HPKE-Ciphersuite.swift
[45/88] Compiling Crypto HPKE-KDF.swift
[46/88] Compiling Crypto AES.swift
[47/88] Compiling Crypto ECDSASignature_boring.swift
[48/88] Compiling Crypto ECDSA_boring.swift
[49/88] Compiling Crypto EdDSA_boring.swift
[50/88] Compiling Crypto ECDSA.swift
[51/88] Compiling Crypto Ed25519.swift
[52/88] Compiling Crypto Signature.swift
[53/88] Compiling Crypto CryptoKitErrors_boring.swift
[54/88] Compiling Crypto ObjectIdentifier.swift
[55/88] Compiling Crypto ECDSASignature.swift
[56/88] Compiling Crypto PEMDocument.swift
[57/88] Compiling Crypto PKCS8PrivateKey.swift
[58/88] Compiling Crypto SEC1PrivateKey.swift
[59/88] Compiling Crypto SubjectPublicKeyInfo.swift
[60/88] Compiling Crypto CryptoError_boring.swift
[61/88] Compiling Crypto CryptoKitErrors.swift
[62/88] Compiling Crypto ASN1Boolean.swift
[63/88] Compiling Crypto ASN1Identifier.swift
[64/88] Compiling Crypto ASN1Integer.swift
[65/88] Compiling Crypto ASN1Null.swift
[66/88] Compiling Crypto ASN1OctetString.swift
[67/88] Compiling Crypto ASN1Strings.swift
[68/88] Compiling Crypto ArraySliceBigint.swift
[69/88] Compiling Crypto GeneralizedTime.swift
[70/88] Compiling Crypto Curve25519.swift
[71/88] Compiling Crypto Ed25519Keys.swift
[72/88] Compiling Crypto NISTCurvesKeys.swift
[73/88] Compiling Crypto X25519Keys.swift
[74/88] Compiling Crypto SymmetricKeys.swift
[75/88] Compiling Crypto HMAC.swift
[76/88] Compiling Crypto MACFunctions.swift
[77/88] Compiling Crypto MessageAuthenticationCode.swift
[78/88] Compiling Crypto AES-GCM.swift
[79/88] Compiling Crypto AES-GCM_boring.swift
[80/88] Compiling Crypto ChaChaPoly_boring.swift
[81/88] Compiling Crypto ChaChaPoly.swift
[82/88] Compiling Crypto Cipher.swift
[83/88] Compiling Crypto Nonces.swift
[84/88] Compiling Crypto ASN1.swift
[85/88] Compiling Crypto ASN1Any.swift
[86/88] Compiling Crypto ASN1BitString.swift
[87/97] Compiling SwiftOTP UInt64+Data.swift
[88/97] Compiling SwiftOTP OTPAlgorithm.swift
[89/97] Compiling SwiftOTP HOTP.swift
[90/97] Compiling SwiftOTP Generator.swift
[91/97] Compiling SwiftOTP TOTP.swift
[92/97] Compiling SwiftOTP Data+Utilities.swift
[93/97] Emitting module SwiftOTP
[94/97] Compiling SwiftOTP StringExtension.swift
[95/97] Compiling SwiftOTP Base32.swift
[95/97] Write Objects.LinkFileList
[96/97] Linking libSwiftOTP-Dynamic.dylib
Build complete! (12.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SwiftOTP",
  "name" : "SwiftOTP",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftOTP",
      "targets" : [
        "SwiftOTP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SwiftOTP-Dynamic",
      "targets" : [
        "SwiftOTP"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftOTPTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOTPTests",
      "path" : "Tests/SwiftOTPTests",
      "sources" : [
        "GeneratorTests.swift",
        "HOTPTests.swift",
        "TOTPTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SwiftOTP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftOTP",
      "module_type" : "SwiftTarget",
      "name" : "SwiftOTP",
      "path" : "SwiftOTP",
      "product_dependencies" : [
        "Crypto"
      ],
      "product_memberships" : [
        "SwiftOTP",
        "SwiftOTP-Dynamic"
      ],
      "sources" : [
        "Base32/Base32.swift",
        "Base32/StringExtension.swift",
        "Data+Utilities.swift",
        "Generator.swift",
        "HOTP.swift",
        "OTPAlgorithm.swift",
        "TOTP.swift",
        "UInt64+Data.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.