Build Information
Successful build of Time with Swift 5.10 for Linux.
Build Command
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.34.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/davedelong/time.git
Reference: 1.0.2
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/davedelong/time
* tag 1.0.2 -> FETCH_HEAD
HEAD is now at b652fe1 Add test for whole difference issue
Cloned https://github.com/davedelong/time.git
Revision (git rev-parse @):
b652fe17d13dca2ed5f3aa0209b309de4a10821d
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/davedelong/time.git at 1.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 5.10
Building package at path: $workDir
https://github.com/davedelong/time.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Fetching https://github.com/apple/swift-docc-plugin
[1/1457] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.39s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.40s)
Fetching https://github.com/apple/swift-docc-symbolkit
[1/2684] Fetching swift-docc-symbolkit
Fetched https://github.com/apple/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.41s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
switch dependency {
^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
switch dependency {
^
[2/2] Compiling plugin Swift-DocC Preview
Building for debugging...
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/59] Emitting module Time
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[6/66] Compiling Time Snapshot.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[7/66] Compiling Time Time+Calendar.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[8/66] Compiling Time Time+CalendarComponent.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[9/66] Compiling Time Time+DateComponents.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[10/66] Compiling Time Time+Duration.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[11/66] Compiling Time Time+Locale.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[12/66] Compiling Time Time+TimeZone.swift
/host/spi-builder-workspace/Sources/Time/Internals/Time+Calendar.swift:117:17: warning: default will never be executed
default:
^
/host/spi-builder-workspace/Sources/Time/Internals/Time+CalendarComponent.swift:86:28: warning: default will never be executed
/* @unknown */ default: return .day
^
[13/66] Compiling Time Fixed+UnsafeAdjustment.swift
[14/66] Compiling Time Fixed+BoundaryAlignedSequence.swift
[15/66] Compiling Time Fixed+Sequence.swift
[16/66] Compiling Time Fixed+FormatRaw.swift
[17/66] Compiling Time Fixed+FormatStyle.swift
[18/66] Compiling Time Fixed+FormatTemplate.swift
[19/66] Compiling Time FixedFormat.swift
[20/66] Compiling Time FormatTemplates.swift
[21/66] Compiling Time TimeError.swift
[22/66] Compiling Time Units.swift
[23/66] Compiling Time Clocks.swift
[24/66] Compiling Time RegionalClock+CurrentValues.swift
[25/66] Compiling Time RegionalClock+Implementations.swift
[26/66] Compiling Time RegionalClock+Strikes.swift
[27/66] Compiling Time RegionalClock.swift
[28/66] Compiling Time Fixed+Codable.swift
[29/66] Compiling Time Fixed+Components.swift
[30/66] Compiling Time Fixed+Conversion.swift
[31/66] Compiling Time Fixed+Day.swift
[32/66] Compiling Time Fixed+Equatable.swift
[33/66] Compiling Time Fixed+Era.swift
[34/66] Compiling Time Fixed+Hour.swift
[35/66] Compiling Time Fixed+Initializers.swift
[36/66] Compiling Time Fixed+Minute.swift
[37/66] Compiling Time DateFormatterCache.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[38/66] Compiling Time Fixed+Internal.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[39/66] Compiling Time Formatting.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[40/66] Compiling Time ParsedFormat.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[41/66] Compiling Time Region+Equivalence.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[42/66] Compiling Time RegionalClock+Internal.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[43/66] Compiling Time SimpleCache.swift
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:1:1: remark: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Foundation'
import Foundation
^
@preconcurrency
/host/spi-builder-workspace/Sources/Time/Internals/DateFormatterCache.swift:6:10: warning: associated value 'styles' of 'Sendable'-conforming enum 'FormatConfiguration' has non-sendable type 'DateFormatter.Style'
case styles(DateFormatter.Style, DateFormatter.Style)
^
Foundation.DateFormatter:2:17: note: enum 'Style' does not conform to the 'Sendable' protocol
public enum Style : UInt {
^
[44/66] Compiling Time PartialFormatting-1Unit.swift
[45/66] Compiling Time PartialFormatting-2Units.swift
[46/66] Compiling Time PartialFormatting-3Units.swift
[47/66] Compiling Time PartialFormatting-4Units.swift
[48/66] Compiling Time PartialFormatting-Others.swift
[49/66] Compiling Time Fixed+Parsing.swift
[50/66] Compiling Time Assertions.swift
[51/66] Compiling Time Epoch.swift
[52/66] Compiling Time Instant.swift
[53/66] Compiling Time SISeconds.swift
[54/66] Compiling Time Relations+Fixed.swift
[55/66] Compiling Time Relations+Ranges.swift
[56/66] Compiling Time Relations.swift
[57/66] Compiling Time Fixed+Rounding.swift
[58/66] Compiling Time Region.swift
[59/66] Compiling Time Fixed+Month.swift
[60/66] Compiling Time Fixed+Truncation.swift
[61/66] Compiling Time Fixed+Year.swift
[62/66] Compiling Time Fixed.swift
[63/66] Compiling Time Fixed+TimeDifference.swift
[64/66] Compiling Time TimeDifference+Invalid.swift
[65/66] Compiling Time TimeDifference.swift
[66/66] Compiling Time Fixed+SafeAdjustment.swift
Build complete! (19.55s)
Build complete.
Done.