Build Information
Failed to build XCOpen with Swift 6.0 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yutailang0119/xcopen.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/yutailang0119/xcopen
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 42309cc Fix typo
Cloned https://github.com/yutailang0119/xcopen.git
Revision (git rev-parse @):
42309cc9fc6788fb76e6e0b36bca0475f05944f1
SUCCESS checkout https://github.com/yutailang0119/xcopen.git at develop
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $workDir
https://github.com/yutailang0119/xcopen.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/14] Write sources
[5/14] Write xcopen-entitlement.plist
[7/14] Write sources
[9/14] Compiling clibc libc.c
[10/14] Write swift-version-6F35C1178C84523A.txt
[12/155] Compiling SPMLibc libc.swift
[13/155] Emitting module SPMLibc
[14/192] Compiling Basic DiagnosticsEngine.swift
[15/192] Compiling Basic DictionaryExtensions.swift
[16/192] Compiling Basic DictionaryLiteralExtensions.swift
[17/192] Compiling Basic EditDistance.swift
[18/196] Emitting module Basic
[19/196] Compiling Basic CollectionAlgorithms.swift
[20/196] Compiling Basic CollectionExtensions.swift
[21/196] Compiling Basic Condition.swift
[22/196] Compiling Basic DeltaAlgorithm.swift
[23/196] Compiling Basic Await.swift
/Users/admin/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'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[24/196] Compiling Basic ByteString.swift
/Users/admin/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'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[25/196] Compiling Basic CStringArray.swift
/Users/admin/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'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[26/196] Compiling Basic CacheableSequence.swift
/Users/admin/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'
16 | /// - Throws: The error wrapped by the async method's result
17 | public func await<T, ErrorType>(_ body: (@escaping (Result<T, ErrorType>) -> Void) -> Void) throws -> T {
18 | return try await(body).dematerialize()
| `- error: value of type '(@escaping (Result<T, ErrorType>) -> Void) -> Void' has no member 'dematerialize'
19 | }
20 |
[27/196] Compiling Basic ObjectIdentifierProtocol.swift
[28/196] Compiling Basic OrderedDictionary.swift
[29/196] Compiling Basic OrderedSet.swift
[30/196] Compiling Basic OutputByteStream.swift
[31/196] Compiling Basic SortedArray.swift
[32/196] Compiling Basic StringConversions.swift
[33/196] Compiling Basic SynchronizedQueue.swift
[34/196] Compiling Basic TemporaryFile.swift
[35/196] Emitting module PathKit
[36/196] Compiling PathKit PathKit.swift
[37/196] Compiling Basic Path.swift
[38/196] Compiling Basic PathShims.swift
[39/196] Compiling Basic Process.swift
[40/196] Compiling Basic ProcessEnv.swift
[56/211] Compiling Basic ProcessSet.swift
[57/211] Compiling Basic RegEx.swift
[58/211] Compiling Basic Result.swift
[59/211] Compiling Basic SHA256.swift
[60/211] Compiling Basic JSONMapper.swift
[61/211] Compiling Basic KeyedPair.swift
[62/211] Compiling Basic LazyCache.swift
[63/211] Compiling Basic Lock.swift
[64/211] Compiling Basic FileInfo.swift
[65/211] Compiling Basic FileSystem.swift
[66/211] Compiling Basic GraphAlgorithms.swift
[67/211] Compiling Basic JSON.swift
[68/211] Compiling RxSwift AddRef.swift
[69/211] Compiling RxSwift Amb.swift
[70/211] Compiling RxSwift AnonymousDisposable.swift
[71/211] Compiling RxSwift AnonymousObserver.swift
[72/211] Compiling RxSwift AnyObserver.swift
[73/211] Compiling RxSwift AsMaybe.swift
[74/211] Compiling RxSwift AsSingle.swift
[75/211] Compiling RxSwift AsyncLock.swift
[76/211] Compiling RxSwift AsyncSubject.swift
[77/211] Compiling RxSwift AtomicInt.swift
[78/211] Compiling RxSwift Bag+Rx.swift
[79/211] Compiling RxSwift Bag.swift
[80/211] Compiling RxSwift BehaviorSubject.swift
[81/211] Compiling RxSwift BinaryDisposable.swift
[82/211] Compiling RxSwift BooleanDisposable.swift
[83/211] Compiling RxSwift Buffer.swift
[84/211] Compiling RxSwift Observable.swift
[85/211] Compiling RxSwift ObservableConvertibleType.swift
[86/211] Compiling RxSwift ObservableType+Extensions.swift
[87/211] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[88/211] Compiling RxSwift ObservableType.swift
[89/211] Compiling RxSwift ObserveOn.swift
[90/211] Compiling RxSwift ObserverBase.swift
[91/211] Compiling RxSwift ObserverType.swift
[92/211] Compiling RxSwift OperationQueueScheduler.swift
[93/211] Compiling RxSwift Optional.swift
[94/211] Compiling RxSwift Platform.Darwin.swift
[95/211] Compiling RxSwift Platform.Linux.swift
[96/211] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[97/211] Compiling RxSwift PrimitiveSequence.swift
[98/211] Compiling RxSwift PriorityQueue.swift
[99/211] Compiling RxSwift SkipUntil.swift
[100/211] Compiling RxSwift SkipWhile.swift
[101/211] Compiling RxSwift StartWith.swift
[102/211] Compiling RxSwift String+Rx.swift
[103/211] Compiling RxSwift SubjectType.swift
[104/211] Compiling RxSwift SubscribeOn.swift
[105/211] Compiling RxSwift SubscriptionDisposable.swift
[106/211] Compiling RxSwift SwiftSupport.swift
[107/211] Compiling RxSwift Switch.swift
[108/211] Compiling RxSwift SwitchIfEmpty.swift
[109/211] Compiling RxSwift SynchronizedDisposeType.swift
[110/211] Compiling RxSwift SynchronizedOnType.swift
[111/211] Compiling RxSwift SynchronizedUnsubscribeType.swift
[112/211] Compiling RxSwift TailRecursiveSink.swift
[113/211] Compiling RxSwift Take.swift
[114/211] Emitting module RxSwift
[115/211] Compiling RxSwift Date+Dispatch.swift
[116/211] Compiling RxSwift Debounce.swift
[117/211] Compiling RxSwift Debug.swift
[118/211] Compiling RxSwift DefaultIfEmpty.swift
[119/211] Compiling RxSwift Deferred.swift
[120/211] Compiling RxSwift Delay.swift
[121/211] Compiling RxSwift DelaySubscription.swift
[122/211] Compiling RxSwift Dematerialize.swift
[123/211] Compiling RxSwift Deprecated.swift
[124/211] Compiling RxSwift DispatchQueue+Extensions.swift
[125/211] Compiling RxSwift DispatchQueueConfiguration.swift
[126/211] Compiling RxSwift Disposable.swift
[127/211] Compiling RxSwift Disposables.swift
[128/211] Compiling RxSwift DisposeBag.swift
[129/211] Compiling RxSwift DisposeBase.swift
[130/211] Compiling Basic TerminalController.swift
[131/211] Compiling Basic Thread.swift
[132/211] Compiling Basic Tuple.swift
[133/211] Compiling Basic misc.swift
[149/211] Compiling RxSwift Scan.swift
[150/211] Compiling RxSwift ScheduledDisposable.swift
[151/211] Compiling RxSwift ScheduledItem.swift
[152/211] Compiling RxSwift ScheduledItemType.swift
[153/211] Compiling RxSwift SchedulerServices+Emulation.swift
[154/211] Compiling RxSwift SchedulerType.swift
[155/211] Compiling RxSwift Sequence.swift
[156/211] Compiling RxSwift SerialDispatchQueueScheduler.swift
[157/211] Compiling RxSwift SerialDisposable.swift
[158/211] Compiling RxSwift ShareReplayScope.swift
[159/211] Compiling RxSwift Single.swift
[160/211] Compiling RxSwift SingleAssignmentDisposable.swift
[161/211] Compiling RxSwift SingleAsync.swift
[162/211] Compiling RxSwift Sink.swift
[163/211] Compiling RxSwift Skip.swift
[174/211] Compiling RxSwift Generate.swift
[175/211] Compiling RxSwift GroupBy.swift
[176/211] Compiling RxSwift GroupedObservable.swift
[177/211] Compiling RxSwift HistoricalScheduler.swift
[178/211] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-package-manager.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/yutailang0119/ProgressSpinnerKit
[1/1021] Fetching spectre
[165/1357] Fetching spectre, progressspinnerkit
[219/2768] Fetching spectre, progressspinnerkit, pathkit
[2769/54184] Fetching spectre, progressspinnerkit, pathkit, rxswift
[3284/76464] Fetching spectre, progressspinnerkit, pathkit, rxswift, swift-llbuild
[76078/208759] Fetching spectre, progressspinnerkit, pathkit, rxswift, swift-llbuild, swift-package-manager
Fetched https://github.com/kylef/PathKit.git from cache (7.81s)
Fetched https://github.com/apple/swift-package-manager.git from cache (7.81s)
Fetched https://github.com/kylef/Spectre.git from cache (7.81s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (7.81s)
Fetched https://github.com/apple/swift-llbuild.git from cache (7.81s)
Fetched https://github.com/yutailang0119/ProgressSpinnerKit from cache (7.81s)
Computing version for https://github.com/yutailang0119/ProgressSpinnerKit
Computed https://github.com/yutailang0119/ProgressSpinnerKit at 0.3.0 (0.69s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.5.0 (2.69s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.0.1 (0.70s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.0 (0.70s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.2.0 (0.73s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.9.0 (0.67s)
Creating working copy for https://github.com/apple/swift-llbuild.git
Working copy of https://github.com/apple/swift-llbuild.git resolved at 0.2.0
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.0.1
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.5.0
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.0
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/yutailang0119/ProgressSpinnerKit
Working copy of https://github.com/yutailang0119/ProgressSpinnerKit resolved at 0.3.0
warning: 'swift-llbuild': ignoring broken symlink /Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-llbuild/lib/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm/Demangle/include/llvm
BUILD FAILURE 6.0 macosSpm