Build Information
Successful build of SwiftDate with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.29.0
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.10
Building package at path: $workDir
https://github.com/drewag/SwiftDate.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/35] Emitting module SwiftDate
[4/39] Compiling SwiftDate Zones.swift
[5/39] Compiling SwiftDate SwiftDate.swift
[6/39] Compiling SwiftDate TimePeriodChain.swift
[7/39] Compiling SwiftDate TimePeriodCollection.swift
[8/39] Compiling SwiftDate Region.swift
[9/39] Compiling SwiftDate DateRepresentable.swift
[10/39] Compiling SwiftDate DotNetParserFormatter.swift
[11/39] Compiling SwiftDate Formatter+Protocols.swift
[12/39] Compiling SwiftDate ISOFormatter.swift
[13/39] Compiling SwiftDate Int+DateComponents.swift
[14/39] Compiling SwiftDate String+Parser.swift
[15/39] Compiling SwiftDate TimeInterval+Formatter.swift
[16/39] Compiling SwiftDate AssociatedValues.swift
[17/39] 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:
^
[18/39] 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:
^
[19/39] 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:
^
[20/39] 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:
^
[21/39] Compiling SwiftDate Date.swift
/host/spi-builder-workspace/Sources/SwiftDate/Date/Date+Compare.swift:174:9: warning: default will never be executed
@unknown default:
^
[22/39] Compiling SwiftDate TimePeriodGroup.swift
[23/39] Compiling SwiftDate TimePeriod+Support.swift
[24/39] Compiling SwiftDate TimePeriod.swift
[25/39] Compiling SwiftDate TimePeriodProtocol.swift
[26/39] Compiling SwiftDate DateInRegion+Compare.swift
[27/39] Compiling SwiftDate DateInRegion+Components.swift
[28/39] Compiling SwiftDate DateInRegion+Create.swift
[29/39] Compiling SwiftDate DateInRegion+Math.swift
[30/39] Compiling SwiftDate DateInRegion.swift
[31/39] Compiling SwiftDate ISOParser.swift
[32/39] Compiling SwiftDate RelativeFormatter+Style.swift
[33/39] Compiling SwiftDate RelativeFormatter.swift
[34/39] Compiling SwiftDate RelativeFormatterLanguage.swift
[35/39] Compiling SwiftDate DateComponents+Extras.swift
[36/39] 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:
^
[37/39] 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:
^
[38/39] 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:
^
[39/39] 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:
^
Build complete! (10.70s)
Build complete.
Done.