The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build ErrorKit, reference v1.2.2 (1c30f9), with Swift 5.10 for macOS (SPM) on 13 Aug 2025 07:46:36 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/ErrorKit.git
Reference: v1.2.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/stackotter/ErrorKit
 * tag               v1.2.2     -> FETCH_HEAD
HEAD is now at 1c30f90 Drop macOS requirement to 10.15 with availability annotations
Cloned https://github.com/stackotter/ErrorKit.git
Revision (git rev-parse @):
1c30f90abe4118773e89b819d6b5db91432a81a5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/stackotter/ErrorKit.git at v1.2.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/stackotter/ErrorKit.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[0/5] Copying Localizable.xcstrings
[0/5] Copying Info.plist
[0/5] Copying PrivacyInfo.xcprivacy
[4/5] Write swift-version-33747A42983211AE.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/29] Emitting module ErrorKit
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:133:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:180:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
                                                                                                                                                                       ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: expected declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
                                                                                                                                                                               ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: expected declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
                                                      ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: expected declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
                                                              ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: expected declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: expected declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: expected declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: expected declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: expected declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: consecutive declarations on a line must be separated by ';'
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
                                                                    ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: expected declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:16: error: expected '{' in body of function declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:16: error: expected '{' in body of function declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:16: error: expected '{' in body of function declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:16: error: expected '{' in body of function declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:16: error: expected '{' in body of function declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:16: error: expected '{' in body of function declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:16: error: expected '{' in body of function declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:16: error: expected '{' in body of function declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:16: error: expected '{' in body of function declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
               ^
