The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Replicate, reference main (efd033), with Swift 6.3 for Android on 15 Apr 2026 01:00:03 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/replicate/replicate-swift.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/replicate/replicate-swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at efd033f Bump version to 0.24.0
Cloned https://github.com/replicate/replicate-swift.git
Revision (git rev-parse @):
efd033f4e421112b70e82221c813417e164aab7a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/replicate/replicate-swift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/replicate/replicate-swift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/16] Compiling Replicate Identifier.swift
[4/16] Compiling Replicate Model.swift
[5/17] Compiling Replicate Deployment.swift
[6/17] Compiling Replicate Error.swift
[7/17] Compiling Replicate Data+uriEncoded.swift
[8/17] Compiling Replicate Hardware.swift
[9/17] Compiling Replicate Status.swift
[10/17] Compiling Replicate Training.swift
[11/17] Compiling Replicate Value.swift
[12/17] Emitting module Replicate
/host/spi-builder-workspace/Sources/Replicate/Client.swift:99:31: warning: cannot use default expression for inference of 'Output.Type' because it is inferrable from parameters #3, #4; this will be an error in a future Swift language mode
  97 |         input: Input,
  98 |         webhook: Webhook? = nil,
  99 |         _ type: Output.Type = Value.self,
     |                               `- warning: cannot use default expression for inference of 'Output.Type' because it is inferrable from parameters #3, #4; this will be an error in a future Swift language mode
 100 |         updateHandler: @escaping (Prediction<Input, Output>) throws -> Void = { _ in () }
 101 |     ) async throws -> Output? {
/host/spi-builder-workspace/Sources/Replicate/Client.swift:165:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 163 |     @available(*, deprecated, message: "wait parameter is deprecated; use ``Prediction/wait(with:)`` or ``Client/run(_:input:webhook:_:)``")
 164 |     public func createPrediction<Input: Codable, Output: Codable>(
 165 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 166 |         version id: Model.Version.ID,
 167 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:221:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 219 |     /// - Returns: The created prediction.
 220 |     public func createPrediction<Input: Codable, Output: Codable>(
 221 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 222 |         version id: Model.Version.ID,
 223 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:270:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 268 |     /// - Returns: The created prediction.
 269 |     public func createPrediction<Input: Codable, Output: Codable>(
 270 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 271 |         model id: Model.ID,
 272 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:319:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 317 |     /// - Returns: The created prediction.
 318 |     public func createPrediction<Input: Codable, Output: Codable>(
 319 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 320 |         deployment id: Deployment.ID,
 321 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:624:40: warning: cannot use default expression for inference of 'Training<Input>.Type' because it is inferrable from parameters #0, #4; this will be an error in a future Swift language mode
 622 |     ///         so make sure it can be safely called more than once.
 623 |     public func createTraining<Input: Codable>(
 624 |         _ type: Training<Input>.Type = AnyTraining.self,
     |                                        `- warning: cannot use default expression for inference of 'Training<Input>.Type' because it is inferrable from parameters #0, #4; this will be an error in a future Swift language mode
 625 |         model: Model.ID,
 626 |         version: Model.Version.ID,
[13/17] Compiling Replicate Account.swift
/host/spi-builder-workspace/Sources/Replicate/Client.swift:99:31: warning: cannot use default expression for inference of 'Output.Type' because it is inferrable from parameters #3, #4; this will be an error in a future Swift language mode
  97 |         input: Input,
  98 |         webhook: Webhook? = nil,
  99 |         _ type: Output.Type = Value.self,
     |                               `- warning: cannot use default expression for inference of 'Output.Type' because it is inferrable from parameters #3, #4; this will be an error in a future Swift language mode
 100 |         updateHandler: @escaping (Prediction<Input, Output>) throws -> Void = { _ in () }
 101 |     ) async throws -> Output? {
/host/spi-builder-workspace/Sources/Replicate/Client.swift:165:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 163 |     @available(*, deprecated, message: "wait parameter is deprecated; use ``Prediction/wait(with:)`` or ``Client/run(_:input:webhook:_:)``")
 164 |     public func createPrediction<Input: Codable, Output: Codable>(
 165 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 166 |         version id: Model.Version.ID,
 167 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:221:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 219 |     /// - Returns: The created prediction.
 220 |     public func createPrediction<Input: Codable, Output: Codable>(
 221 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 222 |         version id: Model.Version.ID,
 223 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:270:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 268 |     /// - Returns: The created prediction.
 269 |     public func createPrediction<Input: Codable, Output: Codable>(
 270 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 271 |         model id: Model.ID,
 272 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:319:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 317 |     /// - Returns: The created prediction.
 318 |     public func createPrediction<Input: Codable, Output: Codable>(
 319 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 320 |         deployment id: Deployment.ID,
 321 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:624:40: warning: cannot use default expression for inference of 'Training<Input>.Type' because it is inferrable from parameters #0, #4; this will be an error in a future Swift language mode
 622 |     ///         so make sure it can be safely called more than once.
 623 |     public func createTraining<Input: Codable>(
 624 |         _ type: Training<Input>.Type = AnyTraining.self,
     |                                        `- warning: cannot use default expression for inference of 'Training<Input>.Type' because it is inferrable from parameters #0, #4; this will be an error in a future Swift language mode
 625 |         model: Model.ID,
 626 |         version: Model.Version.ID,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:1032:36: error: value of type 'DispatchTime' has no member 'advanced'
