The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Time with Swift 5.9 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/davedelong/time.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-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 (0.40s)
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 (0.37s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.42s)
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
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
/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...
[3/57] 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 {
                ^
[4/64] Compiling Time PartialFormatting-1Unit.swift
[5/64] Compiling Time PartialFormatting-2Units.swift
[6/64] Compiling Time PartialFormatting-3Units.swift
[7/64] Compiling Time PartialFormatting-4Units.swift
[8/64] Compiling Time PartialFormatting-Others.swift
[9/64] Compiling Time Fixed+Parsing.swift
[10/64] Compiling Time Assertions.swift
[11/64] 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
                           ^
[12/64] 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
                           ^
[13/64] 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
                           ^
[14/64] 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
                           ^
[15/64] 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
                           ^
[16/64] 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
                           ^
[17/64] 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
                           ^
[18/64] Compiling Time Fixed+Components.swift
[19/64] Compiling Time Fixed+Conversion.swift
[20/64] Compiling Time Fixed+Day.swift
[21/64] Compiling Time Fixed+Equatable.swift
[22/64] Compiling Time Fixed+Era.swift
[23/64] Compiling Time Fixed+Hour.swift
[24/64] Compiling Time Fixed+Initializers.swift
[25/64] Compiling Time Fixed+Minute.swift
[26/64] Compiling Time TimeError.swift
[27/64] Compiling Time Units.swift
[28/64] Compiling Time Clocks.swift
[29/64] Compiling Time RegionalClock+CurrentValues.swift
[30/64] Compiling Time RegionalClock+Implementations.swift
[31/64] Compiling Time RegionalClock+Strikes.swift
[32/64] Compiling Time RegionalClock.swift
[33/64] Compiling Time Fixed+Codable.swift
[34/64] 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 {
                ^
[35/64] 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 {
                ^
[36/64] 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 {
                ^
[37/64] 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 {
                ^
[38/64] 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 {
                ^
[39/64] 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 {
                ^
[40/64] 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 {
                ^
[41/64] Compiling Time Fixed+Month.swift
[42/64] Compiling Time Fixed+Truncation.swift
[43/64] Compiling Time Fixed+Year.swift
[44/64] Compiling Time Fixed.swift
[45/64] Compiling Time Fixed+TimeDifference.swift
[46/64] Compiling Time TimeDifference+Invalid.swift
[47/64] Compiling Time TimeDifference.swift
[48/64] Compiling Time Fixed+SafeAdjustment.swift
[49/64] Compiling Time Fixed+UnsafeAdjustment.swift
[50/64] Compiling Time Fixed+BoundaryAlignedSequence.swift
[51/64] Compiling Time Fixed+Sequence.swift
[52/64] Compiling Time Fixed+FormatRaw.swift
[53/64] Compiling Time Fixed+FormatStyle.swift
[54/64] Compiling Time Fixed+FormatTemplate.swift
[55/64] Compiling Time FixedFormat.swift
[56/64] Compiling Time FormatTemplates.swift
[57/64] Compiling Time Epoch.swift
[58/64] Compiling Time Instant.swift
[59/64] Compiling Time SISeconds.swift
[60/64] Compiling Time Relations+Fixed.swift
[61/64] Compiling Time Relations+Ranges.swift
[62/64] Compiling Time Relations.swift
[63/64] Compiling Time Fixed+Rounding.swift
[64/64] Compiling Time Region.swift
Build complete! (20.13s)
Build complete.
Done.