This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ConfigCop 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/thelookoutway/ConfigCop.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/thelookoutway/ConfigCop
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at e0471d6 Add verbose mode
Cloned https://github.com/thelookoutway/ConfigCop.git
Revision (git rev-parse @):
e0471d6596688ac9eb3d93228ac722d133ce9047
SUCCESS checkout https://github.com/thelookoutway/ConfigCop.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/thelookoutway/ConfigCop.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
[6/14] Compiling clibc libc.c
[7/14] Write swift-version-6F35C1178C84523A.txt
[8/16] Compiling parser.c
[9/16] Compiling reader.c
[10/16] Compiling emitter.c
[11/16] Compiling scanner.c
[12/16] Compiling api.c
[13/16] Compiling writer.c
[15/32] Compiling SPMLibc libc.swift
[16/32] Emitting module SPMLibc
[17/69] 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 |
[18/69] 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 |
[19/69] 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 |
[20/69] 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 |
[23/73] Compiling Yams YamlError.swift
[24/74] Compiling Yams shim.swift
[25/74] Emitting module Basic
[26/74] Compiling Basic ObjectIdentifierProtocol.swift
[27/74] Compiling Basic OrderedDictionary.swift
[28/74] Compiling Basic OrderedSet.swift
[29/74] Compiling Basic OutputByteStream.swift
[30/74] Compiling Yams String+Yams.swift
[31/74] Compiling Yams Tag.swift
[32/74] Compiling Basic Condition.swift
[33/74] Compiling Basic DeltaAlgorithm.swift
[34/74] Compiling Basic CollectionAlgorithms.swift
[35/74] Compiling Basic CollectionExtensions.swift
[40/74] Compiling Basic TerminalController.swift
[41/74] Compiling Basic Thread.swift
[42/74] Compiling Basic Tuple.swift
[43/74] Compiling Basic misc.swift
[48/74] Compiling Basic ProcessSet.swift
[49/74] Compiling Basic RegEx.swift
[50/74] Compiling Basic Result.swift
[51/74] Compiling Basic SHA256.swift
[52/74] Emitting module Yams
[55/74] Compiling Basic JSONMapper.swift
[56/74] Compiling Basic KeyedPair.swift
[57/74] Compiling Basic LazyCache.swift
[58/74] Compiling Basic Lock.swift
[59/74] Compiling Basic DiagnosticsEngine.swift
[60/74] Compiling Basic DictionaryExtensions.swift
[61/74] Compiling Basic DictionaryLiteralExtensions.swift
[62/74] Compiling Basic EditDistance.swift
[63/74] Compiling Basic FileInfo.swift
[64/74] Compiling Basic FileSystem.swift
[65/74] Compiling Basic GraphAlgorithms.swift
[66/74] Compiling Basic JSON.swift
[67/74] Compiling Basic Path.swift
[68/74] Compiling Basic PathShims.swift
[69/74] Compiling Basic Process.swift
[70/74] Compiling Basic ProcessEnv.swift
[71/74] Compiling Basic SortedArray.swift
[72/74] Compiling Basic StringConversions.swift
[73/74] Compiling Basic SynchronizedQueue.swift
[74/74] Compiling Basic TemporaryFile.swift
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-llbuild.git
Fetching https://github.com/apple/swift-package-manager.git
[1/9337] Fetching yams
[655/31614] Fetching yams, swift-llbuild
Fetched https://github.com/jpsim/Yams.git from cache (2.25s)
Fetched https://github.com/apple/swift-llbuild.git from cache (2.25s)
[1/131996] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (7.66s)
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.67s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 2.0.0 (0.69s)
Computing version for https://github.com/apple/swift-llbuild.git
Computed https://github.com/apple/swift-llbuild.git at 0.2.0 (0.69s)
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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 2.0.0
warning: 'spi-builder-workspace': The target named 'ConfigCop' was identified as an executable target but a non-executable product with this name already exists.
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
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.