1030 |             return Retrier(policy: self,
1031 |                            deadline: timeout.flatMap {
1032 |                             .now().advanced(by: .nanoseconds(Int($0 * 1e+9)))
     |                                    `- error: value of type 'DispatchTime' has no member 'advanced'
1033 |                            })
1034 |         }
/host/spi-builder-workspace/Sources/Replicate/Client.swift:1032:50: error: cannot infer contextual base in reference to member 'nanoseconds'
1030 |             return Retrier(policy: self,
1031 |                            deadline: timeout.flatMap {
1032 |                             .now().advanced(by: .nanoseconds(Int($0 * 1e+9)))
     |                                                  `- error: cannot infer contextual base in reference to member 'nanoseconds'
1033 |                            })
1034 |         }
[14/17] Compiling Replicate Client.swift
/host/spi-builder-workspace/Sources/Replicate/Client.swift:99:31: warning: cannot use default expression for inference of 'Output.Type' because it is inferrable from parameters #3, #4; this will be an error in a future Swift language mode
  97 |         input: Input,
  98 |         webhook: Webhook? = nil,
  99 |         _ type: Output.Type = Value.self,
     |                               `- warning: cannot use default expression for inference of 'Output.Type' because it is inferrable from parameters #3, #4; this will be an error in a future Swift language mode
 100 |         updateHandler: @escaping (Prediction<Input, Output>) throws -> Void = { _ in () }
 101 |     ) async throws -> Output? {
/host/spi-builder-workspace/Sources/Replicate/Client.swift:165:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 163 |     @available(*, deprecated, message: "wait parameter is deprecated; use ``Prediction/wait(with:)`` or ``Client/run(_:input:webhook:_:)``")
 164 |     public func createPrediction<Input: Codable, Output: Codable>(
 165 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 166 |         version id: Model.Version.ID,
 167 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:221:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 219 |     /// - Returns: The created prediction.
 220 |     public func createPrediction<Input: Codable, Output: Codable>(
 221 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 222 |         version id: Model.Version.ID,
 223 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:270:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 268 |     /// - Returns: The created prediction.
 269 |     public func createPrediction<Input: Codable, Output: Codable>(
 270 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 271 |         model id: Model.ID,
 272 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:319:50: warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 317 |     /// - Returns: The created prediction.
 318 |     public func createPrediction<Input: Codable, Output: Codable>(
 319 |         _ type: Prediction<Input, Output>.Type = AnyPrediction.self,
     |                                                  `- warning: cannot use default expression for inference of 'Prediction<Input, Output>.Type' because it is inferrable from parameters #0, #2; this will be an error in a future Swift language mode
 320 |         deployment id: Deployment.ID,
 321 |         input: Input,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:624:40: warning: cannot use default expression for inference of 'Training<Input>.Type' because it is inferrable from parameters #0, #4; this will be an error in a future Swift language mode
 622 |     ///         so make sure it can be safely called more than once.
 623 |     public func createTraining<Input: Codable>(
 624 |         _ type: Training<Input>.Type = AnyTraining.self,
     |                                        `- warning: cannot use default expression for inference of 'Training<Input>.Type' because it is inferrable from parameters #0, #4; this will be an error in a future Swift language mode
 625 |         model: Model.ID,
 626 |         version: Model.Version.ID,
/host/spi-builder-workspace/Sources/Replicate/Client.swift:1032:36: error: value of type 'DispatchTime' has no member 'advanced'
1030 |             return Retrier(policy: self,
1031 |                            deadline: timeout.flatMap {
1032 |                             .now().advanced(by: .nanoseconds(Int($0 * 1e+9)))
     |                                    `- error: value of type 'DispatchTime' has no member 'advanced'
1033 |                            })
1034 |         }
/host/spi-builder-workspace/Sources/Replicate/Client.swift:1032:50: error: cannot infer contextual base in reference to member 'nanoseconds'
1030 |             return Retrier(policy: self,
1031 |                            deadline: timeout.flatMap {
1032 |                             .now().advanced(by: .nanoseconds(Int($0 * 1e+9)))
     |                                                  `- error: cannot infer contextual base in reference to member 'nanoseconds'
1033 |                            })
1034 |         }
[15/17] Compiling Replicate Webhook.swift
[16/17] Compiling Replicate Predictable.swift
[17/17] Compiling Replicate Prediction.swift
BUILD FAILURE 6.3 android