Build Information
Failed to build Bivrost, reference master (ed97ba
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 14:22:41 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/gnosis/bivrost-swift
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ed97ba8 json format of abi is updated. (#14)
Cloned https://github.com/gnosis/bivrost-swift.git
Revision (git rev-parse @):
ed97ba8583f7d874ace48e241b4d930e6c4e2286
SUCCESS checkout https://github.com/gnosis/bivrost-swift.git at master
========================================
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
[9/17] Write bivrost-entitlement.plist
[10/17] Write sources
[11/17] Write swift-version-1EA4D86E10B52AF.txt
[13/93] Compiling Commander Group.swift
[14/93] Compiling Commander Commands.swift
[15/93] Compiling Commander CommandType.swift
[16/93] Compiling Commander Error.swift
[17/93] Compiling Commander CommandRunner.swift
[18/93] Compiling Commander Command.swift
[19/93] Compiling Commander ArgumentConvertible.swift
[20/93] Compiling Commander ArgumentDescription.swift
[21/93] Emitting module Commander
[22/93] Compiling Commander ArgumentParser.swift
[23/93] Compiling SipHash SipHashable.swift
[24/93] Compiling CryptoSwift NoPadding.swift
[25/93] Compiling CryptoSwift Operators.swift
[26/93] Compiling CryptoSwift PBKDF1.swift
[27/93] Compiling CryptoSwift PBKDF2.swift
[28/93] Compiling CryptoSwift PKCS5.swift
[29/93] Compiling CryptoSwift PKCS7.swift
[30/99] Compiling CryptoSwift UInt32+Extension.swift
[31/99] Compiling CryptoSwift UInt64+Extension.swift
[32/99] Compiling CryptoSwift UInt8+Extension.swift
[33/99] Compiling CryptoSwift Updatable.swift
[34/99] Compiling CryptoSwift Utils.swift
[35/99] Compiling CryptoSwift ZeroPadding.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[36/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'
[37/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 |
[38/99] Compiling SipHash SipHasher.swift
[39/99] Emitting module SipHash
[40/99] Compiling SipHash RandomUInt64.swift
[41/99] Compiling CryptoSwift BlockCipher.swift
[42/99] Compiling CryptoSwift BlockMode.swift
[43/99] Compiling CryptoSwift BlockModeOptions.swift
[44/99] Compiling CryptoSwift BlockModeWorker.swift
[45/99] Compiling CryptoSwift CBC.swift
[46/99] Compiling CryptoSwift CFB.swift
[47/99] Compiling CryptoSwift CTR.swift
[48/99] Compiling CryptoSwift PKCS7Padding.swift
[49/99] Compiling CryptoSwift Padding.swift
[50/99] Compiling CryptoSwift Poly1305.swift
[51/99] Compiling CryptoSwift Rabbit.swift
[52/99] Compiling CryptoSwift RandomAccessCryptor.swift
[53/99] Compiling CryptoSwift RandomBytesSequence.swift
Fetching https://github.com/kylef/Commander.git
[1/1588] Fetching commander
Fetched https://github.com/kylef/Commander.git from cache (0.90s)
Fetching https://github.com/PoissonBallon/PathKit.git
[1/662] Fetching pathkit
Fetched https://github.com/PoissonBallon/PathKit.git from cache (0.79s)
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
[1/1276] Fetching stencilswiftkit
Fetched https://github.com/zweigraf/StencilSwiftKit.git from cache (0.87s)
Fetching https://github.com/krzyzanowskim/CryptoSwift
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/attaswift/BigInt.git
[1/4807] Fetching bigint
[2/5828] Fetching bigint, spectre
[166/18769] Fetching bigint, spectre, cryptoswift
[392/33528] Fetching bigint, spectre, cryptoswift, quick
[3094/53112] Fetching bigint, spectre, cryptoswift, quick, nimble
Fetched https://github.com/Quick/Nimble.git from cache (1.99s)
Fetched https://github.com/Quick/Quick.git from cache (1.99s)
Fetched https://github.com/krzyzanowskim/CryptoSwift from cache (1.99s)
Fetched https://github.com/kylef/Spectre.git from cache (1.99s)
Fetched https://github.com/attaswift/BigInt.git from cache (1.99s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.8.0 (2.52s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.2.0 (0.54s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.0.3 (0.49s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 3.1.0 (0.48s)
Fetching https://github.com/attaswift/SipHash
[1/440] Fetching siphash
Fetched https://github.com/attaswift/SipHash from cache (0.84s)
Computing version for https://github.com/attaswift/SipHash
Computed https://github.com/attaswift/SipHash at 1.2.2 (1.34s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift
Computed https://github.com/krzyzanowskim/CryptoSwift at 0.8.3 (0.48s)
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/StencilSwiftKit.git
Working copy of https://github.com/zweigraf/StencilSwiftKit.git resolved at 82a0099e5c446348692a2ba40ffbba980c6b8898
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/Commander.git
Working copy of https://github.com/kylef/Commander.git resolved at e0cbee1bd73778c1076c675eaf660e97d09f3b32
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/attaswift/SipHash
Working copy of https://github.com/attaswift/SipHash resolved at 1.2.2
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/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.2.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
Creating working copy for https://github.com/PoissonBallon/PathKit.git
Working copy of https://github.com/PoissonBallon/PathKit.git resolved at master (a73cc01)
BUILD FAILURE 6.2 macosSpm