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 foundation-dependencies, reference 4.0.1 (9db118), with Swift 5.9 for macOS (SPM) on 15 Jun 2025 02:35:13 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/foundation-dependencies.git
Reference: 4.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/foundation-dependencies
 * tag               4.0.1      -> FETCH_HEAD
HEAD is now at 9db1183 Adjusting documentation.
Cloned https://github.com/nashysolutions/foundation-dependencies.git
Revision (git rev-parse @):
9db1183c4933d54c7093ccd8ce496676ce2cbc93
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nashysolutions/foundation-dependencies.git at 4.0.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/nashysolutions/foundation-dependencies.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying Localizable.xcstrings
[1/2] Copying Info.plist
[3/36] Compiling IssueReporting TestContext.swift
[4/36] Compiling IssueReporting Unimplemented.swift
[5/38] Compiling IssueReporting WithExpectedIssue.swift
[6/38] Compiling IssueReporting WithIssueContext.swift
[7/38] Emitting module ErrorPresentation
[8/38] Compiling ErrorPresentation LocalizedCustomerFacingError.swift
[9/38] Compiling IssueReporting Deprecations.swift
[10/38] Compiling IssueReporting FailureObserver.swift
[11/38] Compiling IssueReporting LockIsolated.swift
[12/38] Compiling IssueReporting Rethrows.swift
[13/38] Emitting module IssueReporting
[14/38] Compiling IssueReporting ErrorReporting.swift
[15/38] Compiling IssueReporting AppHostWarning.swift
[16/38] Compiling IssueReporting SwiftTesting.swift
[17/38] Compiling IssueReporting UncheckedSendable.swift
[18/50] Compiling IssueReporting Warn.swift
[19/50] Compiling IssueReporting XCTest.swift
[20/50] Compiling IssueReporting IsTesting.swift
[21/50] Compiling IssueReporting IssueReporter.swift
[22/50] Compiling IssueReporting BreakpointReporter.swift
[23/50] Compiling IssueReporting FatalErrorReporter.swift
[24/50] Compiling IssueReporting RuntimeWarningReporter.swift
[25/50] Compiling IssueReporting ReportIssue.swift
[26/50] Emitting module ConcurrencyExtras
[27/50] Compiling Files Directory.swift
[28/50] Compiling Files File.swift
[29/51] Compiling Versioning SemanticVersion.swift
[30/51] Emitting module Versioning
[31/51] Compiling ConcurrencyExtras Result.swift
[32/51] Compiling ConcurrencyExtras MainSerialExecutor.swift
[33/51] Compiling ConcurrencyExtras LockIsolated.swift
[34/51] Compiling ConcurrencyExtras UncheckedBox.swift
[35/51] Compiling ConcurrencyExtras Locking.swift
[36/51] Compiling ConcurrencyExtras AsyncStream.swift
[37/51] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[38/51] Compiling ConcurrencyExtras Task.swift
[39/54] Compiling ConcurrencyExtras UncheckedSendable.swift
[40/75] Compiling XCTestDynamicOverlay Exports.swift
[41/75] Compiling XCTestDynamicOverlay Deprecations.swift
[42/75] Emitting module XCTestDynamicOverlay
[43/75] Compiling Files SaveResource.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: consecutive declarations on a line must be separated by ';'
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
                                                                               ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: expected declaration
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:43:10: error: expected '{' in body of function declaration
    func saveResource<
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:62:10: error: expected '{' in body of function declaration
    func saveData<Folder: Directory>(
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:18: error: expected '{' in body of function declaration
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                 ^
[44/75] Compiling Files UpdateResource.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:46:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(UpdateResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:46:13: error: expected declaration
    ) throws(UpdateResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:19:8: note: in declaration of 'UpdateResource'
struct UpdateResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:39:10: error: expected '{' in body of function declaration
    func updateResource<
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Resource {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: expected declaration
    ) throws(LoadResourceError) -> Resource {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Data {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: expected declaration
    ) throws(LoadResourceError) -> Data {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: consecutive declarations on a line must be separated by ';'
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
                                                                               ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: expected declaration
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
[45/76] Compiling Files DeleteResource.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:35:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(DeleteResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:35:13: error: expected declaration
    ) throws(DeleteResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:14:8: note: in declaration of 'DeleteResource'
struct DeleteResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:32:10: error: expected '{' in body of function declaration
    func deleteResource<Folder: Directory>(
         ^
[46/76] Compiling Files LoadResource.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Resource {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: expected declaration
    ) throws(LoadResourceError) -> Resource {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Data {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: expected declaration
    ) throws(LoadResourceError) -> Data {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:44:9: error: generic parameter 'Resource' is not used in function signature
        Resource: Decodable,
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:43:10: error: expected '{' in body of function declaration
    func loadResource<
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:67:10: error: expected '{' in body of function declaration
    func loadData<Folder: Directory>(
         ^
[47/76] Compiling Files Folder.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:22: error: cannot suppress conformances here
    ) -> some File & ~Copyable {
                     ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:37: error: cannot suppress conformances here
    ) -> URL where Resource: File & ~Copyable {
                                    ^

[48/76] Compiling Files FileSystemOperations.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:52: error: cannot suppress conformances here
    func loadFile(filename: String) -> some File & ~Copyable {
                                                   ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:53: error: cannot find type 'Copyable' in scope
    func loadFile(filename: String) -> some File & ~Copyable {
                                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:40: error: 'some' types are only permitted in properties, subscripts, and functions
    func loadFile(filename: String) -> some File & ~Copyable {
                                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:22: error: cannot suppress conformances here
    ) -> some File & ~Copyable {
                     ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:37: error: cannot suppress conformances here
    ) -> URL where Resource: File & ~Copyable {
                                    ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: consecutive declarations on a line must be separated by ';'
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
                                                                               ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: expected declaration
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Resource {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: expected declaration
    ) throws(LoadResourceError) -> Resource {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Data {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: expected declaration
    ) throws(LoadResourceError) -> Data {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:84:27: error: generic parameter 'Resource' could not be inferred
        return try loader.loadResource(named: filename, location: folder)
                          ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:43:10: note: in call to function 'loadResource(named:location:)'
    func loadResource<
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:84:27: error: cannot convert return expression of type '()' to return type 'Resource'
        return try loader.loadResource(named: filename, location: folder)
               ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                                                                          as! Resource
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:35:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(DeleteResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:35:13: error: expected declaration
    ) throws(DeleteResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:14:8: note: in declaration of 'DeleteResource'
struct DeleteResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:46:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(UpdateResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:46:13: error: expected declaration
    ) throws(UpdateResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:19:8: note: in declaration of 'UpdateResource'
struct UpdateResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:109:27: error: cannot convert return expression of type '()' to return type 'Data'
        return try loader.loadData(named: name, location: folder)
               ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[49/76] Compiling CombineSchedulers AnyScheduler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:22: error: cannot suppress conformances here
    ) -> some File & ~Copyable {
                     ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:37: error: cannot suppress conformances here
    ) -> URL where Resource: File & ~Copyable {
                                    ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:23: error: cannot find type 'Copyable' in scope
    ) -> some File & ~Copyable {
                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:10: error: 'some' types are only permitted in properties, subscripts, and functions
    ) -> some File & ~Copyable {
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:38: error: cannot find type 'Copyable' in scope
    ) -> URL where Resource: File & ~Copyable {
                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:24: error: cannot find type 'Copyable' in scope
public protocol File: ~Copyable {
                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:102:16: error: type 'Resource<Folder>' does not conform to protocol 'File'
private struct Resource<Folder: Directory>: ~Copyable, File {
               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:103:9: note: candidate has non-matching type 'String' [with Folder = Folder]
    let filename: String
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:104:9: note: candidate has non-matching type 'Folder' [with Folder = Folder]
    let enclosingFolder: Folder
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:16:9: note: protocol requires property 'filename' with type 'String'
    var filename: String { get }
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:19:9: note: protocol requires property 'enclosingFolder' with type 'Folder'
    var enclosingFolder: Folder { get }
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:102:16: error: noncopyable generic struct 'Resource' cannot conform to 'File'
private struct Resource<Folder: Directory>: ~Copyable, File {
               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:36: error: cannot find type 'Copyable' in scope
public extension File where Self: ~Copyable {
                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:84:22: error: noncopyable type 'Resource<Self>' cannot be substituted for copyable generic parameter 'Self' in 'File'
        try resource.write(data: data, using: context)
                     ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:96:37: error: value of type 'Resource' has no member 'filename'
                component: resource.filename,
                           ~~~~~~~~ ^~~~~~~~
[50/76] Compiling CombineSchedulers Concurrency.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:22: error: cannot suppress conformances here
    ) -> some File & ~Copyable {
                     ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:37: error: cannot suppress conformances here
    ) -> URL where Resource: File & ~Copyable {
                                    ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:23: error: cannot find type 'Copyable' in scope
    ) -> some File & ~Copyable {
                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:10: error: 'some' types are only permitted in properties, subscripts, and functions
    ) -> some File & ~Copyable {
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:38: error: cannot find type 'Copyable' in scope
    ) -> URL where Resource: File & ~Copyable {
                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:24: error: cannot find type 'Copyable' in scope
public protocol File: ~Copyable {
                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:102:16: error: type 'Resource<Folder>' does not conform to protocol 'File'
private struct Resource<Folder: Directory>: ~Copyable, File {
               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:103:9: note: candidate has non-matching type 'String' [with Folder = Folder]
    let filename: String
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:104:9: note: candidate has non-matching type 'Folder' [with Folder = Folder]
    let enclosingFolder: Folder
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:16:9: note: protocol requires property 'filename' with type 'String'
    var filename: String { get }
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:19:9: note: protocol requires property 'enclosingFolder' with type 'Folder'
    var enclosingFolder: Folder { get }
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:102:16: error: noncopyable generic struct 'Resource' cannot conform to 'File'
private struct Resource<Folder: Directory>: ~Copyable, File {
               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:36: error: cannot find type 'Copyable' in scope
public extension File where Self: ~Copyable {
                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:84:22: error: noncopyable type 'Resource<Self>' cannot be substituted for copyable generic parameter 'Self' in 'File'
        try resource.write(data: data, using: context)
                     ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:96:37: error: value of type 'Resource' has no member 'filename'
                component: resource.filename,
                           ~~~~~~~~ ^~~~~~~~
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/76] Emitting module Files
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:22: error: cannot suppress conformances here
    ) -> some File & ~Copyable {
                     ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:37: error: cannot suppress conformances here
    ) -> URL where Resource: File & ~Copyable {
                                    ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:23: error: cannot find type 'Copyable' in scope
    ) -> some File & ~Copyable {
                      ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:10: error: 'some' types are only permitted in properties, subscripts, and functions
    ) -> some File & ~Copyable {
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:38: error: cannot find type 'Copyable' in scope
    ) -> URL where Resource: File & ~Copyable {
                                     ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:24: error: cannot find type 'Copyable' in scope
public protocol File: ~Copyable {
                       ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:102:16: error: type 'Resource<Folder>' does not conform to protocol 'File'
private struct Resource<Folder: Directory>: ~Copyable, File {
               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:103:9: note: candidate has non-matching type 'String' [with Folder = Folder]
    let filename: String
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:104:9: note: candidate has non-matching type 'Folder' [with Folder = Folder]
    let enclosingFolder: Folder
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:16:9: note: protocol requires property 'filename' with type 'String'
    var filename: String { get }
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:19:9: note: protocol requires property 'enclosingFolder' with type 'Folder'
    var enclosingFolder: Folder { get }
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:102:16: error: noncopyable generic struct 'Resource' cannot conform to 'File'
private struct Resource<Folder: Directory>: ~Copyable, File {
               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:36: error: cannot find type 'Copyable' in scope
public extension File where Self: ~Copyable {
                                   ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:52: error: cannot suppress conformances here
    func loadFile(filename: String) -> some File & ~Copyable {
                                                   ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:53: error: cannot find type 'Copyable' in scope
    func loadFile(filename: String) -> some File & ~Copyable {
                                                    ^~~~~~~~
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:40: error: 'some' types are only permitted in properties, subscripts, and functions
    func loadFile(filename: String) -> some File & ~Copyable {
                                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:35:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(DeleteResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:35:13: error: expected declaration
    ) throws(DeleteResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:14:8: note: in declaration of 'DeleteResource'
struct DeleteResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:32:10: error: expected '{' in body of function declaration
    func deleteResource<Folder: Directory>(
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Resource {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:49:13: error: expected declaration
    ) throws(LoadResourceError) -> Resource {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(LoadResourceError) -> Data {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:70:13: error: expected declaration
    ) throws(LoadResourceError) -> Data {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:15:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:44:9: error: generic parameter 'Resource' is not used in function signature
        Resource: Decodable,
        ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:43:10: error: expected '{' in body of function declaration
    func loadResource<
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:67:10: error: expected '{' in body of function declaration
    func loadData<Folder: Directory>(
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:50:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(SaveResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:66:13: error: expected declaration
    ) throws(SaveResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: consecutive declarations on a line must be separated by ';'
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
                                                                               ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:80: error: expected declaration
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                                                                               ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:15:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:43:10: error: expected '{' in body of function declaration
    func saveResource<
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:62:10: error: expected '{' in body of function declaration
    func saveData<Folder: Directory>(
         ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:81:18: error: expected '{' in body of function declaration
    private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
                 ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:46:13: error: consecutive declarations on a line must be separated by ';'
    ) throws(UpdateResourceError) {
            ^
            ;
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:46:13: error: expected declaration
    ) throws(UpdateResourceError) {
            ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:19:8: note: in declaration of 'UpdateResource'
struct UpdateResource<Context: FileSystemContext> {
       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:39:10: error: expected '{' in body of function declaration
    func updateResource<
         ^
[52/76] Compiling Files FileSystemFolderStore.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/FileSystemOperations.swift:116:52: error: cannot suppress conformances here
    func loadFile(filename: String) -> some File & ~Copyable {
                                                   ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:63:22: error: cannot suppress conformances here
    ) -> some File & ~Copyable {
                     ^

/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Directory.swift:93:37: error: cannot suppress conformances here
    ) -> URL where Resource: File & ~Copyable {
                                    ^

[53/76] Compiling CombineSchedulers ImmediateScheduler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

[54/76] Compiling CombineSchedulers Deprecations.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

[55/76] Compiling Files resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:11:23: error: cannot suppress conformances here
public protocol File: ~Copyable {
                      ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/File.swift:22:35: error: cannot suppress conformances here
public extension File where Self: ~Copyable {
                                  ^

error: fatalError
Fetching https://github.com/nashysolutions/versioning.git
Fetching https://github.com/nashysolutions/files.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/77] Fetching versioning
[77/216] Fetching versioning, files
Fetched https://github.com/nashysolutions/versioning.git (1.27s)
[140/6388] Fetching files, swift-dependencies
Fetched https://github.com/nashysolutions/files.git (1.72s)
Fetched https://github.com/pointfreeco/swift-dependencies.git (1.72s)
Computing version for https://github.com/nashysolutions/files.git
Computed https://github.com/nashysolutions/files.git at 2.1.0 (0.45s)
Fetching https://github.com/nashysolutions/error-presentation.git
[1/25] Fetching error-presentation
Fetched https://github.com/nashysolutions/error-presentation.git (0.56s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.1.0 (0.46s)
Computing version for https://github.com/pointfreeco/swift-dependencies.git
Computed https://github.com/pointfreeco/swift-dependencies.git at 1.8.1 (0.40s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/861] Fetching swift-concurrency-extras
[174/6328] Fetching swift-concurrency-extras, xctest-dynamic-overlay
[6329/77121] Fetching swift-concurrency-extras, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax (3.17s)
Fetching https://github.com/pointfreeco/swift-clocks
Fetched https://github.com/pointfreeco/swift-concurrency-extras (3.17s)
Fetching https://github.com/pointfreeco/combine-schedulers
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay (3.17s)
[1/2410] Fetching combine-schedulers
[122/3702] Fetching combine-schedulers, swift-clocks
Fetched https://github.com/pointfreeco/combine-schedulers (0.94s)
Fetched https://github.com/pointfreeco/swift-clocks (0.95s)
Computing version for https://github.com/nashysolutions/error-presentation.git
Computed https://github.com/nashysolutions/error-presentation.git at 1.0.0 (0.45s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.37s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.37s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.1 (0.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.5.2 (0.38s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.55s)
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.1
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
Creating working copy for https://github.com/nashysolutions/versioning.git
Working copy of https://github.com/nashysolutions/versioning.git resolved at 2.1.0
Creating working copy for https://github.com/pointfreeco/swift-dependencies.git
Working copy of https://github.com/pointfreeco/swift-dependencies.git resolved at 1.8.1
Creating working copy for https://github.com/nashysolutions/files.git
Working copy of https://github.com/nashysolutions/files.git resolved at 2.1.0
Creating working copy for https://github.com/nashysolutions/error-presentation.git
Working copy of https://github.com/nashysolutions/error-presentation.git resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.5.2
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.0.3
BUILD FAILURE 5.9 macosSpm