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 HandySwift, reference main (49390b), with Swift 6.2 for Android on 5 Oct 2025 14:05:31 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/HandySwift.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/FlineDev/HandySwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 49390b5 Add multipart request support
Cloned https://github.com/FlineDev/HandySwift.git
Revision (git rev-parse @):
49390b532d1cb831c30b6d5f910b3a1351de17f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FlineDev/HandySwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:d70d83f328e9f1ae04a4e17e63e2d335ae10639f90ee796a5fe3bfb139eab948
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--11D90AFD9DD3AB2.txt
[3/36] Emitting module HandySwift
[4/40] Compiling HandySwift ArrayExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[5/40] Compiling HandySwift CaseIterableExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[6/40] Compiling HandySwift CollectionExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[7/40] Compiling HandySwift ComparableExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[8/40] Compiling HandySwift DataExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/host/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[9/40] Compiling HandySwift FloatExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:23:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
21 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
22 |    public mutating func round(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) {
23 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
24 |       self = (self * divisor).rounded(rule) / divisor
25 |    }
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:46:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
44 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
45 |    public func rounded(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) -> Float {
46 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
47 |       return (self * divisor).rounded(rule) / divisor
48 |    }
[10/40] Compiling HandySwift IntExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:23:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
21 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
22 |    public mutating func round(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) {
23 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
24 |       self = (self * divisor).rounded(rule) / divisor
25 |    }
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:46:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
44 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
45 |    public func rounded(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) -> Float {
46 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
47 |       return (self * divisor).rounded(rule) / divisor
48 |    }
[11/40] Compiling HandySwift JSONDecoderExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:23:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
21 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
22 |    public mutating func round(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) {
23 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
24 |       self = (self * divisor).rounded(rule) / divisor
25 |    }
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:46:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
44 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
45 |    public func rounded(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) -> Float {
46 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
47 |       return (self * divisor).rounded(rule) / divisor
48 |    }
[12/40] Compiling HandySwift JSONEncoderExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:23:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
21 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
22 |    public mutating func round(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) {
23 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
24 |       self = (self * divisor).rounded(rule) / divisor
25 |    }
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:46:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
44 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
45 |    public func rounded(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) -> Float {
46 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
47 |       return (self * divisor).rounded(rule) / divisor
48 |    }
[13/40] Compiling HandySwift NSRangeExt.swift
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:23:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
21 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
22 |    public mutating func round(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) {
23 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
24 |       self = (self * divisor).rounded(rule) / divisor
25 |    }
/host/spi-builder-workspace/Sources/HandySwift/Extensions/FloatExt.swift:46:31: error: cannot convert value of type 'Float' to expected argument type 'Double'
44 |    /// - Note: Dropping the `rule` parameter will default to “schoolbook rounding”.
45 |    public func rounded(fractionDigits: Int, rule: FloatingPointRoundingRule = .toNearestOrAwayFromZero) -> Float {
46 |       let divisor = pow(10.0, Float(fractionDigits))
   |                               `- error: cannot convert value of type 'Float' to expected argument type 'Double'
47 |       return (self * divisor).rounded(rule) / divisor
48 |    }
[14/40] Compiling HandySwift TimeIntervalExt.swift
[15/40] Compiling HandySwift Globals.swift
[16/40] Compiling HandySwift AutoConforming.swift
[17/40] Compiling HandySwift DivisibleArithmetic.swift
[18/40] Compiling HandySwift Withable.swift
[19/40] Compiling HandySwift HandyRegex.swift
[20/40] Compiling HandySwift LogRequestPlugin.swift
[21/40] Compiling HandySwift LogResponsePlugin.swift
[22/40] Compiling HandySwift OperatingSystem.swift
[23/40] Compiling HandySwift RandomAccessCollectionExt.swift
[24/40] Compiling HandySwift SequenceExt.swift
[25/40] Compiling HandySwift StringExt.swift
[26/40] Compiling HandySwift StringProtocolExt.swift
[27/40] Compiling HandySwift SymmetricKeyExt.swift
[28/40] Compiling HandySwift DateExt.swift
[29/40] Compiling HandySwift DictionaryExt.swift
[30/40] Compiling HandySwift DispatchTimeIntervalExt.swift
[31/40] Compiling HandySwift DoubleExt.swift
[32/40] Compiling HandySwift DurationExt.swift
[33/40] Compiling HandySwift Debouncer.swift
[34/40] Compiling HandySwift FrequencyTable.swift
[35/40] Compiling HandySwift GregorianDay.swift
[36/40] Compiling HandySwift GregorianTime.swift
[37/40] Compiling HandySwift PrintRequestPlugin.swift
[38/40] Compiling HandySwift PrintResponsePlugin.swift
[39/40] Compiling HandySwift RESTClient.swift
[40/40] Compiling HandySwift SortedArray.swift
BUILD FAILURE 6.2 android