The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Datable, reference 4.0.1 (118634), with Swift 6.3 for Android on 23 Apr 2026 07:28:08 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/OperatorFoundation/Datable.git
Reference: 4.0.1
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/OperatorFoundation/Datable
 * tag               4.0.1      -> FETCH_HEAD
HEAD is now at 1186348 Conversions between different types of ints and floats
Cloned https://github.com/OperatorFoundation/Datable.git
Revision (git rev-parse @):
118634847e499cc5a1edc1b852ea9b496cf7f5d2
SUCCESS checkout https://github.com/OperatorFoundation/Datable.git at 4.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.3
Building package at path:  $PWD
https://github.com/OperatorFoundation/Datable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/36] Emitting module Datable
/host/spi-builder-workspace/Sources/Datable/Data+ExpressibleByStringLiteral.swift:10:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension Data: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public typealias StringLiteralType = String
12 |
[4/40] Compiling Datable MaybeIntable.swift
[5/40] Compiling Datable MaybeNetworkIntable.swift
[6/40] Compiling Datable NetworkDatable.swift
[7/40] Compiling Datable NetworkIntable.swift
[8/40] Compiling Datable Float+Floatable.swift
[9/40] Compiling Datable Float+MaybeDatable.swift
[10/40] Compiling Datable Float+MaybeIntable.swift
[11/40] Compiling Datable Floatable.swift
[12/40] Compiling Datable Int+Floatable.swift
[13/40] Compiling Datable Arrayable.swift
[14/40] Compiling Datable CSVable.swift
[15/40] Compiling Datable Data+Arrayable.swift
[16/40] Compiling Datable Data+Base64.swift
[17/40] Compiling Datable Data+Datable.swift
[18/40] Compiling Datable Datable.swift
[19/40] Compiling Datable DatableConfig.swift
[20/40] Compiling Datable Double+MaybeDatable.swift
[21/40] Compiling Datable Double+Stringable.swift
[22/40] Compiling Datable File.swift
[23/40] Compiling Datable Data+ExpressibleByStringLiteral.swift
/host/spi-builder-workspace/Sources/Datable/Data+ExpressibleByStringLiteral.swift:10:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension Data: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public typealias StringLiteralType = String
12 |
[24/40] Compiling Datable Data+Floatable.swift
/host/spi-builder-workspace/Sources/Datable/Data+ExpressibleByStringLiteral.swift:10:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension Data: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public typealias StringLiteralType = String
12 |
[25/40] Compiling Datable Data+MaybeIntable.swift
/host/spi-builder-workspace/Sources/Datable/Data+ExpressibleByStringLiteral.swift:10:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension Data: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public typealias StringLiteralType = String
12 |
[26/40] Compiling Datable Data+MaybeNetworkIntable.swift
/host/spi-builder-workspace/Sources/Datable/Data+ExpressibleByStringLiteral.swift:10:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension Data: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public typealias StringLiteralType = String
12 |
[27/40] Compiling Datable Data+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/Data+ExpressibleByStringLiteral.swift:10:1: warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 8 | import Foundation
 9 |
10 | extension Data: ExpressibleByStringLiteral {
   | |- warning: extension declares a conformance of imported type 'Data' to imported protocols 'ExpressibleByStringLiteral', 'ExpressibleByExtendedGraphemeClusterLiteral', 'ExpressibleByUnicodeScalarLiteral'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
11 |     public typealias StringLiteralType = String
12 |
[28/40] Compiling Datable StringableArray+CSVable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
 14 |     public init?(maybeNetworkData: Data)
 15 |     {
 16 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 17 |             case 64:
 18 |                 guard let result = UInt64(maybeNetworkData: maybeNetworkData) else {
    :
 21 |                 self = UInt(result)
 22 |             case 32:
 23 |                 guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
    |                                    `- warning: will never be executed
 24 |                     return nil
 25 |                 }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to true
 35 |             case 64:
 36 |                 let result = UInt64(self)
    :
 40 |                 return result.maybeNetworkData
 41 |             default:
 42 |                 return nil
    |                        `- warning: will never be executed
 43 |         }
 44 |     }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 35 |             case 64:
 36 |                 let result = UInt64(self)
 37 |                 return result.maybeNetworkData
 38 |             case 32:
 39 |                 let result = UInt32(self)
    |                              `- warning: will never be executed
 40 |                 return result.maybeNetworkData
 41 |             default:
[29/40] Compiling Datable UInt+Datable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
 14 |     public init?(maybeNetworkData: Data)
 15 |     {
 16 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 17 |             case 64:
 18 |                 guard let result = UInt64(maybeNetworkData: maybeNetworkData) else {
    :
 21 |                 self = UInt(result)
 22 |             case 32:
 23 |                 guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
    |                                    `- warning: will never be executed
 24 |                     return nil
 25 |                 }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to true
 35 |             case 64:
 36 |                 let result = UInt64(self)
    :
 40 |                 return result.maybeNetworkData
 41 |             default:
 42 |                 return nil
    |                        `- warning: will never be executed
 43 |         }
 44 |     }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 35 |             case 64:
 36 |                 let result = UInt64(self)
 37 |                 return result.maybeNetworkData
 38 |             case 32:
 39 |                 let result = UInt32(self)
    |                              `- warning: will never be executed
 40 |                 return result.maybeNetworkData
 41 |             default:
