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 VDDate with Swift 5.9 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDDate.git
Reference: 0.9.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDDate
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at 54ee0e6 0.9.0
Cloned https://github.com/dankinsoid/VDDate.git into spi-builder-workspace
54ee0e60a9bfeced0976f4ea98806fc5f25907e2
SUCCESS checkout https://github.com/dankinsoid/VDDate.git at 0.9.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling VDDate Calendar++.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:33:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:33:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:65:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:65:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:87:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:87:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:122:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:122:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
[2/14] Compiling VDDate CalendarComponent++.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:33:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:33:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:65:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:65:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:87:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:87:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:122:3: warning: switch must be exhaustive
                switch self {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:122:3: note: add missing case: '.isLeapMonth'
                switch self {
                ^
[3/15] Compiling VDDate DatesCollection.swift
[4/15] Compiling VDDate SearchDirectionSet.swift
[5/15] Compiling VDDate Locale++.swift
[6/15] Compiling VDDate AnyDateFormatStyle.swift
[7/15] Compiling VDDate Weekdays.swift
[8/15] Compiling VDDate DateFormatParser.swift
[9/15] Compiling VDDate RelativeDateFormat.swift
[10/15] Compiling VDDate ConstantDateStyle.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Format/DateFormat.swift:220:3: warning: switch must be exhaustive
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Format/DateFormat.swift:220:3: note: add missing case: '.isLeapMonth'
                switch component {
                ^
[11/15] Compiling VDDate DateFormat.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Format/DateFormat.swift:220:3: warning: switch must be exhaustive
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Format/DateFormat.swift:220:3: note: add missing case: '.isLeapMonth'
                switch component {
                ^
[12/15] Emitting module VDDate
[13/15] Compiling VDDate Date++.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:363:3: warning: switch must be exhaustive
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:363:3: note: add missing case: '.isLeapMonth'
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:428:3: warning: switch must be exhaustive
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:428:3: note: add missing case: '.isLeapMonth'
                switch component {
                ^
[14/15] Compiling VDDate DateComponents++.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:363:3: warning: switch must be exhaustive
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:363:3: note: add missing case: '.isLeapMonth'
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:428:3: warning: switch must be exhaustive
                switch component {
                ^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/VDDate/Date++.swift:428:3: note: add missing case: '.isLeapMonth'
                switch component {
                ^
[15/15] Compiling VDDate TimeZone++.swift
Build complete! (4.27s)
Build complete.
Done.