The Swift Package Index logo.Swift Package Index

Build Information

Failed to build CSErrors with Swift 5.9 for iOS using Xcode 15.2 at 1.2.5.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/checkout/.dependencies -derivedDataPath $PWD/checkout/.derivedData build -scheme CSErrors-Package -destination generic/platform=ios

Build Log

                                                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:112:61: note: add 'if #available' version check
        XCTAssertNoThrow(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatSucceeds() })
                                                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:112:61: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertNoThrow(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatSucceeds() })
                                                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:112:61: note: add 'if #available' version check
        XCTAssertNoThrow(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatSucceeds() })
                                                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:29: error: 'callOSStatusAPI(errorDescription:path:customErrorUserInfo:closure:)' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:29: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:51: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:51: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:60: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:60: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:60: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:113:60: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndSucceeds($0) }, 1)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:29: error: 'callOSStatusAPI(errorDescription:path:customErrorUserInfo:closure:)' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:29: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:51: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:51: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                                                  ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:60: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:60: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:60: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:114:60: note: add 'if #available' version check
        XCTAssertEqual(try? callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerSucceeds($0) }, 2)
                                                           ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:34: error: 'callOSStatusAPI(errorDescription:path:customErrorUserInfo:closure:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:34: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:56: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:56: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:65: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:65: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:116:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { funcThatFails() }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:17: warning: conformance of 'FilePath' to 'Equatable' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:17: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:65: error: 'path' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:65: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:71: error: 'FilePath' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:71: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:80: error: 'FilePath' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:80: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:80: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:120:80: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:34: error: 'callOSStatusAPI(errorDescription:path:customErrorUserInfo:closure:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:34: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:56: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:56: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:65: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:65: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:124:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { takesPointerAndFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:17: warning: conformance of 'FilePath' to 'Equatable' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:17: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:65: error: 'path' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:65: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:71: error: 'FilePath' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:71: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:80: error: 'FilePath' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:80: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:80: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:128:80: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:34: error: 'callOSStatusAPI(errorDescription:path:customErrorUserInfo:closure:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:34: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:56: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:56: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:65: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:65: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:132:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { optionalPointerFails($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:17: warning: conformance of 'FilePath' to 'Equatable' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:17: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:65: error: 'path' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:65: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:71: error: 'FilePath' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:71: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:80: error: 'FilePath' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:80: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:80: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:136:80: note: add 'if #available' version check
                XCTAssertEqual(($0 as? OSStatusError)?.metadata.path, FilePath("/bin/sh"))
                                                                               ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:34: error: 'callOSStatusAPI(errorDescription:path:customErrorUserInfo:closure:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:34: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:56: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:56: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:65: error: 'FilePath' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:65: error: 'init(stringLiteral:)' is only available in iOS 14.0 or newer
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:140:65: note: add 'if #available' version check
        XCTAssertThrowsError(try callOSStatusAPI(path: FilePath("/bin/sh")) { setsPointerToNil($0) }) {
                                                                ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:16:18: note: add @available attribute to enclosing instance method
    private func checkOSStatusError<E: Error>(_ code: some BinaryInteger, error: E) {
                 ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:12:7: note: add @available attribute to enclosing class
class OSStatusErrorTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:178:23: error: cannot find 'fnfErr' in scope
        checkFNFError(fnfErr, OSStatusError(rawValue: OSStatus(fnfErr)), true)
                      ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:178:64: error: cannot find 'fnfErr' in scope
        checkFNFError(fnfErr, OSStatusError(rawValue: OSStatus(fnfErr)), true)
                                                               ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:179:23: error: cannot find 'ioErr' in scope
        checkFNFError(ioErr, OSStatusError(rawValue: OSStatus(ioErr)), false)
                      ^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:179:63: error: cannot find 'ioErr' in scope
        checkFNFError(ioErr, OSStatusError(rawValue: OSStatus(ioErr)), false)
                                                              ^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:181:23: error: cannot find 'kENOENTErr' in scope
        checkFNFError(kENOENTErr, OSStatusError(rawValue: OSStatus(kENOENTErr)), true)
                      ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:181:68: error: cannot find 'kENOENTErr' in scope
        checkFNFError(kENOENTErr, OSStatusError(rawValue: OSStatus(kENOENTErr)), true)
                                                                   ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:182:23: error: cannot find 'kEINVALErr' in scope
        checkFNFError(kEINVALErr, OSStatusError(rawValue: OSStatus(kEINVALErr)), false)
                      ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:182:68: error: cannot find 'kEINVALErr' in scope
        checkFNFError(kEINVALErr, OSStatusError(rawValue: OSStatus(kEINVALErr)), false)
                                                                   ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:184:23: error: cannot find 'kPOSIXErrorENOENT' in scope
        checkFNFError(kPOSIXErrorENOENT, Errno.noSuchFileOrDirectory, true)
                      ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:185:23: error: cannot find 'kPOSIXErrorEINVAL' in scope
        checkFNFError(kPOSIXErrorEINVAL, Errno.invalidArgument, false)
                      ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:187:75: error: cannot find 'fnfErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: fnfErr).isFileNotFoundError)
                                                                          ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:188:76: error: cannot find 'ioErr' in scope
        XCTAssertFalse(GenericError(_domain: NSOSStatusErrorDomain, _code: ioErr).isFileNotFoundError)
                                                                           ^~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:190:75: error: cannot find 'kENOENTErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kENOENTErr).isFileNotFoundError)
                                                                          ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:191:76: error: cannot find 'kEINVALErr' in scope
        XCTAssertFalse(GenericError(_domain: NSOSStatusErrorDomain, _code: kEINVALErr).isFileNotFoundError)
                                                                           ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:193:75: error: cannot find 'kPOSIXErrorENOENT' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kPOSIXErrorENOENT).isFileNotFoundError)
                                                                          ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:194:76: error: cannot find 'kPOSIXErrorEINVAL' in scope
        XCTAssertFalse(GenericError(_domain: NSOSStatusErrorDomain, _code: kPOSIXErrorEINVAL).isFileNotFoundError)
                                                                           ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:207:24: error: cannot find 'afpAccessDenied' in scope
        checkPermError(afpAccessDenied, OSStatusError(rawValue: OSStatus(afpAccessDenied)), true)
                       ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:207:74: error: cannot find 'afpAccessDenied' in scope
        checkPermError(afpAccessDenied, OSStatusError(rawValue: OSStatus(afpAccessDenied)), true)
                                                                         ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:208:24: error: cannot find 'fnfErr' in scope
        checkPermError(fnfErr, OSStatusError(rawValue: OSStatus(fnfErr)), false)
                       ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:208:65: error: cannot find 'fnfErr' in scope
        checkPermError(fnfErr, OSStatusError(rawValue: OSStatus(fnfErr)), false)
                                                                ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:210:24: error: cannot find 'kPOSIXErrorEACCES' in scope
        checkPermError(kPOSIXErrorEACCES, Errno.permissionDenied, true)
                       ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:211:24: error: cannot find 'kPOSIXErrorEPERM' in scope
        checkPermError(kPOSIXErrorEPERM, Errno.notPermitted, true)
                       ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:213:24: error: cannot find 'kEACCESErr' in scope
        checkPermError(kEACCESErr, OSStatusError(rawValue: OSStatus(kEACCESErr)), true)
                       ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:213:69: error: cannot find 'kEACCESErr' in scope
        checkPermError(kEACCESErr, OSStatusError(rawValue: OSStatus(kEACCESErr)), true)
                                                                    ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:214:24: error: cannot find 'kEPERMErr' in scope
        checkPermError(kEPERMErr, OSStatusError(rawValue: OSStatus(kEPERMErr)), true)
                       ^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:214:68: error: cannot find 'kEPERMErr' in scope
        checkPermError(kEPERMErr, OSStatusError(rawValue: OSStatus(kEPERMErr)), true)
                                                                   ^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:216:75: error: cannot find 'afpAccessDenied' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: afpAccessDenied).isPermissionError)
                                                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:217:76: error: cannot find 'fnfErr' in scope
        XCTAssertFalse(GenericError(_domain: NSOSStatusErrorDomain, _code: fnfErr).isPermissionError)
                                                                           ^~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:219:75: error: cannot find 'kPOSIXErrorEACCES' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kPOSIXErrorEACCES).isPermissionError)
                                                                          ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:220:75: error: cannot find 'kPOSIXErrorEPERM' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kPOSIXErrorEPERM).isPermissionError)
                                                                          ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:222:75: error: cannot find 'kEACCESErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kEACCESErr).isPermissionError)
                                                                          ^~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:223:75: error: cannot find 'kEPERMErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kEPERMErr).isPermissionError)
                                                                          ^~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:236:26: error: cannot find 'userCanceledErr' in scope
        checkCancelError(userCanceledErr, OSStatusError(rawValue: OSStatus(userCanceledErr)), true)
                         ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:236:76: error: cannot find 'userCanceledErr' in scope
        checkCancelError(userCanceledErr, OSStatusError(rawValue: OSStatus(userCanceledErr)), true)
                                                                           ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:237:26: error: cannot find 'errAEWaitCanceled' in scope
        checkCancelError(errAEWaitCanceled, OSStatusError(rawValue: OSStatus(errAEWaitCanceled)), true)
                         ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:237:78: error: cannot find 'errAEWaitCanceled' in scope
        checkCancelError(errAEWaitCanceled, OSStatusError(rawValue: OSStatus(errAEWaitCanceled)), true)
                                                                             ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:238:26: error: cannot find 'kernelCanceledErr' in scope
        checkCancelError(kernelCanceledErr, OSStatusError(rawValue: OSStatus(kernelCanceledErr)), true)
                         ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:238:78: error: cannot find 'kernelCanceledErr' in scope
        checkCancelError(kernelCanceledErr, OSStatusError(rawValue: OSStatus(kernelCanceledErr)), true)
                                                                             ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:239:26: error: cannot find 'kOTCanceledErr' in scope
        checkCancelError(kOTCanceledErr, OSStatusError(rawValue: OSStatus(kOTCanceledErr)), true)
                         ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:239:75: error: cannot find 'kOTCanceledErr' in scope
        checkCancelError(kOTCanceledErr, OSStatusError(rawValue: OSStatus(kOTCanceledErr)), true)
                                                                          ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:240:26: error: cannot find 'kECANCELErr' in scope
        checkCancelError(kECANCELErr, OSStatusError(rawValue: OSStatus(kECANCELErr)), true)
                         ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:240:72: error: cannot find 'kECANCELErr' in scope
        checkCancelError(kECANCELErr, OSStatusError(rawValue: OSStatus(kECANCELErr)), true)
                                                                       ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:241:26: error: cannot find 'errIACanceled' in scope
        checkCancelError(errIACanceled, OSStatusError(rawValue: OSStatus(errIACanceled)), true)
                         ^~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:241:74: error: cannot find 'errIACanceled' in scope
        checkCancelError(errIACanceled, OSStatusError(rawValue: OSStatus(errIACanceled)), true)
                                                                         ^~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:242:26: error: cannot find 'kRAConnectionCanceled' in scope
        checkCancelError(kRAConnectionCanceled, OSStatusError(rawValue: OSStatus(kRAConnectionCanceled)), true)
                         ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:242:82: error: cannot find 'kRAConnectionCanceled' in scope
        checkCancelError(kRAConnectionCanceled, OSStatusError(rawValue: OSStatus(kRAConnectionCanceled)), true)
                                                                                 ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:243:26: error: cannot find 'kTXNUserCanceledOperationErr' in scope
        checkCancelError(kTXNUserCanceledOperationErr, OSStatusError(rawValue: OSStatus(kTXNUserCanceledOperationErr)), true)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:243:89: error: cannot find 'kTXNUserCanceledOperationErr' in scope
        checkCancelError(kTXNUserCanceledOperationErr, OSStatusError(rawValue: OSStatus(kTXNUserCanceledOperationErr)), true)
                                                                                        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:244:26: error: cannot find 'kFBCindexingCanceled' in scope
        checkCancelError(kFBCindexingCanceled, OSStatusError(rawValue: OSStatus(kFBCindexingCanceled)), true)
                         ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:244:81: error: cannot find 'kFBCindexingCanceled' in scope
        checkCancelError(kFBCindexingCanceled, OSStatusError(rawValue: OSStatus(kFBCindexingCanceled)), true)
                                                                                ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:245:26: error: cannot find 'kFBCaccessCanceled' in scope
        checkCancelError(kFBCaccessCanceled, OSStatusError(rawValue: OSStatus(kFBCaccessCanceled)), true)
                         ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:245:79: error: cannot find 'kFBCaccessCanceled' in scope
        checkCancelError(kFBCaccessCanceled, OSStatusError(rawValue: OSStatus(kFBCaccessCanceled)), true)
                                                                              ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:246:26: error: cannot find 'kFBCsummarizationCanceled' in scope
        checkCancelError(kFBCsummarizationCanceled, OSStatusError(rawValue: OSStatus(kFBCsummarizationCanceled)), true)
                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:246:86: error: cannot find 'kFBCsummarizationCanceled' in scope
        checkCancelError(kFBCsummarizationCanceled, OSStatusError(rawValue: OSStatus(kFBCsummarizationCanceled)), true)
                                                                                     ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:247:26: error: cannot find 'kPOSIXErrorECANCELED' in scope
        checkCancelError(kPOSIXErrorECANCELED, Errno.canceled, true)
                         ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:248:26: error: cannot find 'badFolderDescErr' in scope
        checkCancelError(badFolderDescErr, OSStatusError(rawValue: OSStatus(badFolderDescErr)), false)
                         ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:248:77: error: cannot find 'badFolderDescErr' in scope
        checkCancelError(badFolderDescErr, OSStatusError(rawValue: OSStatus(badFolderDescErr)), false)
                                                                            ^~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:250:75: error: cannot find 'userCanceledErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: userCanceledErr).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:251:75: error: cannot find 'errAEWaitCanceled' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: errAEWaitCanceled).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:252:75: error: cannot find 'kernelCanceledErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kernelCanceledErr).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:253:75: error: cannot find 'kOTCanceledErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kOTCanceledErr).isCancelledError)
                                                                          ^~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:254:75: error: cannot find 'kECANCELErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kECANCELErr).isCancelledError)
                                                                          ^~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:255:75: error: cannot find 'errIACanceled' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: errIACanceled).isCancelledError)
                                                                          ^~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:256:75: error: cannot find 'kRAConnectionCanceled' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kRAConnectionCanceled).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:257:75: error: cannot find 'kTXNUserCanceledOperationErr' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kTXNUserCanceledOperationErr).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:258:75: error: cannot find 'kFBCindexingCanceled' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kFBCindexingCanceled).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:259:75: error: cannot find 'kFBCaccessCanceled' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kFBCaccessCanceled).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:260:75: error: cannot find 'kFBCsummarizationCanceled' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kFBCsummarizationCanceled).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:261:75: error: cannot find 'kPOSIXErrorECANCELED' in scope
        XCTAssertTrue(GenericError(_domain: NSOSStatusErrorDomain, _code: kPOSIXErrorECANCELED).isCancelledError)
                                                                          ^~~~~~~~~~~~~~~~~~~~
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift:262:76: error: cannot find 'badFolderDescErr' in scope
        XCTAssertFalse(GenericError(_domain: NSOSStatusErrorDomain, _code: badFolderDescErr).isCancelledError)
                                                                           ^~~~~~~~~~~~~~~~