[7/31] Compiling ErrorKit MailComposerModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Logging/MailComposerView.swift:55:34: error: attribute can only be applied to declarations, not types
   class Coordinator: NSObject, @preconcurrency MFMailComposeViewControllerDelegate {
                                ~^~~~~~~~~~~~~~~
   @preconcurrency
[8/31] Compiling ErrorKit MailComposerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Logging/MailComposerView.swift:55:34: error: attribute can only be applied to declarations, not types
   class Coordinator: NSObject, @preconcurrency MFMailComposeViewControllerDelegate {
                                ~^~~~~~~~~~~~~~~
   @preconcurrency
[9/31] Compiling ErrorKit URLSession+ErrorKit.swift
[10/31] Compiling ErrorKit resource_bundle_accessor.swift
[11/31] Compiling ErrorKit DatabaseError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[12/31] Compiling ErrorKit FileError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[13/31] Compiling ErrorKit GenericError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[14/31] Compiling ErrorKit NetworkError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[15/31] Compiling ErrorKit OperationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[16/31] Compiling ErrorKit ParsingError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[17/31] Compiling ErrorKit Throwable.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
                                                                                                                                                                       ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: expected declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
                                                                                                                                                                               ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: expected declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
                                                      ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: expected declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
                                                              ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: expected declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: expected declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: expected declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: expected declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: expected declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: consecutive declarations on a line must be separated by ';'
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
                                                                    ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: expected declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:16: error: expected '{' in body of function declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:16: error: expected '{' in body of function declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:16: error: expected '{' in body of function declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:16: error: expected '{' in body of function declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:16: error: expected '{' in body of function declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:16: error: expected '{' in body of function declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:16: error: expected '{' in body of function declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:16: error: expected '{' in body of function declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:16: error: expected '{' in body of function declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
               ^
[18/31] Compiling ErrorKit FileManager+ErrorKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
                                                                                                                                                                       ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: expected declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
                                                                                                                                                                               ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: expected declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
                                                      ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: expected declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
                                                              ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: expected declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: expected declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: expected declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: expected declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: expected declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: consecutive declarations on a line must be separated by ';'
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
                                                                    ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: expected declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:16: error: expected '{' in body of function declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:16: error: expected '{' in body of function declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:16: error: expected '{' in body of function declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:16: error: expected '{' in body of function declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:16: error: expected '{' in body of function declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:16: error: expected '{' in body of function declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:16: error: expected '{' in body of function declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:16: error: expected '{' in body of function declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:16: error: expected '{' in body of function declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
               ^
[19/31] Compiling ErrorKit ErrorKit+OSLog.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
                                                                                                                                                                       ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: expected declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
                                                                                                                                                                               ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: expected declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
                                                      ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: expected declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
                                                              ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: expected declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: expected declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: expected declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: expected declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: expected declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: consecutive declarations on a line must be separated by ';'
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
                                                                    ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: expected declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
[20/31] Compiling ErrorKit MailAttachment.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
                                                                                                                                                                       ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:139:168: error: expected declaration
   public func throwableCreateDirectory(at url: URL, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: consecutive declarations on a line must be separated by ';'
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
                                                                                                                                                                               ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:148:176: error: expected declaration
   public func throwableCreateDirectory(atPath path: String, withIntermediateDirectories createIntermediates: Bool = false, attributes: [FileAttributeKey : Any]? = nil) throws(FileManagerError) {
                                                                                                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
                                                      ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:157:55: error: expected declaration
   public func throwableRemoveItem(at url: URL) throws(FileManagerError) {
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: consecutive declarations on a line must be separated by ';'
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
                                                              ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:166:63: error: expected declaration
   public func throwableRemoveItem(atPath path: String) throws(FileManagerError) {
                                                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:175:83: error: expected declaration
   public func throwableCopyItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:184:99: error: expected declaration
   public func throwableCopyItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:193:83: error: expected declaration
   public func throwableMoveItem(at sourceURL: URL, to destinationURL: URL) throws(FileManagerError) {
                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: consecutive declarations on a line must be separated by ';'
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
                                                                                                  ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:202:99: error: expected declaration
   public func throwableMoveItem(atPath sourcePath: String, toPath destinationPath: String) throws(FileManagerError) {
                                                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: consecutive declarations on a line must be separated by ';'
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
                                                                    ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:211:69: error: expected declaration
   public func throwableAttributesOfItem(atPath path: String) throws(FileManagerError) -> [FileAttributeKey: Any] {
                                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/TypedOverloads/FileManager+ErrorKit.swift:137:1: note: in extension of 'FileManager'
extension FileManager {
^
[21/31] Compiling ErrorKit Logger+ErrorKit.swift
[22/31] Compiling ErrorKit String+ErrorKit.swift
[23/31] Compiling ErrorKit Catching.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:133:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:180:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:55:23: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(String?) throws -> String?'
         ].compactMap(\.self).joined(separator: " ")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:55:23: error: cannot infer key path type from context; consider explicitly specifying a root type
         ].compactMap(\.self).joined(separator: " ")
                      ^
                       <#Root#>
[24/31] Compiling ErrorKit ErrorKit.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:133:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:180:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:55:23: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(String?) throws -> String?'
         ].compactMap(\.self).joined(separator: " ")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:55:23: error: cannot infer key path type from context; consider explicitly specifying a root type
         ].compactMap(\.self).joined(separator: " ")
                      ^
                       <#Root#>
[25/31] Compiling ErrorKit ErrorMapper.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:133:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:180:23: error: expected '{' in body of function declaration
   public static func `catch`<ReturnType>(
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:55:23: error: cannot convert value of type 'WritableKeyPath<_, _>' to expected argument type '(String?) throws -> String?'
         ].compactMap(\.self).joined(separator: " ")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/ErrorKit.swift:55:23: error: cannot infer key path type from context; consider explicitly specifying a root type
         ].compactMap(\.self).joined(separator: " ")
                      ^
                       <#Root#>
[26/31] Compiling ErrorKit CoreDataErrorMapper.swift
[27/31] Compiling ErrorKit FoundationErrorMapper.swift
[28/31] Compiling ErrorKit MapKitErrorMapper.swift
[29/31] Compiling ErrorKit PermissionError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[30/31] Compiling ErrorKit StateError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
[31/31] Compiling ErrorKit ValidationError.swift
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: consecutive declarations on a line must be separated by ';'
   ) throws(Self) -> ReturnType {
           ^
           ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:135:12: error: expected declaration
   ) throws(Self) -> ReturnType {
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: consecutive declarations on a line must be separated by ';'
   ) async throws(Self) -> ReturnType {
                 ^
                 ;
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:182:18: error: expected declaration
   ) async throws(Self) -> ReturnType {
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ErrorKit/Catching.swift:97:1: note: in extension of 'Catching'
extension Catching {
^
error: fatalError
Fetching https://github.com/apple/swift-crypto.git
[1/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1629] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.92s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.47s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
BUILD FAILURE 5.10 macosSpm