Build Information
Failed to build Swiftbrew with Swift 5.10 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swiftbrew/Swiftbrew.git
Reference: 0.2.0
Initialized empty Git repository in /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/swiftbrew/Swiftbrew
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at a111c21 Merge pull request #12 from Thieurom/update-gh-pull-request-action
Cloned https://github.com/swiftbrew/Swiftbrew.git
Revision (git rev-parse @):
a111c21840644f32aa3cdada67c5bd499184e9d3
SUCCESS checkout https://github.com/swiftbrew/Swiftbrew.git at 0.2.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $workDir
https://github.com/swiftbrew/Swiftbrew.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/23] Write sources
[4/23] Write swift-brew-entitlement.plist
[7/23] Write sources
[18/23] Compiling clibc libc.c
[19/23] Write swift-version--423B1241ED78D482.txt
[21/78] Emitting module StringScanner
[22/78] Compiling StringScanner ScannerResult.swift
[23/78] Compiling StringScanner CharacterSet.swift
[24/78] Compiling StringScanner StringExtension.swift
[25/78] Compiling StringScanner StringScanner.swift
[26/78] Compiling SPMLibc libc.swift
[27/78] Emitting module SPMLibc
[28/89] Compiling POSIX rename.swift
[29/90] Compiling StringScanner Regex.swift
[30/90] Compiling POSIX usleep.swift
[31/90] Compiling POSIX stat.swift
[32/90] Compiling POSIX realpath.swift
[33/90] Compiling POSIX readdir.swift
[34/90] Compiling POSIX getcwd.swift
[35/90] Compiling POSIX isatty.swift
[36/90] Compiling POSIX env.swift
[37/90] Compiling POSIX exit.swift
[38/112] Emitting module POSIX
[39/112] Compiling Guaka Flag.swift
[40/112] Compiling Guaka FlagSet.swift
[43/112] Compiling Guaka Flags.swift
[44/115] Compiling Guaka HelpGeneratorErrors.swift
[45/115] Compiling Guaka GuakaConfig.swift
[46/115] Compiling Guaka Levenshtein.swift
[47/149] Compiling Basic ObjectIdentifierProtocol.swift
[48/149] Compiling Basic OrderedSet.swift
[49/149] Compiling Basic OutputByteStream.swift
[50/149] Compiling Basic Path.swift
[51/149] Compiling Basic PathShims.swift
[52/149] Compiling Basic Process.swift
[53/149] Compiling Colorizer StringStyleColorizer.swift
[54/149] Compiling Rainbow Style.swift
[55/150] Compiling Basic FileSystem.swift
[56/150] Compiling Basic GraphAlgorithms.swift
[57/150] Compiling Rainbow StringGenerator.swift
[59/150] Compiling Basic JSON.swift
[60/150] Compiling Basic SortedArray.swift
[61/150] Emitting module Guaka
[62/150] Compiling Basic DictionaryLiteralExtensions.swift
[63/150] Compiling Basic EditDistance.swift
[64/150] Compiling Basic StringConversions.swift
[65/150] Compiling Basic SynchronizedQueue.swift
[66/150] Compiling Basic TemporaryFile.swift
[67/150] Compiling Basic KeyedPair.swift
[68/150] Compiling Basic LazyCache.swift
[69/150] Compiling Basic Lock.swift
[70/150] Compiling Basic DiagnosticsEngine.swift
[71/150] Compiling Basic DictionaryExtensions.swift
[72/150] Compiling Basic JSONMapper.swift
[73/150] Compiling Rainbow String+Rainbow.swift
[74/150] Emitting module Rainbow
[75/150] Compiling Rainbow XcodeColorsSupport.swift
[76/150] Emitting module SwiftCLI
[79/152] Emitting module PathKit
[80/152] Compiling SwiftCLI Validation.swift
[81/152] Compiling SwiftCLI VersionCommand.swift
[82/152] Compiling Args ProcessInfo.swift
[83/152] Emitting module Basic
[98/156] Compiling Rainbow Rainbow.swift
[99/156] Compiling Args ArgsParser.swift
[100/156] Compiling Args Args.swift
[101/156] Emitting module Args
[102/156] Compiling Args ArgConvertible.swift
[103/156] Compiling Args Argument.swift
[106/156] Compiling Basic CollectionExtensions.swift
[107/156] Compiling Basic Condition.swift
[108/156] Compiling Basic DeltaAlgorithm.swift
[114/156] Compiling Colorizer StringForegroundColorizer.swift
[115/156] Compiling Colorizer Colorizer.swift
[116/156] Compiling Colorizer StringBackgroundColorizer.swift
[117/156] Emitting module Colorizer
[118/156] Compiling Colorizer StringStyle.swift
[128/166] Compiling Prompt PromptReader.swift
[129/166] Compiling Prompt PromptPrinter.swift
[130/167] Compiling Prompt PromptSettings.swift
[131/167] Compiling Prompt Ask.swift
[132/167] Compiling Prompt AskSettings.swift
[133/167] Compiling Prompt Agree.swift
[134/167] Compiling Prompt AgreeSettings.swift
[135/167] Compiling Prompt Choose.swift
[136/167] Emitting module Prompt
[137/167] Compiling Prompt AskerValidator.swift
[138/167] Compiling Prompt ChooseSettings.swift
[139/174] Compiling Basic ProcessSet.swift
[140/174] Compiling Basic RegEx.swift
[141/174] Compiling Basic Result.swift
[142/174] Compiling Basic SHA256.swift
[153/174] Compiling Basic Await.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
return try await(body).dematerialize()
~~~~~~ ^~~~~~~~~~~~~
[154/174] Compiling Basic ByteString.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
return try await(body).dematerialize()
~~~~~~ ^~~~~~~~~~~~~
[155/174] Compiling Basic CStringArray.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
return try await(body).dematerialize()
~~~~~~ ^~~~~~~~~~~~~
[156/174] Compiling Basic CacheableSequence.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
return try await(body).dematerialize()
~~~~~~ ^~~~~~~~~~~~~
[157/174] Compiling Basic CollectionAlgorithms.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
return try await(body).dematerialize()
~~~~~~ ^~~~~~~~~~~~~
[158/174] Compiling Run ShortHandRunner.swift
[159/174] Compiling Basic TerminalController.swift
[160/174] Compiling Basic Thread.swift
[161/174] Compiling Basic Tuple.swift
[162/174] Compiling Basic misc.swift
[163/174] Compiling Run TaskPipe.swift
[164/174] Compiling Run Runner.swift
[165/174] Compiling Run RunnerSettings.swift
error: fatalError
[166/174] Emitting module Just
[167/174] Compiling Run RunResults.swift
[168/174] Emitting module Run
Fetching https://github.com/Quick/Nimble.git from cache
Fetching https://github.com/getGuaka/Run.git
Fetching https://github.com/kylef/Spectre.git from cache
Fetching https://github.com/nsomar/Guaka.git from cache
Fetching https://github.com/getGuaka/StringScanner.git from cache
Fetching https://github.com/getGuaka/Args.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.23s)
Fetching https://github.com/getGuaka/Colorizer.git from cache
[1/53] Fetching run
Fetched https://github.com/getGuaka/Run.git from cache (0.26s)
Fetching https://github.com/apple/swift-package-manager.git from cache
Fetched https://github.com/getGuaka/Args.git from cache (0.26s)
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/nsomar/Guaka.git from cache (0.26s)
Fetching https://github.com/onevcat/Rainbow.git from cache
Fetched https://github.com/getGuaka/StringScanner.git from cache (0.27s)
Fetching https://github.com/yonaskolb/Mint.git from cache
Fetched https://github.com/kylef/Spectre.git from cache (0.27s)
Fetching https://github.com/Quick/Quick.git from cache
Fetched https://github.com/getGuaka/Colorizer.git from cache (0.21s)
Fetching https://github.com/jakeheis/SwiftCLI.git from cache
Fetched https://github.com/onevcat/Rainbow.git from cache (0.22s)
Fetching https://github.com/JustHTTP/Just.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.23s)
Fetching https://github.com/getGuaka/Prompt.git from cache
Fetched https://github.com/yonaskolb/Mint.git from cache (0.26s)
Fetched https://github.com/Quick/Quick.git from cache (0.26s)
Fetched https://github.com/jakeheis/SwiftCLI.git from cache (0.20s)
Fetched https://github.com/getGuaka/Prompt.git from cache (0.22s)
Fetched https://github.com/JustHTTP/Just.git from cache (0.27s)
Computing version for https://github.com/jakeheis/SwiftCLI.git
Computed https://github.com/jakeheis/SwiftCLI.git at 5.2.2 (0.43s)
Computing version for https://github.com/yonaskolb/Mint.git
Computed https://github.com/yonaskolb/Mint.git at 0.12.0 (0.39s)
Fetched https://github.com/apple/swift-package-manager.git from cache (1.46s)
Computing version for https://github.com/nsomar/Guaka.git
Computed https://github.com/nsomar/Guaka.git at 0.4.1 (0.39s)
Computing version for https://github.com/getGuaka/Run.git
Computed https://github.com/getGuaka/Run.git at 0.1.1 (0.36s)
Computing version for https://github.com/getGuaka/Colorizer.git
Computed https://github.com/getGuaka/Colorizer.git at 0.2.1 (0.37s)
Computing version for https://github.com/JustHTTP/Just.git
Computed https://github.com/JustHTTP/Just.git at 0.8.0 (0.39s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.2.0 (0.46s)
Computing version for https://github.com/onevcat/Rainbow.git
Computed https://github.com/onevcat/Rainbow.git at 3.1.5 (0.35s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 0.9.2 (0.39s)
Computing version for https://github.com/getGuaka/StringScanner.git
Computed https://github.com/getGuaka/StringScanner.git at 0.4.1 (0.41s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 7.3.4 (0.38s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 1.3.4 (0.41s)
Computing version for https://github.com/getGuaka/Prompt.git
Computed https://github.com/getGuaka/Prompt.git at 0.1.1 (0.35s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.34s)
Computing version for https://github.com/getGuaka/Args.git
Computed https://github.com/getGuaka/Args.git at 0.1.1 (0.34s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Nimble-80770dfe is not valid git repository for 'https://github.com/Quick/Nimble.git', will fetch again.
Fetching https://github.com/Quick/Nimble.git from cache
Fetched https://github.com/Quick/Nimble.git from cache (0.00s)
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 7.3.4
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/PathKit-61dbf7cf is not valid git repository for 'https://github.com/kylef/PathKit.git', will fetch again.
Fetching https://github.com/kylef/PathKit.git from cache
Fetched https://github.com/kylef/PathKit.git from cache (0.00s)
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 0.9.2
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.9.0
Creating working copy for https://github.com/nsomar/Guaka.git
Working copy of https://github.com/nsomar/Guaka.git resolved at 0.4.1
Creating working copy for https://github.com/yonaskolb/Mint.git
Working copy of https://github.com/yonaskolb/Mint.git resolved at 0.12.0
Creating working copy for https://github.com/JustHTTP/Just.git
Working copy of https://github.com/JustHTTP/Just.git resolved at 0.8.0
Creating working copy for https://github.com/apple/swift-package-manager.git
Working copy of https://github.com/apple/swift-package-manager.git resolved at 0.2.0
Creating working copy for https://github.com/getGuaka/Run.git
Working copy of https://github.com/getGuaka/Run.git resolved at 0.1.1
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 1.3.4
Creating working copy for https://github.com/getGuaka/Prompt.git
Working copy of https://github.com/getGuaka/Prompt.git resolved at 0.1.1
Creating working copy for https://github.com/getGuaka/Colorizer.git
Working copy of https://github.com/getGuaka/Colorizer.git resolved at 0.2.1
Creating working copy for https://github.com/getGuaka/StringScanner.git
Working copy of https://github.com/getGuaka/StringScanner.git resolved at 0.4.1
Creating working copy for https://github.com/getGuaka/Args.git
Working copy of https://github.com/getGuaka/Args.git resolved at 0.1.1
Creating working copy for https://github.com/jakeheis/SwiftCLI.git
Working copy of https://github.com/jakeheis/SwiftCLI.git resolved at 5.2.2
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Rainbow-64aa5363 is not valid git repository for 'https://github.com/onevcat/Rainbow.git', will fetch again.
Fetching https://github.com/onevcat/Rainbow.git from cache
Fetched https://github.com/onevcat/Rainbow.git from cache (0.01s)
warning: /Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/repositories/Rainbow-64aa5363 is not valid git repository for 'https://github.com/onevcat/Rainbow.git', will fetch again.
Fetching https://github.com/onevcat/Rainbow.git from cache
Fetched https://github.com/onevcat/Rainbow.git from cache (0.01s)
Creating working copy for https://github.com/onevcat/Rainbow.git
Working copy of https://github.com/onevcat/Rainbow.git resolved at 3.1.5
warning: 'spi-builder-workspace': dependency 'swiftcli' is not used by any target
[0/1] Planning build
Building for debugging...
[0/4] Write swift-version--423B1241ED78D482.txt
[2/16] Emitting module Run
[3/16] Compiling Basic CollectionAlgorithms.swift
[4/16] Compiling Basic CacheableSequence.swift
[5/16] Compiling Basic CStringArray.swift
[6/36] Compiling Run CommandExecutor.swift
[7/37] Compiling Basic ByteString.swift
[8/37] Compiling Basic Await.swift
/Users/builder/builds/UKfvDsi8u/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/swift-package-manager/Sources/Basic/Await.swift:18:28: error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
return try await(body).dematerialize()
~~~~~~ ^~~~~~~~~~~~~
[9/43] Compiling Run Runner.swift
[10/43] Emitting module Basic
[11/46] Compiling Basic CollectionExtensions.swift
[12/46] Compiling Basic DeltaAlgorithm.swift
[13/46] Compiling Basic DiagnosticsEngine.swift
[14/46] Compiling Basic DictionaryExtensions.swift
[15/46] Compiling Basic StringConversions.swift
[16/46] Compiling Basic SynchronizedQueue.swift
[17/46] Compiling Basic TemporaryFile.swift
[18/46] Emitting module PathKit
[19/46] Compiling PathKit PathKit.swift
[20/46] Compiling Basic TerminalController.swift
[21/46] Compiling Basic Tuple.swift
[22/46] Compiling Basic misc.swift
[23/46] Compiling Basic DictionaryLiteralExtensions.swift
[24/46] Compiling Basic EditDistance.swift
[25/46] Compiling Basic FileSystem.swift
[26/46] Compiling Basic GraphAlgorithms.swift
[27/46] Compiling Basic PathShims.swift
[28/46] Compiling Basic Process.swift
[29/46] Compiling Basic ProcessSet.swift
[30/46] Compiling Basic RegEx.swift
[31/46] Compiling Basic JSON.swift
[32/46] Compiling Basic JSONMapper.swift
[33/46] Compiling Basic KeyedPair.swift
[34/46] Compiling Basic Lock.swift
[35/46] Compiling Basic ObjectIdentifierProtocol.swift
[36/46] Compiling Basic OrderedSet.swift
[37/46] Compiling Basic OutputByteStream.swift
[38/46] Compiling Basic Path.swift
[39/46] Compiling Basic Result.swift
[40/46] Compiling Basic SHA256.swift
[41/46] Compiling Basic SortedArray.swift
error: fatalError
[42/46] Emitting module Just
warning: 'spi-builder-workspace': dependency 'swiftcli' is not used by any target
BUILD FAILURE 5.10 macosSpm