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

Failed to build Bivrost, reference 0.0.4 (339701), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:22:26 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/gnosis/bivrost-swift.git
Reference: 0.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gnosis/bivrost-swift
 * tag               0.0.4      -> FETCH_HEAD
HEAD is now at 339701f Small fixes. (#11)
Cloned https://github.com/gnosis/bivrost-swift.git
Revision (git rev-parse @):
339701fea3d070e07cb89b8b9a594a63aef18966
SUCCESS checkout https://github.com/gnosis/bivrost-swift.git at 0.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/gnosis/bivrost-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/17] Write sources
[5/17] Write bivrost-entitlement.plist
[5/17] Write sources
[11/17] Write swift-version-1EA4D86E10B52AF.txt
[13/93] Compiling Commander Group.swift
[14/93] Emitting module Commander
[15/93] Compiling Commander ArgumentDescription.swift
[16/93] Compiling Commander CommandType.swift
[17/93] Compiling Commander Commands.swift
[18/93] Compiling Commander Command.swift
[19/93] Compiling Commander CommandRunner.swift
[20/93] Compiling Commander ArgumentParser.swift
[21/93] Compiling Commander ArgumentConvertible.swift
[22/93] Compiling Commander Error.swift
[23/93] Compiling SipHash SipHasher.swift
[24/93] Compiling SipHash RandomUInt64.swift
[25/93] Compiling SipHash SipHashable.swift
[26/93] Compiling CryptoSwift NoPadding.swift
[27/93] Compiling CryptoSwift Operators.swift
[28/93] Compiling CryptoSwift PBKDF1.swift
[29/93] Compiling CryptoSwift PBKDF2.swift
[30/93] Compiling CryptoSwift PKCS5.swift
[31/93] Compiling CryptoSwift PKCS7.swift
[32/99] Compiling SipHash Primitive Types.swift
[33/99] Emitting module SipHash
[33/99] Write Objects.LinkFileList
[35/99] Compiling CryptoSwift Blowfish+Foundation.swift
[36/99] Compiling CryptoSwift ChaCha20+Foundation.swift
[37/99] Compiling CryptoSwift Data+Extension.swift
[38/99] Compiling CryptoSwift HMAC+Foundation.swift
[39/99] Compiling CryptoSwift Rabbit+Foundation.swift
[40/99] Compiling CryptoSwift String+FoundationExtension.swift
[41/99] Compiling CryptoSwift Cipher.swift
[42/99] Compiling CryptoSwift Collection+Extension.swift
[43/99] Compiling CryptoSwift Cryptors.swift
[44/99] Compiling CryptoSwift Digest.swift
[45/99] Compiling CryptoSwift DigestType.swift
[46/99] Compiling CryptoSwift AES+Foundation.swift
[47/99] Compiling CryptoSwift Array+Foundation.swift
[48/99] Compiling CryptoSwift Utils+Foundation.swift
[49/99] Compiling CryptoSwift Generics.swift
[50/99] Compiling CryptoSwift HKDF.swift
[51/99] Compiling CryptoSwift HMAC.swift
[52/99] Compiling CryptoSwift Int+Extension.swift
[53/99] Compiling CryptoSwift MD5.swift
[54/99] Compiling CryptoSwift PKCS7Padding.swift
[55/99] Compiling CryptoSwift Padding.swift
[56/99] Compiling CryptoSwift Poly1305.swift
[57/99] Compiling CryptoSwift Rabbit.swift
[58/99] Compiling CryptoSwift RandomAccessCryptor.swift
[59/99] Compiling CryptoSwift RandomBytesSequence.swift
[60/99] Compiling CryptoSwift SHA1.swift
[61/99] Compiling CryptoSwift SHA2.swift
[62/99] Compiling CryptoSwift SHA3.swift
[63/99] Compiling CryptoSwift SecureBytes.swift
[64/99] Compiling CryptoSwift String+Extension.swift
[65/99] Compiling CryptoSwift UInt16+Extension.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/99] Emitting module PathKit
<unknown>:0: error: invalid value '3' in '-swift-version 3'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
[67/99] Compiling PathKit PathKit.swift
<unknown>:0: error: invalid value '3' in '-swift-version 3'
<unknown>:0: note: valid arguments to '-swift-version' are '4', '4.2', '5', '6'
/Users/admin/builder/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:45:34: error: 'characters' is unavailable: Please use String directly
 43 |     } else if components.first == Path.separator && components.count > 1 {
 44 |       let p = components.joined(separator: Path.separator)
 45 |       path = p.substring(from: p.characters.index(after: p.startIndex))
    |                                  `- error: 'characters' is unavailable: Please use String directly
 46 |     } else {
 47 |       path = components.joined(separator: Path.separator)
Swift.String.characters:3:14: note: 'characters' was obsoleted in Swift 5.0
1 | struct String {
2 | @available(swift, deprecated: 3.2, obsoleted: 5.0, message: "Please use String directly")
3 |   public var characters: String { get set }}
  |              `- note: 'characters' was obsoleted in Swift 5.0
4 |
[68/99] Compiling CryptoSwift BlockCipher.swift
[69/99] Compiling CryptoSwift BlockMode.swift
[70/99] Compiling CryptoSwift BlockModeOptions.swift
[71/99] Compiling CryptoSwift BlockModeWorker.swift
[72/99] Compiling CryptoSwift CBC.swift
[73/99] Compiling CryptoSwift CFB.swift
[74/99] Compiling CryptoSwift CTR.swift
[75/99] Emitting module CryptoSwift
[75/99] Linking libSipHash.dylib
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.93s)
Fetching https://github.com/PoissonBallon/PathKit.git
[1/662] Fetching pathkit
Fetched https://github.com/PoissonBallon/PathKit.git from cache (0.74s)
Fetching https://github.com/zweigraf/Stencil.git
[1/1750] Fetching stencil
Fetched https://github.com/zweigraf/Stencil.git from cache (0.86s)
Fetching https://github.com/zweigraf/StencilSwiftKit.git
[13/1276] Fetching stencilswiftkit
Fetched https://github.com/zweigraf/StencilSwiftKit.git from cache (0.80s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/1021] Fetching spectre
[165/5828] Fetching spectre, bigint
[166/18769] Fetching spectre, bigint, cryptoswift
[1697/33528] Fetching spectre, bigint, cryptoswift, quick
[3024/53112] Fetching spectre, bigint, cryptoswift, quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.95s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.95s)
Fetched https://github.com/Quick/Quick.git from cache (1.95s)
[2957/13962] Fetching spectre, cryptoswift
Fetched https://github.com/kylef/Spectre.git from cache (8.29s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (8.29s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (8.81s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.51s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (0.50s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (0.49s)
Fetching https://github.com/attaswift/SipHash
[1/440] Fetching siphash
Fetched https://github.com/attaswift/SipHash from cache (2.50s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (3.09s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.8.3 (0.49s)
Creating working copy for https://github.com/kylef/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at e0cbee1bd73778c1076c675eaf660e97d09f3b32
Creating working copy for https://github.com/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
Creating working copy for https://github.com/PoissonBallon/PathKit.git
Working copy of https://github.com/PoissonBallon/PathKit.git resolved at master (a73cc01)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.0.3
Creating working copy for https://github.com/zweigraf/StencilSwiftKit.git
Working copy of https://github.com/zweigraf/StencilSwiftKit.git resolved at 82a0099e5c446348692a2ba40ffbba980c6b8898
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift
Working copy of https://github.com/krzyzanowskim/CryptoSwift resolved at 0.8.3
Creating working copy for https://github.com/zweigraf/Stencil.git
Working copy of https://github.com/zweigraf/Stencil.git resolved at master (2bcdbd3)
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.2.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 3.1.0
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.8.0
BUILD FAILURE 6.2 macosSpm