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 CommandRegistry, reference 0.1.2 (ee7ff1), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 13:41:35 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/g-Off/CommandRegistry.git
Reference: 0.1.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/g-Off/CommandRegistry
 * tag               0.1.2      -> FETCH_HEAD
HEAD is now at ee7ff13 pinning to SPM 0.3.0
Cloned https://github.com/g-Off/CommandRegistry.git
Revision (git rev-parse @):
ee7ff131c7e6c2d195954ab69c8c0feaaee988e9
SUCCESS checkout https://github.com/g-Off/CommandRegistry.git at 0.1.2
Fetching https://github.com/apple/swift-package-manager.git
[1/142755] Fetching swift-package-manager
Fetched https://github.com/apple/swift-package-manager.git from cache (31.28s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.3.0 (2.43s)
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.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "commandregistry",
      "name": "CommandRegistry",
      "url": "https://github.com/g-Off/CommandRegistry.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CommandRegistry",
      "dependencies": [
        {
          "identity": "swift-package-manager",
          "name": "SwiftPM",
          "url": "https://github.com/apple/swift-package-manager.git",
          "version": "0.3.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-package-manager",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/g-Off/CommandRegistry.git
[3/33] Fetching commandregistry
Fetched https://github.com/g-Off/CommandRegistry.git from cache (0.60s)
Fetching https://github.com/apple/swift-package-manager.git from cache
Fetched https://github.com/apple/swift-package-manager.git from cache (1.15s)
Computing version for https://github.com/apple/swift-package-manager.git
Computed https://github.com/apple/swift-package-manager.git at 0.3.0 (0.02s)
Creating working copy for https://github.com/g-Off/CommandRegistry.git
Working copy of https://github.com/g-Off/CommandRegistry.git resolved at 0.1.2 (ee7ff13)
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.3.0
warning: '.resolve-product-dependencies': dependency 'commandregistry' is not used by any target
Found 1 product dependencies
  - SwiftPM
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/g-Off/CommandRegistry.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/7] Write sources
[5/7] Compiling clibc libc.c
[6/7] Write swift-version--7754E27361AE5C74.txt
[8/9] Compiling SPMLibc libc.swift
[9/9] Emitting module SPMLibc
[10/20] Compiling POSIX rename.swift
[11/20] Compiling POSIX stat.swift
[12/20] Compiling POSIX isatty.swift
[13/21] Compiling POSIX usleep.swift
[14/21] Compiling POSIX realpath.swift
[15/21] Compiling POSIX getcwd.swift
[16/21] Compiling POSIX exit.swift
[17/21] Compiling POSIX env.swift
[18/21] Emitting module POSIX
[19/21] Compiling POSIX Error.swift
[20/21] Compiling POSIX chdir.swift
[21/21] Compiling POSIX readdir.swift
[22/57] Emitting module Basic
[23/60] 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/60] 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/60] 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/60] 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/60] Compiling Basic DiagnosticsEngine.swift
[28/60] Compiling Basic DictionaryExtensions.swift
[29/60] Compiling Basic DictionaryLiteralExtensions.swift
[30/60] Compiling Basic EditDistance.swift
[31/60] Compiling Basic OrderedDictionary.swift
[32/60] Compiling Basic OrderedSet.swift
[33/60] Compiling Basic OutputByteStream.swift
[34/60] Compiling Basic Path.swift
[35/60] Compiling Basic CollectionAlgorithms.swift
[36/60] Compiling Basic CollectionExtensions.swift
[37/60] Compiling Basic Condition.swift
[38/60] Compiling Basic DeltaAlgorithm.swift
[39/60] Compiling Basic KeyedPair.swift
[40/60] Compiling Basic LazyCache.swift
[41/60] Compiling Basic Lock.swift
[42/60] Compiling Basic ObjectIdentifierProtocol.swift
[43/60] Compiling Basic SynchronizedQueue.swift
[44/60] Compiling Basic TemporaryFile.swift
[45/60] Compiling Basic TerminalController.swift
[46/60] Compiling Basic Result.swift
[47/60] Compiling Basic SHA256.swift
[48/60] Compiling Basic SortedArray.swift
[49/60] Compiling Basic StringConversions.swift
[50/60] Compiling Basic Thread.swift
[51/60] Compiling Basic Tuple.swift
[52/60] Compiling Basic misc.swift
[53/60] Compiling Basic FileSystem.swift
[54/60] Compiling Basic GraphAlgorithms.swift
[55/60] Compiling Basic JSON.swift
[56/60] Compiling Basic JSONMapper.swift
[57/60] Compiling Basic PathShims.swift
[58/60] Compiling Basic Process.swift
[59/60] Compiling Basic ProcessSet.swift
[60/60] Compiling Basic RegEx.swift
BUILD FAILURE 6.0 macosSpm