Build Information
Successful build of SwiftDate 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.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/drewag/SwiftDate.git
Reference: master
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/drewag/SwiftDate
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at d436a26 [BF] Fix build
Cloned https://github.com/drewag/SwiftDate.git
Revision (git rev-parse @):
d436a26e2350ce39540d8d98568036b3793a8320
SUCCESS checkout https://github.com/drewag/SwiftDate.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD/checkout
https://github.com/drewag/SwiftDate.git
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/33] Emitting module SwiftDate
[2/37] Compiling SwiftDate Int+DateComponents.swift
[3/37] Compiling SwiftDate String+Parser.swift
[4/37] Compiling SwiftDate TimeInterval+Formatter.swift
[5/37] Compiling SwiftDate AssociatedValues.swift
[6/37] Compiling SwiftDate Date+Compare.swift
/host/spi-builder-workspace/Sources/SwiftDate/Date/Date+Compare.swift:174:9: warning: default will never be executed
@unknown default:
^
[7/37] Compiling SwiftDate Date+Components.swift
/host/spi-builder-workspace/Sources/SwiftDate/Date/Date+Compare.swift:174:9: warning: default will never be executed
@unknown default:
^
[8/37] Compiling SwiftDate Date+Create.swift
/host/spi-builder-workspace/Sources/SwiftDate/Date/Date+Compare.swift:174:9: warning: default will never be executed
@unknown default:
^
[9/37] Compiling SwiftDate Date+Math.swift
/host/spi-builder-workspace/Sources/SwiftDate/Date/Date+Compare.swift:174:9: warning: default will never be executed
@unknown default:
^
[10/37] Compiling SwiftDate Date.swift
/host/spi-builder-workspace/Sources/SwiftDate/Date/Date+Compare.swift:174:9: warning: default will never be executed
@unknown default:
^
[11/37] Compiling SwiftDate TimePeriodGroup.swift
[12/37] Compiling SwiftDate TimePeriod+Support.swift
[13/37] Compiling SwiftDate TimePeriod.swift
[14/37] Compiling SwiftDate TimePeriodProtocol.swift
[15/37] Compiling SwiftDate ISOParser.swift
[16/37] Compiling SwiftDate RelativeFormatter+Style.swift
[17/37] Compiling SwiftDate RelativeFormatter.swift
[18/37] Compiling SwiftDate RelativeFormatterLanguage.swift
[19/37] Compiling SwiftDate DateComponents+Extras.swift
[20/37] Compiling SwiftDate Region.swift
[21/37] Compiling SwiftDate DateRepresentable.swift
[22/37] Compiling SwiftDate DotNetParserFormatter.swift
[23/37] Compiling SwiftDate Formatter+Protocols.swift
[24/37] Compiling SwiftDate ISOFormatter.swift
[25/37] Compiling SwiftDate DateInRegion+Compare.swift
[26/37] Compiling SwiftDate DateInRegion+Components.swift
[27/37] Compiling SwiftDate DateInRegion+Create.swift
[28/37] Compiling SwiftDate DateInRegion+Math.swift
[29/37] Compiling SwiftDate DateInRegion.swift
[30/37] Compiling SwiftDate Calendars.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Calendars.swift:65:3: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Commons.swift:207:3: warning: default will never be executed
@unknown default:
^
[31/37] Compiling SwiftDate Commons.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Calendars.swift:65:3: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Commons.swift:207:3: warning: default will never be executed
@unknown default:
^
[32/37] Compiling SwiftDate Locales.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Calendars.swift:65:3: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Commons.swift:207:3: warning: default will never be executed
@unknown default:
^
[33/37] Compiling SwiftDate TimeStructures.swift
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Calendars.swift:65:3: warning: default will never be executed
@unknown default:
^
/host/spi-builder-workspace/Sources/SwiftDate/Supports/Commons.swift:207:3: warning: default will never be executed
@unknown default:
^
[34/37] Compiling SwiftDate Zones.swift
[35/37] Compiling SwiftDate SwiftDate.swift
[36/37] Compiling SwiftDate TimePeriodChain.swift
[37/37] Compiling SwiftDate TimePeriodCollection.swift
Build complete! (5.76s)
Build complete.
Done.