[30/40] Compiling Datable UInt+MaybeNetworkDatable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
 14 |     public init?(maybeNetworkData: Data)
 15 |     {
 16 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 17 |             case 64:
 18 |                 guard let result = UInt64(maybeNetworkData: maybeNetworkData) else {
    :
 21 |                 self = UInt(result)
 22 |             case 32:
 23 |                 guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
    |                                    `- warning: will never be executed
 24 |                     return nil
 25 |                 }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to true
 35 |             case 64:
 36 |                 let result = UInt64(self)
    :
 40 |                 return result.maybeNetworkData
 41 |             default:
 42 |                 return nil
    |                        `- warning: will never be executed
 43 |         }
 44 |     }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 35 |             case 64:
 36 |                 let result = UInt64(self)
 37 |                 return result.maybeNetworkData
 38 |             case 32:
 39 |                 let result = UInt32(self)
    |                              `- warning: will never be executed
 40 |                 return result.maybeNetworkData
 41 |             default:
[31/40] Compiling Datable UInt+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
 14 |     public init?(maybeNetworkData: Data)
 15 |     {
 16 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 17 |             case 64:
 18 |                 guard let result = UInt64(maybeNetworkData: maybeNetworkData) else {
    :
 21 |                 self = UInt(result)
 22 |             case 32:
 23 |                 guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
    |                                    `- warning: will never be executed
 24 |                     return nil
 25 |                 }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to true
 35 |             case 64:
 36 |                 let result = UInt64(self)
    :
 40 |                 return result.maybeNetworkData
 41 |             default:
 42 |                 return nil
    |                        `- warning: will never be executed
 43 |         }
 44 |     }
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
 32 |     public var maybeNetworkData: Data?
 33 |     {
 34 |         switch UInt.bitWidth {
    |                     `- note: condition always evaluates to false
 35 |             case 64:
 36 |                 let result = UInt64(self)
 37 |                 return result.maybeNetworkData
 38 |             case 32:
 39 |                 let result = UInt32(self)
    |                              `- warning: will never be executed
 40 |                 return result.maybeNetworkData
 41 |             default:
[32/40] Compiling Datable String+Arrayable.swift
[33/40] Compiling Datable String+Datable.swift
[34/40] Compiling Datable String+Intable.swift
[35/40] Compiling Datable Stringable.swift
[36/40] Compiling Datable Int+MaybeDatable.swift
[37/40] Compiling Datable Int+MaybeIntable.swift
[38/40] Compiling Datable Int+Stringable.swift
[39/40] Compiling Datable Intable.swift
[40/40] Compiling Datable MaybeDatable.swift
Build complete! (16.70s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Datable",
  "name" : "Datable",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "Datable",
      "targets" : [
        "Datable"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "DatableTests",
      "module_type" : "SwiftTarget",
      "name" : "DatableTests",
      "path" : "Tests/DatableTests",
      "sources" : [
        "DatableTests.swift"
      ],
      "target_dependencies" : [
        "Datable"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Datable",
      "module_type" : "SwiftTarget",
      "name" : "Datable",
      "path" : "Sources/Datable",
      "product_memberships" : [
        "Datable"
      ],
      "sources" : [
        "Arrayable.swift",
        "CSVable.swift",
        "Data+Arrayable.swift",
        "Data+Base64.swift",
        "Data+Datable.swift",
        "Data+ExpressibleByStringLiteral.swift",
        "Data+Floatable.swift",
        "Data+MaybeIntable.swift",
        "Data+MaybeNetworkIntable.swift",
        "Data+Stringable.swift",
        "Datable.swift",
        "DatableConfig.swift",
        "Double+MaybeDatable.swift",
        "Double+Stringable.swift",
        "File.swift",
        "Float+Floatable.swift",
        "Float+MaybeDatable.swift",
        "Float+MaybeIntable.swift",
        "Floatable.swift",
        "Int+Floatable.swift",
        "Int+MaybeDatable.swift",
        "Int+MaybeIntable.swift",
        "Int+Stringable.swift",
        "Intable.swift",
        "MaybeDatable.swift",
        "MaybeIntable.swift",
        "MaybeNetworkIntable.swift",
        "NetworkDatable.swift",
        "NetworkIntable.swift",
        "String+Arrayable.swift",
        "String+Datable.swift",
        "String+Intable.swift",
        "Stringable.swift",
        "StringableArray+CSVable.swift",
        "UInt+Datable.swift",
        "UInt+MaybeNetworkDatable.swift",
        "UInt+Stringable.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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
Done.