The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Datable with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.25.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Datable.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/OperatorFoundation/Datable
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build 2>&1
Building for debugging...
[1/34] Emitting module Datable
[2/38] Compiling Datable MaybeIntable.swift
[3/38] Compiling Datable MaybeNetworkIntable.swift
[4/38] Compiling Datable NetworkDatable.swift
[5/38] Compiling Datable NetworkIntable.swift
[6/38] Compiling Datable Arrayable.swift
[7/38] Compiling Datable CSVable.swift
[8/38] Compiling Datable Data+Arrayable.swift
[9/38] Compiling Datable Data+Base64.swift
[10/38] Compiling Datable Data+Datable.swift
[11/38] Compiling Datable Datable.swift
[12/38] Compiling Datable DatableConfig.swift
[13/38] Compiling Datable Double+MaybeDatable.swift
[14/38] Compiling Datable Double+Stringable.swift
[15/38] Compiling Datable File.swift
[16/38] Compiling Datable Data+ExpressibleByStringLiteral.swift
[17/38] Compiling Datable Data+Floatable.swift
[18/38] Compiling Datable Data+MaybeIntable.swift
[19/38] Compiling Datable Data+MaybeNetworkIntable.swift
[20/38] Compiling Datable Data+Stringable.swift
[21/38] Compiling Datable Float+Floatable.swift
[22/38] Compiling Datable Float+MaybeDatable.swift
[23/38] Compiling Datable Float+MaybeIntable.swift
[24/38] Compiling Datable Floatable.swift
[25/38] Compiling Datable Int+Floatable.swift
[26/38] Compiling Datable Int+MaybeDatable.swift
[27/38] Compiling Datable Int+MaybeIntable.swift
[28/38] Compiling Datable Int+Stringable.swift
[29/38] Compiling Datable Intable.swift
[30/38] Compiling Datable MaybeDatable.swift
[31/38] Compiling Datable String+Arrayable.swift
[32/38] Compiling Datable String+Datable.swift
[33/38] Compiling Datable String+Intable.swift
[34/38] Compiling Datable Stringable.swift
[35/38] Compiling Datable StringableArray+CSVable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
[36/38] Compiling Datable UInt+Datable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
[37/38] Compiling Datable UInt+MaybeNetworkDatable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
[38/38] Compiling Datable UInt+Stringable.swift
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/host/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
Build complete! (15.32s)
Build complete.
Done.

Build Machine: Linux 1