The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Datable with Swift 5.8 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

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 /Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
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:         macosSpm
Swift version:             5.8
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/29] Emitting module Datable
[2/38] Compiling Datable Datable.swift
[3/38] Compiling Datable DatableConfig.swift
[4/38] Compiling Datable Double+MaybeDatable.swift
[5/38] Compiling Datable Double+Stringable.swift
[6/38] Compiling Datable File.swift
[7/38] Compiling Datable Float+Floatable.swift
[8/38] Compiling Datable Float+MaybeDatable.swift
[9/38] Compiling Datable Float+MaybeIntable.swift
[10/38] Compiling Datable Floatable.swift
[11/38] Compiling Datable Arrayable.swift
[12/38] Compiling Datable CSVable.swift
[13/38] Compiling Datable Data+Arrayable.swift
[14/38] Compiling Datable Data+Base64.swift
[15/38] Compiling Datable Data+Datable.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 Int+Floatable.swift
[22/38] Compiling Datable Int+MaybeDatable.swift
[23/38] Compiling Datable Int+MaybeIntable.swift
[24/38] Compiling Datable Int+Stringable.swift
[25/38] Compiling Datable Intable.swift
[26/38] Compiling Datable MaybeDatable.swift
[27/38] Compiling Datable MaybeIntable.swift
[28/38] Compiling Datable MaybeNetworkIntable.swift
[29/38] Compiling Datable NetworkDatable.swift
[30/38] Compiling Datable NetworkIntable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[31/38] Compiling Datable String+Arrayable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[32/38] Compiling Datable String+Datable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[33/38] Compiling Datable String+Intable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[34/38] Compiling Datable Stringable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[35/38] Compiling Datable StringableArray+CSVable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[36/38] Compiling Datable UInt+Datable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[37/38] Compiling Datable UInt+MaybeNetworkDatable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
[38/38] Compiling Datable UInt+Stringable.swift
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:23:36: warning: will never be executed
                guard let result = UInt32(maybeNetworkData: maybeNetworkData) else {
                                   ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:39:30: warning: will never be executed
                let result = UInt32(self)
                             ^
/Users/admin/builds/vMd7uqzK/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
Build complete! (9.40s)
Build complete.
Done.