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.9 for macOS (SPM) on 14 Nov 2024 03:30:53 UTC.

Build Command

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

Build Log

    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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1044/1053] Compiling FoundationEssentials BufferViewCompatibility.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1045/1053] Compiling FoundationEssentials BufferViewIndex.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1046/1053] Compiling FoundationEssentials BufferViewIterator.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1047/1053] Compiling FoundationEssentials JSON5Scanner.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1048/1053] Compiling FoundationEssentials JSONDecoder.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1049/1053] Compiling FoundationEssentials JSONEncoder.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1050/1053] Compiling FoundationEssentials JSONScanner.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1051/1053] Compiling FoundationEssentials JSONWriter.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
[1052/1053] Compiling FoundationEssentials Locale+Components.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/PropertyList/PlistDictionaryEncoder.swift:602:1: error: expected expression
internal nonisolated(unsafe) let _plistNullNSString = NSString(string: _plistNullString)
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:23: error: expected 'var' keyword in property declaration
    public nonisolated(unsafe) let userInfo: [String: Any]
                      ^
                      var
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/Error/CocoaError.swift:66:31: error: consecutive declarations on a line must be separated by ';'
    public nonisolated(unsafe) let userInfo: [String: Any]
                              ^
                              ;
/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 {
^
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:43: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                                          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1147:20: error: cannot find type 'Int128' in scope
    func decode(_: Int128.Type) throws -> Int128 {
                   ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:44: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                                           ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1172:20: error: cannot find type 'UInt128' in scope
    func decode(_: UInt128.Type) throws -> UInt128 {
                   ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:62: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                                                             ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1348:24: error: cannot find type 'Int128' in scope
        func decode(_: Int128.Type, forKey key: K) throws -> Int128 {
                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:63: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                                                              ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1393:24: error: cannot find type 'UInt128' in scope
        func decode(_: UInt128.Type, forKey key: K) throws -> UInt128 {
                       ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:56: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                                       ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1643:33: error: cannot find type 'Int128' in scope
        mutating func decode(_: Int128.Type) throws -> Int128 {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:57: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                                        ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONDecoder.swift:1688:33: error: cannot find type 'UInt128' in scope
        mutating func decode(_: UInt128.Type) throws -> UInt128 {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1394:11: error: cannot find type 'Int128' in scope
extension Int128 : _JSONSimpleValueArrayElement { }
          ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1401:11: error: cannot find type 'UInt128' in scope
extension UInt128 : _JSONSimpleValueArrayElement { }
          ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:818:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128, forKey key: Key) throws {
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:837:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128, forKey key: Key) throws {
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:955:42: error: cannot find type 'Int128' in scope
    public mutating func encode(_ value: Int128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:962:42: error: cannot find type 'UInt128' in scope
    public mutating func encode(_ value: UInt128)  throws { self.reference.append(self.encoder.wrap(value)) }
                                         ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1039:33: error: cannot find type 'Int128' in scope
    public func encode(_ value: Int128) throws {
                                ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1070:33: error: cannot find type 'UInt128' in scope
    public func encode(_ value: UInt128) throws {
                                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1109:42: error: cannot find type 'Int128' in scope
    @inline(__always) func wrap(_ value: Int128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/FoundationEssentials/JSON/JSONEncoder.swift:1116:42: error: cannot find type 'UInt128' in scope
    @inline(__always) func wrap(_ value: UInt128)  -> JSONEncoderValue { .number(from: value) }
                                         ^~~~~~~
error: fatalError
[1052/1053] 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 (7.03s)
Fetching https://github.com/swiftlang/swift-syntax
[1/66502] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax (3.47s)
Fetching https://github.com/apple/swift-collections
[1/15475] Fetching swift-collections
Fetched https://github.com/apple/swift-collections (1.93s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.1.4 (0.49s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at main
Creating working copy for https://github.com/apple/swift-foundation-icu
Working copy of https://github.com/apple/swift-foundation-icu resolved at main
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.1.4
BUILD FAILURE 5.9 macosSpm