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 swift-foundation, reference main (eeb7ba), with Swift 5.10 for macOS (SPM) on 14 Nov 2024 03:32:00 UTC.

Build Command

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

Build Log

                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1062/1076] Compiling FoundationEssentials TimeZone.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1063/1076] Compiling FoundationEssentials TimeZone_Autoupdating.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1064/1076] Compiling FoundationEssentials TimeZone_Cache.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1065/1076] Compiling FoundationEssentials TimeZone_GMT.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1066/1076] Compiling FoundationEssentials TimeZone_Protocol.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1067/1076] Compiling FoundationEssentials URL.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1068/1076] Compiling FoundationEssentials URLComponents.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1069/1076] Compiling FoundationEssentials URLComponents_ObjC.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1070/1076] Compiling FoundationEssentials URLParser.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1071/1076] Compiling FoundationEssentials UUID.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1072/1076] Compiling FoundationEssentials UUID_Wrappers.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1073/1076] Compiling FoundationEssentials WASILibc+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1074/1076] Compiling FoundationEssentials WinSDK+Extensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
[1075/1076] Compiling FoundationEssentials _ThreadLocal.swift
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:76: error: consecutive declarations on a line must be separated by ';'
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                           ^
                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:887:77: error: expected declaration
    func dateAfterDateWithTargetDoW(_ start: Date, _ targetDoW: Int) throws (GregorianCalendarError) -> (Date, daysAdded: Int) {
                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:107: error: consecutive declarations on a line must be separated by ';'
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:924:108: error: expected declaration
    func _ordinality(of smaller: Calendar.Component, in larger: Calendar.Component, for date: Date) throws (GregorianCalendarError) -> Int? {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:98: error: consecutive declarations on a line must be separated by ';'
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                 ^
                                                                                                 ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1699:99: error: expected declaration
    func julianDay(usingJulianReference: Bool, resolvedComponents: ResolvedDateComponents) throws (GregorianCalendarError) -> Int {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:220: error: consecutive declarations on a line must be separated by ';'
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                           ^
                                                                                                                                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1789:221: error: expected declaration
    func date(from components: DateComponents, inTimeZone timeZone: TimeZone, dstRepeatedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former, dstSkippedTimePolicy: TimeZone.DaylightSavingTimePolicy = .former) throws (GregorianCalendarError) -> Date {
                                                                                                                                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:106: error: consecutive declarations on a line must be separated by ';'
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                         ^
                                                                                                         ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1880:107: error: expected declaration
    static func julianDay(ofDay day: Int, month: Int, year: Int, useJulianReference: Bool = false) throws (GregorianCalendarError) -> Int {
                                                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:68: error: consecutive declarations on a line must be separated by ';'
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                   ^
                                                                   ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:1922:69: error: expected declaration
    func dayOfYear(fromYear year: Int, month: Int, day: Int) throws (GregorianCalendarError) -> Int {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:108: error: consecutive declarations on a line must be separated by ';'
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
                                                                                                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2210:109: error: expected declaration
    func add(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:115: error: consecutive declarations on a line must be separated by ';'
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                  ^
                                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2389:116: error: expected declaration
    func addAndWrap(_ field: Calendar.Component, to date: Date, amount: Int, inTimeZone timeZone: TimeZone) throws (GregorianCalendarError) -> Date {
                                                                                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:93: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                            ^
                                                                                            ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2703:94: error: expected declaration
    internal func date(byAddingAndWrapping components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                             ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:107: error: consecutive declarations on a line must be separated by ';'
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                          ^
                                                                                                          ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2769:108: error: expected declaration
    internal func date(byAddingAndCarryingOverComponents components: DateComponents, to date: Date) throws (GregorianCalendarError) -> Date {
                                                                                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:102: error: consecutive declarations on a line must be separated by ';'
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                     ^
                                                                                                     ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:2849:103: error: expected declaration
    func difference(inComponent component: Calendar.Component, from start: Date, to end: Date) throws (GregorianCalendarError) -> (difference: Int, newStart: Date) {
                                                                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:174:22: note: in declaration of '_CalendarGregorian'
internal final class _CalendarGregorian: _CalendarProtocol, @unchecked Sendable {
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:28: error: consecutive declarations on a line must be separated by ';'
    func julianDay() throws (GregorianCalendarError) -> Int {
                           ^
                           ;
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:41:29: error: expected declaration
    func julianDay() throws (GregorianCalendarError) -> Int {
                            ^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Calendar/Calendar_Gregorian.swift:32:1: note: in extension of 'Date'
extension Date {
^
error: fatalError
[1075/1076] Compiling icu_packaged_data.cpp
Fetching https://github.com/apple/swift-foundation-icu
[1/3514] Fetching swift-foundation-icu
Fetched https://github.com/apple/swift-foundation-icu from cache (6.63s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66502] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (3.39s)
Fetching https://github.com/apple/swift-collections
[1/15475] Fetching swift-collections
Fetched https://github.com/apple/swift-collections from cache (1.83s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.54s)
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-foundation-icu
Working copy of https://github.com/apple/swift-foundation-icu resolved at main (7e255a9)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at main (1cd3534)
BUILD FAILURE 5.10 macosSpm