The Swift Package Index logo.Swift Package Index

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OperatorFoundation/Datable.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "datable",
      "name": "Datable",
      "url": "https://github.com/OperatorFoundation/Datable.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Datable",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/OperatorFoundation/Datable.git from cache
Fetched https://github.com/OperatorFoundation/Datable.git (0.21s)
Creating working copy for https://github.com/OperatorFoundation/Datable.git
Working copy of https://github.com/OperatorFoundation/Datable.git resolved at main
warning: '.resolve-product-dependencies': dependency 'datable' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
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 String+Arrayable.swift
[7/38] Compiling Datable String+Datable.swift
[8/38] Compiling Datable String+Intable.swift
[9/38] Compiling Datable Stringable.swift
[10/38] Compiling Datable Data+ExpressibleByStringLiteral.swift
[11/38] Compiling Datable Data+Floatable.swift
[12/38] Compiling Datable Data+MaybeIntable.swift
[13/38] Compiling Datable Data+MaybeNetworkIntable.swift
[14/38] Compiling Datable Data+Stringable.swift
[15/38] Compiling Datable Datable.swift
[16/38] Compiling Datable DatableConfig.swift
[17/38] Compiling Datable Double+MaybeDatable.swift
[18/38] Compiling Datable Double+Stringable.swift
[19/38] Compiling Datable File.swift
[20/38] Compiling Datable Float+Floatable.swift
[21/38] Compiling Datable Float+MaybeDatable.swift
[22/38] Compiling Datable Float+MaybeIntable.swift
[23/38] Compiling Datable Floatable.swift
[24/38] Compiling Datable Int+Floatable.swift
[25/38] Compiling Datable Arrayable.swift
[26/38] Compiling Datable CSVable.swift
[27/38] Compiling Datable Data+Arrayable.swift
[28/38] Compiling Datable Data+Base64.swift
[29/38] Compiling Datable Data+Datable.swift
[30/38] Compiling Datable Int+MaybeDatable.swift
[31/38] Compiling Datable Int+MaybeIntable.swift
[32/38] Compiling Datable Int+Stringable.swift
[33/38] Compiling Datable Intable.swift
[34/38] Compiling Datable MaybeDatable.swift
[35/38] Compiling Datable StringableArray+CSVable.swift
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/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
/Users/builder/builds/TDmZkXJm/1/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/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:16:21: note: condition always evaluates to false
        switch UInt.bitWidth {
                    ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:42:24: warning: will never be executed
                return nil
                       ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/Datable/UInt+MaybeNetworkDatable.swift:34:21: note: condition always evaluates to true
        switch UInt.bitWidth {
                    ^
Build complete! (14.47s)
Build complete.
Done.