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 swift-standard-clients, reference main (397f90), with Swift 6.1 for Linux on 26 Apr 2025 18:50:54 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/capturecontext/swift-standard-clients.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/capturecontext/swift-standard-clients
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 397f905 feat: StandardClients(+Live) products
Cloned https://github.com/capturecontext/swift-standard-clients.git
Revision (git rev-parse @):
397f90502948a0acb2d0442ec4c70fec5f87a677
SUCCESS checkout https://github.com/capturecontext/swift-standard-clients.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/capturecontext/swift-standard-clients.git
https://github.com/capturecontext/swift-standard-clients.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-prelude",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.0.1",
            "upper_bound" : "0.1.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/capturecontext/swift-prelude.git"
    }
  ],
  "manifest_display_name" : "swift-standard-clients",
  "name" : "swift-standard-clients",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "StandardClients",
      "targets" : [
        "StandardClients"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "StandardClientsLive",
      "targets" : [
        "StandardClientsLive"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "CacheClient",
      "targets" : [
        "CacheClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "MemoryCacheClient",
      "targets" : [
        "MemoryCacheClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "DataRepresentable",
      "targets" : [
        "DataRepresentable"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "HapticEngineClient",
      "targets" : [
        "HapticEngineClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "HapticEngineClientLive",
      "targets" : [
        "HapticEngineClientLive"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "IDFAPermissionsClient",
      "targets" : [
        "IDFAPermissionsClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "IDFAPermissionsClientLive",
      "targets" : [
        "IDFAPermissionsClientLive"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "KeychainClient",
      "targets" : [
        "KeychainClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "KeychainClientLive",
      "targets" : [
        "KeychainClientLive"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "NotificationsPermissionsClient",
      "targets" : [
        "NotificationsPermissionsClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "NotificationsPermissionsClientLive",
      "targets" : [
        "NotificationsPermissionsClientLive"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "UserDefaultsClient",
      "targets" : [
        "UserDefaultsClient"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "UserDefaultsClientLive",
      "targets" : [
        "UserDefaultsClientLive"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "UserDefaultsClientLive",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsClientLive",
      "path" : "Sources/UserDefaultsClientLive",
      "product_memberships" : [
        "StandardClientsLive",
        "UserDefaultsClientLive"
      ],
      "sources" : [
        "Exports.swift",
        "UserDefaultsClientLive.swift"
      ],
      "target_dependencies" : [
        "UserDefaultsClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "UserDefaultsClient",
      "module_type" : "SwiftTarget",
      "name" : "UserDefaultsClient",
      "path" : "Sources/UserDefaultsClient",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "UserDefaultsClient",
        "UserDefaultsClientLive"
      ],
      "sources" : [
        "UserDefaultsClient.swift",
        "UserDefaultsClientOperations.swift"
      ],
      "target_dependencies" : [
        "DataRepresentable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StandardClientsLive",
      "module_type" : "SwiftTarget",
      "name" : "StandardClientsLive",
      "path" : "Sources/StandardClientsLive",
      "product_memberships" : [
        "StandardClientsLive"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "MemoryCacheClient",
        "HapticEngineClientLive",
        "IDFAPermissionsClientLive",
        "KeychainClientLive",
        "NotificationsPermissionsClientLive",
        "UserDefaultsClientLive"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StandardClients",
      "module_type" : "SwiftTarget",
      "name" : "StandardClients",
      "path" : "Sources/StandardClients",
      "product_memberships" : [
        "StandardClients"
      ],
      "sources" : [
        "Exports.swift"
      ],
      "target_dependencies" : [
        "CacheClient",
        "HapticEngineClient",
        "IDFAPermissionsClient",
        "KeychainClient",
        "NotificationsPermissionsClient",
        "UserDefaultsClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NotificationsPermissionsClientLive",
      "module_type" : "SwiftTarget",
      "name" : "NotificationsPermissionsClientLive",
      "path" : "Sources/NotificationsPermissionsClientLive",
      "product_memberships" : [
        "StandardClientsLive",
        "NotificationsPermissionsClientLive"
      ],
      "sources" : [
        "AuthorizationOptions.swift",
        "AuthorizationStatus.swift",
        "Exports.swift",
        "NotificationsPermissionsClientLive.swift"
      ],
      "target_dependencies" : [
        "NotificationsPermissionsClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "NotificationsPermissionsClient",
      "module_type" : "SwiftTarget",
      "name" : "NotificationsPermissionsClient",
      "path" : "Sources/NotificationsPermissionsClient",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "NotificationsPermissionsClient",
        "NotificationsPermissionsClientLive"
      ],
      "sources" : [
        "NotificationsPermissionsClient.swift",
        "NotificationsPermissionsClientOperations.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MemoryCacheClient",
      "module_type" : "SwiftTarget",
      "name" : "MemoryCacheClient",
      "path" : "Sources/MemoryCacheClient",
      "product_memberships" : [
        "StandardClientsLive",
        "MemoryCacheClient"
      ],
      "sources" : [
        "Exports.swift",
        "MemoryCache.swift",
        "MemoryCacheClient.swift"
      ],
      "target_dependencies" : [
        "CacheClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KeychainClientLive",
      "module_type" : "SwiftTarget",
      "name" : "KeychainClientLive",
      "path" : "Sources/KeychainClientLive",
      "product_memberships" : [
        "StandardClientsLive",
        "KeychainClientLive"
      ],
      "sources" : [
        "Exports.swift",
        "Keychain/CoreFoundation+.swift",
        "Keychain/Keychain+AccessOptions.swift",
        "Keychain/Keychain+Constants.swift",
        "Keychain/Keychain+Error.swift",
        "Keychain/Keychain+OperationResult.swift",
        "Keychain/Keychain.swift",
        "Keychain/NSLocking+.swift",
        "KeychainClientAccessPolicy.swift",
        "KeychainClientLive.swift"
      ],
      "target_dependencies" : [
        "KeychainClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KeychainClient",
      "module_type" : "SwiftTarget",
      "name" : "KeychainClient",
      "path" : "Sources/KeychainClient",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "KeychainClient",
        "KeychainClientLive"
      ],
      "sources" : [
        "KeychainClient.swift",
        "KeychainClientOperations.swift"
      ],
      "target_dependencies" : [
        "DataRepresentable"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IDFAPermissionsClientLive",
      "module_type" : "SwiftTarget",
      "name" : "IDFAPermissionsClientLive",
      "path" : "Sources/IDFAPermissionsClientLive",
      "product_memberships" : [
        "StandardClientsLive",
        "IDFAPermissionsClientLive"
      ],
      "sources" : [
        "AuthorizationStatus.swift",
        "Exports.swift",
        "IDFAPermissionsClientLive.swift"
      ],
      "target_dependencies" : [
        "IDFAPermissionsClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IDFAPermissionsClient",
      "module_type" : "SwiftTarget",
      "name" : "IDFAPermissionsClient",
      "path" : "Sources/IDFAPermissionsClient",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "IDFAPermissionsClient",
        "IDFAPermissionsClientLive"
      ],
      "sources" : [
        "IDFAPermissionsClient.swift",
        "IDFAPermissionsClientOperations.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HapticEngineClientLive",
      "module_type" : "SwiftTarget",
      "name" : "HapticEngineClientLive",
      "path" : "Sources/HapticEngineClientLive",
      "product_memberships" : [
        "StandardClientsLive",
        "HapticEngineClientLive"
      ],
      "sources" : [
        "Exports.swift",
        "HapticEngineClientLive.swift",
        "HapticFeedback.swift"
      ],
      "target_dependencies" : [
        "HapticEngineClient"
      ],
      "type" : "library"
    },
    {
      "c99name" : "HapticEngineClient",
      "module_type" : "SwiftTarget",
      "name" : "HapticEngineClient",
      "path" : "Sources/HapticEngineClient",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "HapticEngineClient",
        "HapticEngineClientLive"
      ],
      "sources" : [
        "HapticEngineClient.swift",
        "HapticEngineClientOperations.swift",
        "HapticFeedback.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "DataRepresentableTests",
      "module_type" : "SwiftTarget",
      "name" : "DataRepresentableTests",
      "path" : "Tests/DataRepresentableTests",
      "sources" : [
        "DataRepresentableTests.swift"
      ],
      "target_dependencies" : [
        "DataRepresentable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataRepresentable",
      "module_type" : "SwiftTarget",
      "name" : "DataRepresentable",
      "path" : "Sources/DataRepresentable",
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "CacheClient",
        "MemoryCacheClient",
        "DataRepresentable",
        "KeychainClient",
        "KeychainClientLive",
        "UserDefaultsClient",
        "UserDefaultsClientLive"
      ],
      "sources" : [
        "AnyDataRepresenable.swift",
        "DataRepresentable.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CacheClient",
      "module_type" : "SwiftTarget",
      "name" : "CacheClient",
      "path" : "Sources/CacheClient",
      "product_dependencies" : [
        "Prelude"
      ],
      "product_memberships" : [
        "StandardClients",
        "StandardClientsLive",
        "CacheClient",
        "MemoryCacheClient"
      ],
      "sources" : [
        "CacheClient.swift",
        "CacheClientOperations.swift"
      ],
      "target_dependencies" : [
        "DataRepresentable"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/capturecontext/swift-prelude.git
[1/1959] Fetching swift-prelude
Fetched https://github.com/capturecontext/swift-prelude.git from cache (0.21s)
Computing version for https://github.com/capturecontext/swift-prelude.git
Computed https://github.com/capturecontext/swift-prelude.git at 0.0.3 (0.68s)
Creating working copy for https://github.com/capturecontext/swift-prelude.git
Working copy of https://github.com/capturecontext/swift-prelude.git resolved at 0.0.3
Building for debugging...
[0/63] Write sources
[16/63] Write swift-version-24593BA9C3E375BF.txt
[18/109] Emitting module Prelude
[19/114] Compiling Prelude NearSemiring.swift
[20/114] Compiling Prelude Plus.swift
[21/114] Compiling Prelude Ring.swift
[22/114] Compiling Prelude Semigroup.swift
[23/114] Compiling Prelude Semiring.swift
[24/114] Compiling Prelude Endo.swift
[25/114] Compiling Prelude Func.swift
[26/114] Compiling Prelude Function.swift
[27/114] Compiling Prelude Compose.swift
[28/114] Compiling Prelude Pipe.swift
[29/114] Compiling Prelude KeyPath.swift
[30/114] Emitting module DataRepresentable
[31/114] Compiling DataRepresentable DataRepresentable.swift
/host/spi-builder-workspace/Sources/DataRepresentable/DataRepresentable.swift:50:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
48 |   public var dataRepresentation: Data {
49 |     var value = self
50 |     return Data(bytes: &value, count: MemoryLayout<Self>.size)
   |                        `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
51 |   }
52 |
[32/114] Compiling DataRepresentable AnyDataRepresenable.swift
[33/115] Compiling Prelude Field.swift
[34/115] Compiling Prelude FreeNearSemiring.swift
[35/115] Compiling Prelude HeytingAlgebra.swift
[36/115] Compiling Prelude Hole.swift
[37/115] Compiling Prelude IO.swift
[38/115] Compiling Prelude Monoid.swift
[40/115] Compiling Prelude Tuple.swift
[41/115] Compiling Prelude Unit.swift
[42/115] Compiling Prelude Alt.swift
[43/115] Compiling Prelude Array.swift
[44/115] Compiling Prelude CommutativeRing.swift
[45/115] Compiling Prelude EuclideanRing.swift
[46/115] Compiling Prelude Comparable.swift
[47/115] Compiling Prelude Comparator.swift
[48/115] Compiling Prelude Const.swift
[49/115] Compiling Prelude Curry.swift
[50/115] Compiling Prelude Equatable.swift
[51/115] Compiling Prelude Filterable.swift
[52/115] Compiling Prelude Parallel.swift
[53/115] Compiling Prelude Sequence.swift
[54/115] Compiling Prelude Set.swift
[55/115] Compiling Prelude String.swift
[56/115] Compiling Prelude Pack.swift
[57/115] Compiling Prelude Scope.swift
[58/115] Compiling Prelude And.swift
[59/115] Compiling Prelude Equal.swift
[60/115] Compiling Prelude Or.swift
[61/115] Compiling Prelude Xor.swift
[62/115] Compiling Prelude Cast.swift
[63/115] Compiling Prelude Collection.swift
[64/115] Compiling Prelude Match.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[65/115] Compiling Prelude Never.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[66/115] Compiling Prelude Operators+Impl.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[67/115] Compiling Prelude Operators.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[68/115] Compiling Prelude PrecedenceGroups.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[69/115] Compiling Prelude Optional.swift
/host/spi-builder-workspace/.build/checkouts/swift-prelude/Sources/Prelude/Optional.swift:14:32: error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 12 |   with default: @autoclosure @escaping () -> A
 13 | ) -> (A?) -> A {
 14 |   return optional(`default`()) <| id
    |                                `- error: conflicting arguments to generic parameter 'A' ('(A) -> A' vs. '@Sendable (A) -> A')
 15 | }
 16 |
[69/115] Wrapping AST for DataRepresentable for debugging
[70/115] Write Objects.LinkFileList
[71/115] Archiving libDataRepresentable.a
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/46] Write swift-version-24593BA9C3E375BF.txt
[2/92] Compiling DataRepresentable AnyDataRepresenable.swift
[3/92] Emitting module DataRepresentable
[4/92] Compiling DataRepresentable DataRepresentable.swift
/host/spi-builder-workspace/Sources/DataRepresentable/DataRepresentable.swift:50:24: warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
48 |   public var dataRepresentation: Data {
49 |     var value = self
50 |     return Data(bytes: &value, count: MemoryLayout<Self>.size)
   |                        `- warning: forming 'UnsafeRawPointer' to a variable of type 'Self'; this is likely incorrect because 'Self' may contain an object reference.
51 |   }
52 |
[5/93] Write Objects.LinkFileList
[6/93] Archiving libDataRepresentable.a
[8/93] Compiling Prelude Tuple.swift
[9/93] Compiling Prelude Unit.swift
[10/93] Compiling Prelude Alt.swift
[11/93] Compiling Prelude Array.swift
[12/93] Compiling Prelude CommutativeRing.swift
[13/93] Compiling Prelude EuclideanRing.swift
[14/93] Compiling Prelude Field.swift
[15/93] Compiling Prelude FreeNearSemiring.swift
[16/93] Compiling Prelude HeytingAlgebra.swift
[17/93] Compiling Prelude Hole.swift
[18/93] Compiling Prelude IO.swift
[19/93] Compiling Prelude Monoid.swift
[20/98] Compiling Prelude Match.swift
[21/98] Compiling Prelude Never.swift
[22/98] Compiling Prelude Operators+Impl.swift
[23/98] Compiling Prelude Operators.swift
[24/98] Compiling Prelude PrecedenceGroups.swift
[25/98] Compiling Prelude Optional.swift
[26/98] Compiling Prelude Endo.swift
[27/98] Compiling Prelude Func.swift
[28/98] Compiling Prelude Function.swift
[29/98] Compiling Prelude Compose.swift
[30/98] Compiling Prelude Pipe.swift
[31/98] Compiling Prelude KeyPath.swift
[32/98] Compiling Prelude Parallel.swift
[33/98] Compiling Prelude Sequence.swift
[34/98] Compiling Prelude Set.swift
[35/98] Compiling Prelude String.swift
[36/98] Compiling Prelude Pack.swift
[37/98] Compiling Prelude Scope.swift
[38/98] Compiling Prelude NearSemiring.swift
[39/98] Compiling Prelude Plus.swift
[40/98] Compiling Prelude Ring.swift
[41/98] Compiling Prelude Semigroup.swift
[42/98] Compiling Prelude Semiring.swift
[43/98] Compiling Prelude And.swift
[44/98] Compiling Prelude Equal.swift
[45/98] Compiling Prelude Or.swift
[46/98] Compiling Prelude Xor.swift
[47/98] Compiling Prelude Cast.swift
[48/98] Compiling Prelude Collection.swift
[49/98] Emitting module Prelude
[50/98] Compiling Prelude Comparable.swift
[51/98] Compiling Prelude Comparator.swift
[52/98] Compiling Prelude Const.swift
[53/98] Compiling Prelude Curry.swift
[54/98] Compiling Prelude Equatable.swift
[55/98] Compiling Prelude Filterable.swift
[56/99] Wrapping AST for Prelude for debugging
[58/118] Compiling NotificationsPermissionsClient NotificationsPermissionsClientOperations.swift
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[59/118] Emitting module NotificationsPermissionsClient
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 |
[60/118] Compiling NotificationsPermissionsClient NotificationsPermissionsClient.swift
/host/spi-builder-workspace/Sources/NotificationsPermissionsClient/NotificationsPermissionsClientOperations.swift:1:8: error: no such module 'Combine'
 1 | import Combine
   |        `- error: no such module 'Combine'
 2 | import Prelude
 3 |
BUILD FAILURE 6.1 linux