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 (e9defa), with Swift 6.1 for Android on 3 Jun 2025 15:33:07 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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 e9defa2 Make URLSession of RESTClient customizable (e.g. for custom timeout)
Cloned https://github.com/FlineDev/HandySwift.git
Revision (git rev-parse @):
e9defa22f6c0f3ae529b6256375d679061f830ee
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/FlineDev/HandySwift.git
https://github.com/FlineDev/HandySwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HandySwift",
  "name" : "HandySwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HandySwift",
      "targets" : [
        "HandySwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HandySwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "HandySwiftTests",
      "path" : "Tests/HandySwiftTests",
      "sources" : [
        "Extensions/ArrayExtTests.swift",
        "Extensions/CollectionExtTests.swift",
        "Extensions/ComparableExtTests.swift",
        "Extensions/DictionaryExtTests.swift",
        "Extensions/DispatchTimeIntervalExtTests.swift",
        "Extensions/DoubleExtTests.swift",
        "Extensions/FloatExtTests.swift",
        "Extensions/IntExtTests.swift",
        "Extensions/NSObjectExtTests.swift",
        "Extensions/NSRangeExtTests.swift",
        "Extensions/StringExtTests.swift",
        "Extensions/TimeIntervalExtTests.swift",
        "Protocols/WithableTests.swift",
        "Structs/FrequencyTableTests.swift",
        "Structs/GregorianDayTests.swift",
        "Structs/HandyRegexTests.swift",
        "Structs/SortedArrayTests.swift"
      ],
      "target_dependencies" : [
        "HandySwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HandySwift",
      "module_type" : "SwiftTarget",
      "name" : "HandySwift",
      "path" : "Sources/HandySwift",
      "product_memberships" : [
        "HandySwift"
      ],
      "sources" : [
        "Extensions/ArrayExt.swift",
        "Extensions/CaseIterableExt.swift",
        "Extensions/CollectionExt.swift",
        "Extensions/ComparableExt.swift",
        "Extensions/DataExt.swift",
        "Extensions/DateExt.swift",
        "Extensions/DictionaryExt.swift",
        "Extensions/DispatchTimeIntervalExt.swift",
        "Extensions/DoubleExt.swift",
        "Extensions/DurationExt.swift",
        "Extensions/FloatExt.swift",
        "Extensions/IntExt.swift",
        "Extensions/JSONDecoderExt.swift",
        "Extensions/JSONEncoderExt.swift",
        "Extensions/NSRangeExt.swift",
        "Extensions/RandomAccessCollectionExt.swift",
        "Extensions/SequenceExt.swift",
        "Extensions/StringExt.swift",
        "Extensions/StringProtocolExt.swift",
        "Extensions/SymmetricKeyExt.swift",
        "Extensions/TimeIntervalExt.swift",
        "Globals.swift",
        "Protocols/AutoConforming.swift",
        "Protocols/DivisibleArithmetic.swift",
        "Protocols/Withable.swift",
        "Types/Debouncer.swift",
        "Types/FrequencyTable.swift",
        "Types/GregorianDay.swift",
        "Types/GregorianTime.swift",
        "Types/HandyRegex.swift",
        "Types/OperatingSystem.swift",
        "Types/RESTClient.swift",
        "Types/SortedArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/32] Emitting module HandySwift
[4/36] Compiling HandySwift Globals.swift
[5/36] Compiling HandySwift AutoConforming.swift
[6/36] Compiling HandySwift DivisibleArithmetic.swift
[7/36] Compiling HandySwift Withable.swift
[8/36] Compiling HandySwift Debouncer.swift
[9/36] Compiling HandySwift FrequencyTable.swift
[10/36] Compiling HandySwift GregorianDay.swift
[11/36] Compiling HandySwift GregorianTime.swift
[12/36] Compiling HandySwift ArrayExt.swift
[13/36] Compiling HandySwift CaseIterableExt.swift
[14/36] Compiling HandySwift CollectionExt.swift
[15/36] Compiling HandySwift ComparableExt.swift
[16/36] Compiling HandySwift DataExt.swift
[17/36] Compiling HandySwift StringExt.swift
[18/36] Compiling HandySwift StringProtocolExt.swift
[19/36] Compiling HandySwift SymmetricKeyExt.swift
[20/36] Compiling HandySwift TimeIntervalExt.swift
[21/36] Compiling HandySwift JSONEncoderExt.swift
[22/36] Compiling HandySwift NSRangeExt.swift
[23/36] Compiling HandySwift RandomAccessCollectionExt.swift
[24/36] Compiling HandySwift SequenceExt.swift
[25/36] Compiling HandySwift DateExt.swift
[26/36] Compiling HandySwift DictionaryExt.swift
[27/36] Compiling HandySwift DispatchTimeIntervalExt.swift
[28/36] Compiling HandySwift DoubleExt.swift
[29/36] Compiling HandySwift DurationExt.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 |    }
[30/36] 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 |    }
[31/36] 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 |    }
[32/36] 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 |    }
[33/36] Compiling HandySwift HandyRegex.swift
[34/36] Compiling HandySwift OperatingSystem.swift
[35/36] Compiling HandySwift RESTClient.swift
[36/36] Compiling HandySwift SortedArray.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/31] Compiling HandySwift ArrayExt.swift
[3/31] Compiling HandySwift CaseIterableExt.swift
[4/31] Compiling HandySwift CollectionExt.swift
[5/31] Compiling HandySwift ComparableExt.swift
[6/31] Compiling HandySwift DataExt.swift
[7/35] Emitting module HandySwift
[8/35] Compiling HandySwift Debouncer.swift
[9/35] Compiling HandySwift FrequencyTable.swift
[10/35] Compiling HandySwift GregorianDay.swift
[11/35] Compiling HandySwift GregorianTime.swift
[12/35] Compiling HandySwift Globals.swift
[13/35] Compiling HandySwift AutoConforming.swift
[14/35] Compiling HandySwift DivisibleArithmetic.swift
[15/35] Compiling HandySwift Withable.swift
[16/35] Compiling HandySwift DateExt.swift
[17/35] Compiling HandySwift DictionaryExt.swift
[18/35] Compiling HandySwift DispatchTimeIntervalExt.swift
[19/35] Compiling HandySwift DoubleExt.swift
[20/35] Compiling HandySwift StringExt.swift
[21/35] Compiling HandySwift StringProtocolExt.swift
[22/35] Compiling HandySwift SymmetricKeyExt.swift
[23/35] Compiling HandySwift TimeIntervalExt.swift
[24/35] Compiling HandySwift JSONEncoderExt.swift
[25/35] Compiling HandySwift NSRangeExt.swift
[26/35] Compiling HandySwift RandomAccessCollectionExt.swift
[27/35] Compiling HandySwift SequenceExt.swift
[28/35] Compiling HandySwift DurationExt.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 |    }
[29/35] 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 |    }
[30/35] 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 |    }
[31/35] 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 |    }
[32/35] Compiling HandySwift HandyRegex.swift
[33/35] Compiling HandySwift OperatingSystem.swift
[34/35] Compiling HandySwift RESTClient.swift
[35/35] Compiling HandySwift SortedArray.swift
BUILD FAILURE 6.1 android