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

Failed to build VDDate, reference 0.14.0 (2155df), with Swift 5.8 for macOS (SPM) on 3 Sep 2024 12:06:25 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.52.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dankinsoid/VDDate.git
Reference: 0.14.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dankinsoid/VDDate
 * tag               0.14.0     -> FETCH_HEAD
HEAD is now at 2155df4 0.14.0
Cloned https://github.com/dankinsoid/VDDate.git
Revision (git rev-parse @):
2155df428bc0446d5a749579c18bda1ff6569ec2
SUCCESS checkout https://github.com/dankinsoid/VDDate.git at 0.14.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD
https://github.com/dankinsoid/VDDate.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/14] Compiling VDDate SearchDirectionSet.swift
[2/14] Compiling VDDate Weekdays.swift
[3/15] Compiling VDDate AnyDateFormatStyle.swift
[4/15] Compiling VDDate Locale++.swift
[5/15] Compiling VDDate DateFormatParser.swift
[6/15] Compiling VDDate RelativeDateFormat.swift
[7/15] Emitting module VDDate
[8/15] Compiling VDDate DatesCollection.swift
[9/15] Compiling VDDate ConstantDateStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/Format/DateFormat.swift:299:9: error: type 'Calendar.Component' has no member 'isLeapMonth'
                case .isLeapMonth: return .string("")
                     ~^~~~~~~~~~~
[10/15] Compiling VDDate DateFormat.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/Format/DateFormat.swift:299:9: error: type 'Calendar.Component' has no member 'isLeapMonth'
                case .isLeapMonth: return .string("")
                     ~^~~~~~~~~~~
[11/15] Compiling VDDate Date++.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/Date++.swift:421:9: error: type 'Calendar.Component' has no member 'isLeapMonth'
                case .isLeapMonth: return ""
                     ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/Date++.swift:478:31: error: type 'Calendar.Component' has no member 'isLeapMonth'
                case .calendar, .timeZone, .isLeapMonth:
                                           ~^~~~~~~~~~~
[12/15] Compiling VDDate DateComponents++.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/Date++.swift:421:9: error: type 'Calendar.Component' has no member 'isLeapMonth'
                case .isLeapMonth: return ""
                     ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/Date++.swift:478:31: error: type 'Calendar.Component' has no member 'isLeapMonth'
                case .calendar, .timeZone, .isLeapMonth:
                                           ~^~~~~~~~~~~
[13/15] Compiling VDDate Calendar++.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:50:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return nil
             ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:83:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return nil
             ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:104:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return nil
             ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:142:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return "isLeapMonth"
             ~^~~~~~~~~~~
[14/15] Compiling VDDate CalendarComponent++.swift
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:50:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return nil
             ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:83:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return nil
             ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:104:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return nil
             ~^~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/VDDate/CalendarComponent++.swift:142:15: error: type 'Calendar.Component' has no member 'isLeapMonth'
        case .isLeapMonth: return "isLeapMonth"
             ~^~~~~~~~~~~
[15/15] Compiling VDDate TimeZone++.swift
BUILD FAILURE 5.8 macosSpm