Build Information
Failed to build foundation-dependencies, reference main (682c51), with Swift 5.10 for macOS (SPM) on 17 Sep 2025 04:53:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nashysolutions/foundation-dependencies.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nashysolutions/foundation-dependencies
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 682c518 Minor bump to dependency.
Cloned https://github.com/nashysolutions/foundation-dependencies.git
Revision (git rev-parse @):
682c5183ce44de88dbff35cd0bb7c40ca9e72c57
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/nashysolutions/foundation-dependencies.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/nashysolutions/foundation-dependencies.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/13] Write sources
[10/13] Copying Localizable.xcstrings
[11/13] Copying Info.plist
[12/13] Write swift-version-33747A42983211AE.txt
[14/40] Emitting module IssueReportingPackageSupport
[15/40] Compiling IssueReportingPackageSupport _Test.swift
[16/59] 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:45: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:45:13: error: expected declaration
) throws(UpdateResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:18:8: note: in declaration of 'UpdateResource'
struct UpdateResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:38:10: error: expected '{' in body of function declaration
func updateResource<
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:48: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:48:13: error: expected declaration
) throws(LoadResourceError) -> Resource {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:69: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:69:13: error: expected declaration
) throws(LoadResourceError) -> Data {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:49: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:49:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:65: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:65:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:80: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:80: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:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
[17/60] Compiling IssueReporting Warn.swift
[18/60] Compiling IssueReporting XCTest.swift
[19/60] Compiling IssueReporting Deprecations.swift
[20/60] Compiling IssueReporting FailureObserver.swift
[21/62] Compiling IssueReporting IsTesting.swift
[22/62] Compiling IssueReporting IssueReporter.swift
[23/62] Compiling IssueReporting ErrorReporting.swift
[24/62] Compiling IssueReporting AppHostWarning.swift
[25/62] Emitting module IssueReporting
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/62] 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:34: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:34:13: error: expected declaration
) throws(DeleteResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:13:8: note: in declaration of 'DeleteResource'
struct DeleteResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:31: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:48: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:48:13: error: expected declaration
) throws(LoadResourceError) -> Resource {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:69: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:69:13: error: expected declaration
) throws(LoadResourceError) -> Data {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:43: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:42:10: error: expected '{' in body of function declaration
func loadResource<
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:66: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:49: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:49:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:65: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:65:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:80: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:80: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:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:42:10: error: expected '{' in body of function declaration
func saveResource<
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:61: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:80: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:45: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:45:13: error: expected declaration
) throws(UpdateResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:18:8: note: in declaration of 'UpdateResource'
struct UpdateResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:38:10: error: expected '{' in body of function declaration
func updateResource<
^
[27/62] 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:49: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:49:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:65: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:65:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:80: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:80: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:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:42:10: error: expected '{' in body of function declaration
func saveResource<
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:61: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:80:18: error: expected '{' in body of function declaration
private func createData<R: Encodable>(from resource: R, key: String) throws(SaveResourceError) -> Data {
^
[28/62] 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:34: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:34:13: error: expected declaration
) throws(DeleteResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:13:8: note: in declaration of 'DeleteResource'
struct DeleteResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:31:10: error: expected '{' in body of function declaration
func deleteResource<Folder: Directory>(
^
[29/62] 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 {
^
[30/62] 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 {
^
[31/62] 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:49: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:49:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:65: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:65:13: error: expected declaration
) throws(SaveResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/SaveResource.swift:80: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:80: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:14:8: note: in declaration of 'SaveResource'
struct SaveResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:48: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:48:13: error: expected declaration
) throws(LoadResourceError) -> Resource {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:69: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:69:13: error: expected declaration
) throws(LoadResourceError) -> Data {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14: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: 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/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:42:10: note: in call to function 'loadResource(named:location:)'
func loadResource<
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:34: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:34:13: error: expected declaration
) throws(DeleteResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/DeleteResource.swift:13:8: note: in declaration of 'DeleteResource'
struct DeleteResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:45: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:45:13: error: expected declaration
) throws(UpdateResourceError) {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/UpdateResource.swift:18: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)
~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[32/62] 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:48: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:48:13: error: expected declaration
) throws(LoadResourceError) -> Resource {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:69: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:69:13: error: expected declaration
) throws(LoadResourceError) -> Data {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:14:8: note: in declaration of 'LoadResource'
struct LoadResource<Context: FileSystemContext> {
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:43: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:42:10: error: expected '{' in body of function declaration
func loadResource<
^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/files/Sources/Files/Operations/LoadResource.swift:66:10: error: expected '{' in body of function declaration
func loadData<Folder: Directory>(
^
/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,
~~~~~~~~ ^~~~~~~~
/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,
~~~~~~~~ ^~~~~~~~
/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/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 {
^
[37/62] Compiling IssueReporting BreakpointReporter.swift
[38/62] Compiling IssueReporting FatalErrorReporter.swift
[39/62] Compiling IssueReporting LockIsolated.swift
[40/62] Compiling IssueReporting Rethrows.swift
[41/62] Compiling IssueReporting TestContext.swift
[42/62] Compiling IssueReporting Unimplemented.swift
[43/62] Compiling IssueReporting RuntimeWarningReporter.swift
[44/62] Compiling IssueReporting ReportIssue.swift
[45/62] Compiling IssueReporting SwiftTesting.swift
[46/62] Compiling IssueReporting UncheckedSendable.swift
[47/62] Emitting module ConcurrencyExtras
[48/62] Compiling ConcurrencyExtras Locking.swift
[49/62] Compiling ConcurrencyExtras AsyncStream.swift
[50/63] Compiling ConcurrencyExtras MainSerialExecutor.swift
[51/63] Compiling ConcurrencyExtras LockIsolated.swift
[52/63] Compiling ConcurrencyExtras Result.swift
[53/63] Emitting module Versioning
[54/63] Compiling Versioning SemanticVersion.swift
[57/63] Compiling ConcurrencyExtras Task.swift
[58/63] Compiling ConcurrencyExtras UncheckedBox.swift
[59/63] Compiling ConcurrencyExtras AsyncThrowingStream.swift
[60/63] 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/files.git
Fetching https://github.com/nashysolutions/versioning.git
Fetching https://github.com/pointfreeco/swift-dependencies.git
[1/6334] Fetching swift-dependencies
[2/6414] Fetching swift-dependencies, versioning
[53/6571] Fetching swift-dependencies, versioning, files
Fetched https://github.com/nashysolutions/files.git from cache (1.55s)
Fetched https://github.com/nashysolutions/versioning.git from cache (1.55s)
Fetched https://github.com/pointfreeco/swift-dependencies.git from cache (1.55s)
Computing version for https://github.com/nashysolutions/files.git
Computed https://github.com/nashysolutions/files.git at 2.2.1 (0.47s)
Computing version for https://github.com/nashysolutions/versioning.git
Computed https://github.com/nashysolutions/versioning.git at 2.1.0 (0.47s)
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/swift-concurrency-extras
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/combine-schedulers
[1/878] Fetching swift-concurrency-extras
[133/3295] Fetching swift-concurrency-extras, combine-schedulers
[134/4587] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks
[521/10086] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay
[8163/82004] Fetching swift-concurrency-extras, combine-schedulers, swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (2.93s)
Fetched https://github.com/pointfreeco/swift-clocks from cache (2.93s)
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (2.93s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (2.93s)
Fetched https://github.com/pointfreeco/combine-schedulers from cache (2.93s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.0.3 (0.36s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (0.36s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.37s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.6.1 (0.37s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 601.0.1 (0.61s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.6.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/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.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
Creating working copy for https://github.com/nashysolutions/files.git
Working copy of https://github.com/nashysolutions/files.git resolved at 2.2.1
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/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 601.0.1
BUILD FAILURE 5.10 macosSpm