SwiftEmitModule normal arm64 Emitting\ module\ for\ CSErrors_FoundationTests (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.swiftsourceinfo -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.abi.json
SwiftCompile normal arm64 Compiling\ RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/RecoverabilityTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:131:29: error: 'Errno' is only available in iOS 14.0 or newer
        let originalError = Errno.noSuchFileOrDirectory
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:131:29: note: add 'if #available' version check
        let originalError = Errno.noSuchFileOrDirectory
                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:130:10: note: add @available attribute to enclosing instance method
    func testWithButtonTitles() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:139:61: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertEqual(recoverableError.underlyingError as? Errno, originalError)
                                                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:139:61: note: add 'if #available' version check
        XCTAssertEqual(recoverableError.underlyingError as? Errno, originalError)
                                                            ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:130:10: note: add @available attribute to enclosing instance method
    func testWithButtonTitles() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:140:63: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertEqual(defaultCancelError.underlyingError as? Errno, originalError)
                                                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:140:63: note: add 'if #available' version check
        XCTAssertEqual(defaultCancelError.underlyingError as? Errno, originalError)
                                                              ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:130:10: note: add @available attribute to enclosing instance method
    func testWithButtonTitles() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:182:30: error: 'Errno' is only available in iOS 14.0 or newer
        let nonCanceledErr = Errno.textFileBusy.makeRecoverable(
                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:182:30: note: add 'if #available' version check
        let nonCanceledErr = Errno.textFileBusy.makeRecoverable(
                             ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:175:10: note: add @available attribute to enclosing instance method
    func testCancelledError() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:201:27: error: 'Errno' is only available in iOS 14.0 or newer
        let canceledErr = Errno.canceled.makeRecoverable(
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:201:27: note: add 'if #available' version check
        let canceledErr = Errno.canceled.makeRecoverable(
                          ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:175:10: note: add @available attribute to enclosing instance method
    func testCancelledError() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:227:23: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertTrue(Errno.noSuchFileOrDirectory.makeRecoverable(recoveryOptions: [], attempter: a).isFileNotFoundError)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:227:23: note: add 'if #available' version check
        XCTAssertTrue(Errno.noSuchFileOrDirectory.makeRecoverable(recoveryOptions: [], attempter: a).isFileNotFoundError)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:223:10: note: add @available attribute to enclosing instance method
    func testProtocolCompliance() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:228:24: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertFalse(Errno.noSuchFileOrDirectory.makeRecoverable(recoveryOptions: [], attempter: a).isCancelledError)
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:228:24: note: add 'if #available' version check
        XCTAssertFalse(Errno.noSuchFileOrDirectory.makeRecoverable(recoveryOptions: [], attempter: a).isCancelledError)
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:223:10: note: add @available attribute to enclosing instance method
    func testProtocolCompliance() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:230:23: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertTrue(Errno.notPermitted.makeRecoverable(recoveryOptions: [], attempter: a).isPermissionError)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:230:23: note: add 'if #available' version check
        XCTAssertTrue(Errno.notPermitted.makeRecoverable(recoveryOptions: [], attempter: a).isPermissionError)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:223:10: note: add @available attribute to enclosing instance method
    func testProtocolCompliance() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:231:24: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertFalse(Errno.notPermitted.makeRecoverable(recoveryOptions: [], attempter: a).isFileNotFoundError)
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:231:24: note: add 'if #available' version check
        XCTAssertFalse(Errno.notPermitted.makeRecoverable(recoveryOptions: [], attempter: a).isFileNotFoundError)
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:223:10: note: add @available attribute to enclosing instance method
    func testProtocolCompliance() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:233:23: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertTrue(Errno.canceled.makeRecoverable(recoveryOptions: [], attempter: a).isCancelledError)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:233:23: note: add 'if #available' version check
        XCTAssertTrue(Errno.canceled.makeRecoverable(recoveryOptions: [], attempter: a).isCancelledError)
                      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:223:10: note: add @available attribute to enclosing instance method
    func testProtocolCompliance() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:234:24: error: 'Errno' is only available in iOS 14.0 or newer
        XCTAssertFalse(Errno.canceled.makeRecoverable(recoveryOptions: [], attempter: a).isPermissionError)
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:234:24: note: add 'if #available' version check
        XCTAssertFalse(Errno.canceled.makeRecoverable(recoveryOptions: [], attempter: a).isPermissionError)
                       ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:223:10: note: add @available attribute to enclosing instance method
    func testProtocolCompliance() {
         ^
/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift:12:7: note: add @available attribute to enclosing class
class RecoverabilityTests: XCTestCase {
      ^
SwiftCompile normal arm64 Compiling\ OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/OSStatusError+FoundationTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ErrnoURLSupportTests.swift,\ ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/CocoaErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoCocoaMappingTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrnoURLSupportTests.swift -primary-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/ErrorMetadataTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/HTTPErrorFoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/NSErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/OSStatusError+FoundationTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/StderrTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/URLErrorTests.swift -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.d -emit-const-values-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.swiftconstvalues -emit-reference-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.swiftdeps -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.dia -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_FoundationTests -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.o -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrnoURLSupportTests.o -index-unit-output-path /CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/ErrorMetadataTests.o -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ CSErrors_Foundation (in target 'CSErrors.Foundation' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/CocoaError+CSErrors.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/ErrorMetadata+Foundation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/HTTPError+Foundation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/NSError+CSErrors.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/OSStatus+Foundation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/POSIX\ Errors+Foundation.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/Recoverability.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/CSErrors.Foundation/URLError+CSErrors.swift -target arm64-apple-ios13.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -package-name spi_builder_workspace -const-gather-protocols-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors.Foundation_const_extract_protocols.json -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -resource-dir /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/swift-overrides.hmap -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name CSErrors_Foundation -disable-clang-spi -target-sdk-version 17.0 -target-sdk-name iphoneos17.0 -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors_Foundation.swiftdoc -emit-module-source-info-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors_Foundation.swiftsourceinfo -emit-objc-header-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors.Foundation-Swift.h -serialize-diagnostics-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors.Foundation-master-emit-module.dia -emit-dependencies-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors.Foundation-master-emit-module.d -o /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors_Foundation.swiftmodule -emit-abi-descriptor-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.Foundation.build/Objects-normal/arm64/CSErrors_Foundation.abi.json
SwiftDriverJobDiscovery normal arm64 Emitting module for CSErrors_FoundationTests (in target 'CSErrors.FoundationTests' from project 'CSErrors')
SwiftDriver\ Compilation\ Requirements CSErrors.FoundationTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CSErrors_FoundationTests -Onone -enforce-exclusivity\=checked @/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -DXcode -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -output-file-map /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors.FoundationTests_const_extract_protocols.json -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation\ Requirements CSErrorsTests normal arm64 com.apple.xcode.tools.swift.compiler (in target 'CSErrorsTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-15.0.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name CSErrorsTests -Onone -enforce-exclusivity\=checked @/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/Objects-normal/arm64/CSErrorsTests.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlCatchExceptionSupport.modulemap -Xcc -fmodule-map-file\=/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos/CwlMachBadInstructionHandler.modulemap -DXcode -sdk /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk -target arm64-apple-ios13.0 -g -module-cache-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -I /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/PackageFrameworks -F /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS17.0.sdk/Developer/Library/Frameworks -c -j8 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos17.0-21A325-0c021f108d5741006311bd1f5257b6a2.sdkstatcache -output-file-map /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/Objects-normal/arm64/CSErrorsTests-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/Objects-normal/arm64/CSErrorsTests.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xfrontend -package-name -Xfrontend spi_builder_workspace -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/Objects-normal/arm64/CSErrorsTests_const_extract_protocols.json -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlCatchException/Sources/CwlCatchExceptionSupport/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.dependencies/checkouts/CwlPreconditionTesting/Sources/CwlMachBadInstructionHandler/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/DerivedSources-normal/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/DerivedSources/arm64 -Xcc -I/Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrorsTests.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -working-directory /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CSErrors_FoundationTests.swiftmodule/arm64-apple-ios.swiftmodule /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.swiftmodule (in target 'CSErrors.FoundationTests' from project 'CSErrors')
    cd /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/CSErrors.build/Debug-iphoneos/CSErrors.FoundationTests.build/Objects-normal/arm64/CSErrors_FoundationTests.swiftmodule /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/CSErrors_FoundationTests.swiftmodule/arm64-apple-ios.swiftmodule
** BUILD FAILED **
The following build commands failed:
	SwiftEmitModule normal arm64 Emitting\ module\ for\ CSErrorsTests (in target 'CSErrorsTests' from project 'CSErrors')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/POSIXErrorTests.swift (in target 'CSErrorsTests' from project 'CSErrors')
	SwiftCompile normal arm64 Compiling\ POSIXErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/POSIXErrorTests.swift (in target 'CSErrorsTests' from project 'CSErrors')
	SwiftCompile normal arm64 Compiling\ OSStatusErrorTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift (in target 'CSErrorsTests' from project 'CSErrors')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrorsTests/OSStatusErrorTests.swift (in target 'CSErrorsTests' from project 'CSErrors')
	SwiftCompile normal arm64 Compiling\ RecoverabilityTests.swift /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
	SwiftCompile normal arm64 /Users/builder/builds/TDmZkXJm/3/finestructure/swiftpackageindex-builder/spi-builder-workspace/Tests/CSErrors.FoundationTests/RecoverabilityTests.swift (in target 'CSErrors.FoundationTests' from project 'CSErrors')
(7 failures)
BUILD FAILURE 5.9 iOS