The Swift Package Index logo.Swift Package Index

Build Information

Failed to build swift-process-invocation, reference main (984ae1), with Swift 6.1 for Android on 29 May 2025 18:10:50 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/xcode-actions/swift-process-invocation.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/xcode-actions/swift-process-invocation
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 984ae12 Add a License to the project
Cloned https://github.com/xcode-actions/swift-process-invocation.git
Revision (git rev-parse @):
984ae12e0753ab9f8bdb7a8d21d4972d5c8ecadf
SUCCESS checkout https://github.com/xcode-actions/swift-process-invocation.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/xcode-actions/swift-process-invocation.git
https://github.com/xcode-actions/swift-process-invocation.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.2",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system.git"
    },
    {
      "identity" : "unwraporthrow",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Frizlab/UnwrapOrThrow.git"
    },
    {
      "identity" : "clt-logger",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0-beta.4",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/clt-logger.git"
    },
    {
      "identity" : "stream-reader",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.6.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/stream-reader.git"
    },
    {
      "identity" : "swift-signal-handling",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.2",
            "upper_bound" : "1.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/xcode-actions/swift-signal-handling.git"
    }
  ],
  "manifest_display_name" : "swift-process-invocation",
  "name" : "swift-process-invocation",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ProcessInvocation",
      "targets" : [
        "ProcessInvocation"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "swift-process-invocation-bridge",
      "targets" : [
        "ProcessInvocationBridge"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ManualTests",
      "targets" : [
        "ManualTests"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ProcessInvocationTests",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationTests",
      "path" : "Tests/ProcessInvocationTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "sources" : [
        "ProcessInvocationTests.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation",
        "CGNUSourceExportsForTests"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ProcessInvocationBridge",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocationBridge",
      "path" : "Sources/ProcessInvocationBridge",
      "product_dependencies" : [
        "ArgumentParser",
        "CLTLogger",
        "Logging",
        "StreamReader",
        "SystemPackage"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "ProcessInvocationBridge.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports",
        "CGNUSourceExports"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "ProcessInvocation",
      "module_type" : "SwiftTarget",
      "name" : "ProcessInvocation",
      "path" : "Sources/ProcessInvocation",
      "product_dependencies" : [
        "Logging",
        "SignalHandling",
        "StreamReader",
        "UnwrapOrThrow",
        "SystemPackage"
      ],
      "product_memberships" : [
        "ProcessInvocation",
        "ManualTests"
      ],
      "sources" : [
        " Config.swift",
        " Constants.swift",
        " Errors.swift",
        "FileDescriptor+GenericReadStream.swift",
        "InputRedirectMode.swift",
        "LineSeparators.swift",
        "LineWithSource.swift",
        "OutputRedirectMode.swift",
        "ProcessInvocation+Deprecated.swift",
        "ProcessInvocation+Pipe.swift",
        "ProcessInvocation.swift",
        "Utils.swift"
      ],
      "target_dependencies" : [
        "CMacroExports",
        "CGNUSourceExports",
        "ProcessInvocationBridge"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ManualTests",
      "module_type" : "SwiftTarget",
      "name" : "ManualTests",
      "path" : "Sources/ManualTests",
      "product_dependencies" : [
        "CLTLogger",
        "Logging",
        "StreamReader"
      ],
      "product_memberships" : [
        "ManualTests"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "ProcessInvocation"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "CMacroExports",
      "module_type" : "ClangTarget",
      "name" : "CMacroExports",
      "path" : "Sources/CMacroExports",
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "exports.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGNUSourceExportsForTests",
      "module_type" : "ClangTarget",
      "name" : "CGNUSourceExportsForTests",
      "path" : "Sources/CGNUSourceExportsForTests",
      "sources" : [
        "exports_for_tests.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CGNUSourceExports",
      "module_type" : "ClangTarget",
      "name" : "CGNUSourceExports",
      "path" : "Sources/CGNUSourceExports",
      "product_memberships" : [
        "ProcessInvocation",
        "swift-process-invocation-bridge",
        "ManualTests"
      ],
      "sources" : [
        "exports.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/xcode-actions/swift-signal-handling.git
Fetching https://github.com/xcode-actions/clt-logger.git
Fetching https://github.com/xcode-actions/stream-reader.git
[1/788] Fetching clt-logger
[33/1839] Fetching clt-logger, stream-reader
[184/2355] Fetching clt-logger, stream-reader, swift-signal-handling
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/Frizlab/UnwrapOrThrow.git
Fetching https://github.com/apple/swift-system.git
Fetched https://github.com/xcode-actions/swift-signal-handling.git from cache (0.99s)
Fetched https://github.com/xcode-actions/stream-reader.git from cache (1.00s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetched https://github.com/xcode-actions/clt-logger.git from cache (1.01s)
[1/31] Fetching unwraporthrow
[32/3867] Fetching unwraporthrow, swift-log
[1797/8258] Fetching unwraporthrow, swift-log, swift-system
Fetched https://github.com/Frizlab/UnwrapOrThrow.git from cache (0.59s)
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Fetched https://github.com/apple/swift-log.git from cache (0.59s)
[1/15379] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.17s)
Computing version for https://github.com/Frizlab/UnwrapOrThrow.git
Computed https://github.com/Frizlab/UnwrapOrThrow.git at 1.0.1 (2.78s)
Computing version for https://github.com/xcode-actions/swift-signal-handling.git
Computed https://github.com/xcode-actions/swift-signal-handling.git at 1.1.3 (0.57s)
Computing version for https://github.com/xcode-actions/stream-reader.git
Computed https://github.com/xcode-actions/stream-reader.git at 3.6.1 (0.73s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (0.99s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.77s)
Computing version for https://github.com/xcode-actions/clt-logger.git
Computed https://github.com/xcode-actions/clt-logger.git at 1.0.0-rc.1 (0.55s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/xcode-actions/swift-signal-handling.git
Working copy of https://github.com/xcode-actions/swift-signal-handling.git resolved at 1.1.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/xcode-actions/clt-logger.git
Working copy of https://github.com/xcode-actions/clt-logger.git resolved at 1.0.0-rc.1
Creating working copy for https://github.com/xcode-actions/stream-reader.git
Working copy of https://github.com/xcode-actions/stream-reader.git resolved at 3.6.1
Creating working copy for https://github.com/Frizlab/UnwrapOrThrow.git
Working copy of https://github.com/Frizlab/UnwrapOrThrow.git resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/32] Write sources
[12/32] Compiling CMacroExports exports.c
[13/32] Compiling CSystem shims.c
[14/32] Compiling CGNUSourceExports exports.c
[15/32] Compiling CGNUSourceExportsForTests exports_for_tests.c
[16/32] Write swift-version-24593BA9C3E375BF.txt
[18/79] Emitting module SystemPackage
[19/82] Emitting module UnwrapOrThrow
[20/82] Emitting module StreamReader
[21/83] Compiling ArgumentParserToolInfo ToolInfo.swift
[22/83] Emitting module ArgumentParserToolInfo
[24/84] Compiling SystemPackage Util+StringArray.swift
[25/84] Compiling SystemPackage Util.swift
[26/84] Compiling SystemPackage UtilConsumers.swift
[27/84] Compiling SystemPackage MachPort.swift
[28/84] Compiling SystemPackage PlatformString.swift
[29/84] Compiling SystemPackage SystemString.swift
[29/84] Wrapping AST for ArgumentParserToolInfo for debugging
[31/84] Compiling SystemPackage Errno.swift
[32/84] Compiling SystemPackage ErrnoWindows.swift
[33/84] Compiling SystemPackage FileDescriptor.swift
[34/84] Compiling SystemPackage FileHelpers.swift
[35/84] Compiling StreamReader FileDescriptorReader.swift
[36/84] Compiling StreamReader FileHandleReader.swift
[37/84] Compiling SystemPackage FilePathComponentView.swift
[38/84] Compiling SystemPackage FilePathComponents.swift
[39/122] Compiling Logging LogHandler.swift
[40/122] Emitting module ArgumentParser
[41/127] Compiling ArgumentParser ArgumentVisibility.swift
[42/127] Compiling ArgumentParser CompletionKind.swift
[43/127] Compiling ArgumentParser Errors.swift
[44/127] Compiling ArgumentParser Flag.swift
[45/127] Compiling ArgumentParser NameSpecification.swift
[46/127] Compiling ArgumentParser Option.swift
[47/127] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/127] Compiling ArgumentParser CompletionsGenerator.swift
[49/127] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/127] Compiling ArgumentParser ZshCompletionsGenerator.swift
[51/127] Compiling ArgumentParser Argument.swift
[52/127] Compiling ArgumentParser ArgumentHelp.swift
[53/127] Compiling ArgumentParser OptionGroup.swift
[54/127] Compiling ArgumentParser AsyncParsableCommand.swift
[55/127] Compiling ArgumentParser CommandConfiguration.swift
[56/127] Compiling ArgumentParser CommandGroup.swift
[57/127] Compiling ArgumentParser EnumerableFlag.swift
[58/127] Compiling ArgumentParser ExpressibleByArgument.swift
[59/127] Compiling ArgumentParser ParsableArguments.swift
[60/127] Compiling ArgumentParser ParsableArgumentsValidation.swift
[61/127] Compiling ArgumentParser ParsableCommand.swift
[62/127] Compiling ArgumentParser ArgumentDecoder.swift
[63/127] Compiling ArgumentParser ArgumentDefinition.swift
[64/127] Compiling ArgumentParser ArgumentSet.swift
[65/127] Compiling ArgumentParser CommandParser.swift
[66/127] Compiling ArgumentParser InputKey.swift
[67/127] Compiling ArgumentParser InputOrigin.swift
[68/127] Emitting module Logging
[69/127] Compiling Logging Locks.swift
[86/127] Compiling Logging MetadataProvider.swift
[87/127] Compiling ArgumentParser CollectionExtensions.swift
[88/127] Compiling ArgumentParser Platform.swift
[89/127] Compiling ArgumentParser SequenceExtensions.swift
[90/127] Compiling ArgumentParser StringExtensions.swift
[91/127] Compiling ArgumentParser Tree.swift
[92/128] Compiling Logging Logging.swift
[95/129] Compiling StreamReader GenericStreamReader.swift
[95/129] Wrapping AST for SystemPackage for debugging
[97/129] Compiling StreamReader DataReader.swift
[98/129] Compiling StreamReader InputStreamReader.swift
[99/129] Compiling StreamReader Matching.swift
[99/129] Wrapping AST for Logging for debugging
[103/129] Compiling StreamReader StreamReader.swift
[104/129] Compiling StreamReader StreamReaderErrors.swift
[105/129] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[106/139] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[107/144] Compiling StreamReader URLSessionStreamTaskReader.swift
[108/147] Compiling ArgumentParser DumpHelpGenerator.swift
[109/147] Compiling ArgumentParser HelpCommand.swift
[110/147] Compiling ArgumentParser HelpGenerator.swift
[111/147] Compiling ArgumentParser MessageInfo.swift
[112/147] Compiling ArgumentParser UsageGenerator.swift
[113/148] Compiling ArgumentParser Name.swift
[114/148] Compiling ArgumentParser Parsed.swift
[115/148] Compiling ArgumentParser ParsedValues.swift
[116/148] Compiling ArgumentParser ParserError.swift
[117/148] Compiling ArgumentParser SplitArguments.swift
[120/152] Compiling SignalHandling SignalHandlingConfig.swift
[121/153] Compiling CLTLogger NSLock+Linux.swift
[123/154] Compiling CLTLogger EmojiSet.swift
[124/154] Compiling SignalHandling DelayedSigaction.swift
[125/154] Compiling SignalHandling DelayedSigactionHandler.swift
[125/154] Wrapping AST for StreamReader for debugging
[126/154] Wrapping AST for UnwrapOrThrow for debugging
[128/154] Compiling CLTLogger OutputEnvironment.swift
[129/154] Compiling SignalHandling Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/Utils.swift:13:7: error: cannot find 'write' in scope
11 | 	(str + "\n").utf8CString.withUnsafeBytes{ buffer in
12 | 		guard buffer.count > 0 else {return}
13 | 		_ = write(2, buffer.baseAddress! /* buffer size > 0, so !-safe */, buffer.count)
   |       `- error: cannot find 'write' in scope
14 | 	}
15 | }
error: emit-module command failed with exit code 1 (use -v to see invocation)
[130/154] Emitting module SignalHandling
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:91:62: error: cannot find 'SIGEMT' in scope
 89 | 	public static let traceBreakpointTrap    = Signal(rawValue: SIGTRAP)
 90 | #if !os(Linux)
 91 | 	public static let emulatorTrap           = Signal(rawValue: SIGEMT)
    |                                                              `- error: cannot find 'SIGEMT' in scope
 92 | #endif
 93 | 	public static let badSystemCall          = Signal(rawValue: SIGSYS)
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:213:58: error: cannot find 'SIGINFO' in scope
211 | 	public static let windowSizeChanges  = Signal(rawValue: SIGWINCH)
212 | #if !os(Linux)
213 | 	public static let informationRequest = Signal(rawValue: SIGINFO)
    |                                                          `- error: cannot find 'SIGINFO' in scope
214 | #endif
215 |
[131/154] Compiling CLTLogger Emoji.swift
[132/154] Compiling CLTLogger DummySendable.swift
[132/154] Wrapping AST for ArgumentParser for debugging
[134/154] Compiling SignalHandling SignalHandlingError.swift
[135/154] Compiling SignalHandling SigactionDelayer_Block.swift
[136/154] Compiling SignalHandling SigactionDelayer_Unsig.swift
[137/154] Compiling CLTLogger CLTLogger+WithSendable.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:48:59: error: value of type 'sigaction' has no member '__sigaction_u'
 46 |
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
    |                                                           `- error: value of type 'sigaction' has no member '__sigaction_u'
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:49:49: error: cannot find 'SIG_IGN' in scope
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
    |                                                 `- error: cannot find 'SIG_IGN' in scope
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:50:49: error: cannot find 'SIG_DFL' in scope
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
    |                                                 `- error: cannot find 'SIG_DFL' in scope
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:52:65: error: value of type 'sigaction' has no member '__sigaction_u'
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
 54 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:53:65: error: value of type 'sigaction' has no member '__sigaction_u'
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 54 | 		}
 55 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:73:72: error: cannot find 'errno' in scope
 71 | 		var action = sigaction()
 72 | 		guard sigaction(signal.rawValue, nil, &action) == 0 else {
 73 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
 74 | 		}
 75 | 		self.init(rawValue: action)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:59: error: cannot find 'SIG_IGN' in scope
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                                                           `- error: cannot find 'SIG_IGN' in scope
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:30: error: value of type 'sigaction' has no member '__sigaction_u'
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:59: error: cannot find 'SIG_DFL' in scope
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                                                           `- error: cannot find 'SIG_DFL' in scope
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:30: error: value of type 'sigaction' has no member '__sigaction_u'
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:91:30: error: value of type 'sigaction' has no member '__sigaction_u'
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
 93 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:92:30: error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 93 | 		}
 94 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:131:72: error: cannot find 'errno' in scope
129 | 		var newCAction = self.rawValue
130 | 		guard sigaction(signal.rawValue, &newCAction, &oldCAction) == 0 else {
131 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
132 | 		}
133 | 		let oldSigaction = Sigaction(rawValue: oldCAction)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:136:70: error: cannot find 'errno' in scope
134 | 		if revertIfIgnored && oldSigaction == .ignoreAction {
135 | 			guard sigaction(signal.rawValue, &oldCAction, nil) == 0 else {
136 | 				throw SignalHandlingError.destructiveSystemError(Errno(rawValue: errno))
    |                                                                      `- error: cannot find 'errno' in scope
137 | 			}
138 | 			return nil
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[138/154] Compiling CLTLogger CLTLogger.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:48:59: error: value of type 'sigaction' has no member '__sigaction_u'
 46 |
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
    |                                                           `- error: value of type 'sigaction' has no member '__sigaction_u'
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:49:49: error: cannot find 'SIG_IGN' in scope
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
    |                                                 `- error: cannot find 'SIG_IGN' in scope
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:50:49: error: cannot find 'SIG_DFL' in scope
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
    |                                                 `- error: cannot find 'SIG_DFL' in scope
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:52:65: error: value of type 'sigaction' has no member '__sigaction_u'
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
 54 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:53:65: error: value of type 'sigaction' has no member '__sigaction_u'
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 54 | 		}
 55 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:73:72: error: cannot find 'errno' in scope
 71 | 		var action = sigaction()
 72 | 		guard sigaction(signal.rawValue, nil, &action) == 0 else {
 73 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
 74 | 		}
 75 | 		self.init(rawValue: action)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:59: error: cannot find 'SIG_IGN' in scope
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                                                           `- error: cannot find 'SIG_IGN' in scope
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:30: error: value of type 'sigaction' has no member '__sigaction_u'
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:59: error: cannot find 'SIG_DFL' in scope
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                                                           `- error: cannot find 'SIG_DFL' in scope
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:30: error: value of type 'sigaction' has no member '__sigaction_u'
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:91:30: error: value of type 'sigaction' has no member '__sigaction_u'
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
 93 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:92:30: error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 93 | 		}
 94 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:131:72: error: cannot find 'errno' in scope
129 | 		var newCAction = self.rawValue
130 | 		guard sigaction(signal.rawValue, &newCAction, &oldCAction) == 0 else {
131 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
132 | 		}
133 | 		let oldSigaction = Sigaction(rawValue: oldCAction)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:136:70: error: cannot find 'errno' in scope
134 | 		if revertIfIgnored && oldSigaction == .ignoreAction {
135 | 			guard sigaction(signal.rawValue, &oldCAction, nil) == 0 else {
136 | 				throw SignalHandlingError.destructiveSystemError(Errno(rawValue: errno))
    |                                                                      `- error: cannot find 'errno' in scope
137 | 			}
138 | 			return nil
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[139/154] Compiling SignalHandling SigactionHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:38:73: error: cannot find 'SIG_IGN' in scope
36 | 	var asOpaquePointer: OpaquePointer? {
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_IGN' in scope
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:39:73: error: cannot find 'SIG_DFL' in scope
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_DFL' in scope
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
41 | 			case .posix(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:91:62: error: cannot find 'SIGEMT' in scope
 89 | 	public static let traceBreakpointTrap    = Signal(rawValue: SIGTRAP)
 90 | #if !os(Linux)
 91 | 	public static let emulatorTrap           = Signal(rawValue: SIGEMT)
    |                                                              `- error: cannot find 'SIGEMT' in scope
 92 | #endif
 93 | 	public static let badSystemCall          = Signal(rawValue: SIGSYS)
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:213:58: error: cannot find 'SIGINFO' in scope
211 | 	public static let windowSizeChanges  = Signal(rawValue: SIGWINCH)
212 | #if !os(Linux)
213 | 	public static let informationRequest = Signal(rawValue: SIGINFO)
    |                                                          `- error: cannot find 'SIGINFO' in scope
214 | #endif
215 |
[140/154] Compiling SignalHandling Signal.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:38:73: error: cannot find 'SIG_IGN' in scope
36 | 	var asOpaquePointer: OpaquePointer? {
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_IGN' in scope
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:39:73: error: cannot find 'SIG_DFL' in scope
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_DFL' in scope
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
41 | 			case .posix(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:91:62: error: cannot find 'SIGEMT' in scope
 89 | 	public static let traceBreakpointTrap    = Signal(rawValue: SIGTRAP)
 90 | #if !os(Linux)
 91 | 	public static let emulatorTrap           = Signal(rawValue: SIGEMT)
    |                                                              `- error: cannot find 'SIGEMT' in scope
 92 | #endif
 93 | 	public static let badSystemCall          = Signal(rawValue: SIGSYS)
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:213:58: error: cannot find 'SIGINFO' in scope
211 | 	public static let windowSizeChanges  = Signal(rawValue: SIGWINCH)
212 | #if !os(Linux)
213 | 	public static let informationRequest = Signal(rawValue: SIGINFO)
    |                                                          `- error: cannot find 'SIGINFO' in scope
214 | #endif
215 |
[141/154] Compiling CLTLogger String+Utils.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/17] Write swift-version-24593BA9C3E375BF.txt
[3/64] Compiling StreamReader InputStreamReader.swift
[4/65] Compiling UnwrapOrThrow UnwrapOrThrowOperator.swift
[5/65] Compiling UnwrapOrThrow UnwrapOrThrow.swift
[6/65] Emitting module UnwrapOrThrow
[7/66] Compiling Logging MetadataProvider.swift
[8/66] Compiling SystemPackage Errno.swift
[9/66] Compiling SystemPackage ErrnoWindows.swift
[11/66] Emitting module StreamReader
[12/65] Compiling StreamReader URLSessionStreamTaskReader.swift
[13/65] Compiling StreamReader StreamReader.swift
[14/65] Emitting module Logging
[15/65] Compiling StreamReader DataReader.swift
[16/65] Compiling StreamReader StreamReaderErrors.swift
[17/65] Compiling StreamReader GenericStreamReader.swift
[18/65] Compiling StreamReader Matching.swift
[20/65] Compiling SystemPackage Backcompat.swift
[21/65] Compiling SystemPackage CInterop.swift
[22/65] Compiling SystemPackage Constants.swift
[23/65] Compiling SystemPackage Exports.swift
[24/65] Compiling SystemPackage MachPort.swift
[25/65] Compiling SystemPackage PlatformString.swift
[26/65] Compiling SystemPackage SystemString.swift
[27/65] Compiling ArgumentParserToolInfo ToolInfo.swift
[28/68] Emitting module ArgumentParserToolInfo
[29/68] Compiling SystemPackage Mocking.swift
[30/68] Compiling SystemPackage RawBuffer.swift
[31/68] Compiling SystemPackage Syscalls.swift
[32/68] Compiling SystemPackage WindowsSyscallAdapters.swift
[33/68] Compiling SystemPackage FilePathTempPosix.swift
[34/68] Compiling SystemPackage FilePathTempWindows.swift
[35/68] Compiling SystemPackage FilePathWindows.swift
[36/68] Compiling SystemPackage FilePermissions.swift
[38/68] Compiling SystemPackage FileOperations.swift
[39/68] Compiling SystemPackage FilePath.swift
[40/68] Compiling SystemPackage FilePathComponentView.swift
[41/68] Compiling SystemPackage FilePathComponents.swift
[44/68] Compiling SystemPackage FileDescriptor.swift
[45/68] Compiling SystemPackage FileHelpers.swift
[46/68] Emitting module SystemPackage
[47/68] Compiling SystemPackage FilePathParsing.swift
[48/68] Compiling SystemPackage FilePathString.swift
[49/68] Compiling SystemPackage FilePathSyntax.swift
[50/68] Compiling SystemPackage FilePathTemp.swift
[51/68] Compiling Logging LogHandler.swift
[52/68] Compiling Logging Logging.swift
[53/68] Compiling Logging Locks.swift
[55/107] Compiling ArgumentParser ArgumentDefinition.swift
[56/107] Compiling ArgumentParser ArgumentSet.swift
[57/107] Compiling ArgumentParser CommandParser.swift
[57/108] Wrapping AST for Logging for debugging
[59/117] Wrapping AST for SystemPackage for debugging
[61/117] Compiling CLTLogger DummySendable.swift
[62/129] Compiling SignalHandling SignalHandlingError.swift
[63/129] Compiling SignalHandling SignalHandlingConfig.swift
[64/130] Compiling SignalHandling Sigaction.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:48:59: error: value of type 'sigaction' has no member '__sigaction_u'
 46 |
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
    |                                                           `- error: value of type 'sigaction' has no member '__sigaction_u'
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:49:49: error: cannot find 'SIG_IGN' in scope
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
    |                                                 `- error: cannot find 'SIG_IGN' in scope
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:50:49: error: cannot find 'SIG_DFL' in scope
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
    |                                                 `- error: cannot find 'SIG_DFL' in scope
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:52:65: error: value of type 'sigaction' has no member '__sigaction_u'
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
 54 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:53:65: error: value of type 'sigaction' has no member '__sigaction_u'
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 54 | 		}
 55 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:73:72: error: cannot find 'errno' in scope
 71 | 		var action = sigaction()
 72 | 		guard sigaction(signal.rawValue, nil, &action) == 0 else {
 73 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
 74 | 		}
 75 | 		self.init(rawValue: action)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:59: error: cannot find 'SIG_IGN' in scope
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                                                           `- error: cannot find 'SIG_IGN' in scope
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:30: error: value of type 'sigaction' has no member '__sigaction_u'
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:59: error: cannot find 'SIG_DFL' in scope
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                                                           `- error: cannot find 'SIG_DFL' in scope
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:30: error: value of type 'sigaction' has no member '__sigaction_u'
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:91:30: error: value of type 'sigaction' has no member '__sigaction_u'
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
 93 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:92:30: error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 93 | 		}
 94 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:131:72: error: cannot find 'errno' in scope
129 | 		var newCAction = self.rawValue
130 | 		guard sigaction(signal.rawValue, &newCAction, &oldCAction) == 0 else {
131 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
132 | 		}
133 | 		let oldSigaction = Sigaction(rawValue: oldCAction)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:136:70: error: cannot find 'errno' in scope
134 | 		if revertIfIgnored && oldSigaction == .ignoreAction {
135 | 			guard sigaction(signal.rawValue, &oldCAction, nil) == 0 else {
136 | 				throw SignalHandlingError.destructiveSystemError(Errno(rawValue: errno))
    |                                                                      `- error: cannot find 'errno' in scope
137 | 			}
138 | 			return nil
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
[65/130] Compiling SignalHandling SigactionFlag.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:48:59: error: value of type 'sigaction' has no member '__sigaction_u'
 46 |
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
    |                                                           `- error: value of type 'sigaction' has no member '__sigaction_u'
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:49:49: error: cannot find 'SIG_IGN' in scope
 47 | #if !os(Linux)
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
    |                                                 `- error: cannot find 'SIG_IGN' in scope
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:50:49: error: cannot find 'SIG_DFL' in scope
 48 | 		switch OpaquePointer(bitPattern: unsafeBitCast(rawValue.__sigaction_u.__sa_handler, to: Int.self)) {
 49 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self)): self.handler = .ignoreHandler
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
    |                                                 `- error: cannot find 'SIG_DFL' in scope
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:52:65: error: value of type 'sigaction' has no member '__sigaction_u'
 50 | 			case OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self)): self.handler = .defaultHandler
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
 54 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:53:65: error: value of type 'sigaction' has no member '__sigaction_u'
 51 | 			default:
 52 | 				if flags.contains(.siginfo) {self.handler = .posix(rawValue.__sigaction_u.__sa_sigaction)}
 53 | 				else                        {self.handler = .ansiC(rawValue.__sigaction_u.__sa_handler)}
    |                                                                 `- error: value of type 'sigaction' has no member '__sigaction_u'
 54 | 		}
 55 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:73:72: error: cannot find 'errno' in scope
 71 | 		var action = sigaction()
 72 | 		guard sigaction(signal.rawValue, nil, &action) == 0 else {
 73 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
 74 | 		}
 75 | 		self.init(rawValue: action)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:59: error: cannot find 'SIG_IGN' in scope
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                                                           `- error: cannot find 'SIG_IGN' in scope
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:89:30: error: value of type 'sigaction' has no member '__sigaction_u'
 87 | #if !os(Linux)
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:59: error: cannot find 'SIG_DFL' in scope
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                                                           `- error: cannot find 'SIG_DFL' in scope
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:90:30: error: value of type 'sigaction' has no member '__sigaction_u'
 88 | 		switch handler {
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:91:30: error: value of type 'sigaction' has no member '__sigaction_u'
 89 | 			case .ignoreHandler:  ret.__sigaction_u.__sa_handler = SIG_IGN
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
 93 | 		}
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:92:30: error: value of type 'sigaction' has no member '__sigaction_u'
 90 | 			case .defaultHandler: ret.__sigaction_u.__sa_handler = SIG_DFL
 91 | 			case .ansiC(let h):   ret.__sigaction_u.__sa_handler = h
 92 | 			case .posix(let h):   ret.__sigaction_u.__sa_sigaction = h
    |                              `- error: value of type 'sigaction' has no member '__sigaction_u'
 93 | 		}
 94 | #else
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:131:72: error: cannot find 'errno' in scope
129 | 		var newCAction = self.rawValue
130 | 		guard sigaction(signal.rawValue, &newCAction, &oldCAction) == 0 else {
131 | 			throw SignalHandlingError.nonDestructiveSystemError(Errno(rawValue: errno))
    |                                                                        `- error: cannot find 'errno' in scope
132 | 		}
133 | 		let oldSigaction = Sigaction(rawValue: oldCAction)
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Sigaction.swift:136:70: error: cannot find 'errno' in scope
134 | 		if revertIfIgnored && oldSigaction == .ignoreAction {
135 | 			guard sigaction(signal.rawValue, &oldCAction, nil) == 0 else {
136 | 				throw SignalHandlingError.destructiveSystemError(Errno(rawValue: errno))
    |                                                                      `- error: cannot find 'errno' in scope
137 | 			}
138 | 			return nil
/root/.swiftpm/swift-sdks/swift-6.1-RELEASE-android-24-0.1.artifactbundle/swift-6.1-release-android-24-sdk/android-27c-sysroot/usr/include/errno.h:58:9: note: macro 'errno' unavailable: structure not supported
56 |  * thread.
57 |  */
58 | #define errno (*__errno())
   |         `- note: macro 'errno' unavailable: structure not supported
59 |
60 | __END_DECLS
error: emit-module command failed with exit code 1 (use -v to see invocation)
[66/130] Emitting module SignalHandling
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:91:62: error: cannot find 'SIGEMT' in scope
 89 | 	public static let traceBreakpointTrap    = Signal(rawValue: SIGTRAP)
 90 | #if !os(Linux)
 91 | 	public static let emulatorTrap           = Signal(rawValue: SIGEMT)
    |                                                              `- error: cannot find 'SIGEMT' in scope
 92 | #endif
 93 | 	public static let badSystemCall          = Signal(rawValue: SIGSYS)
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:213:58: error: cannot find 'SIGINFO' in scope
211 | 	public static let windowSizeChanges  = Signal(rawValue: SIGWINCH)
212 | #if !os(Linux)
213 | 	public static let informationRequest = Signal(rawValue: SIGINFO)
    |                                                          `- error: cannot find 'SIGINFO' in scope
214 | #endif
215 |
[67/130] Compiling SignalHandling Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/Utils.swift:13:7: error: cannot find 'write' in scope
11 | 	(str + "\n").utf8CString.withUnsafeBytes{ buffer in
12 | 		guard buffer.count > 0 else {return}
13 | 		_ = write(2, buffer.baseAddress! /* buffer size > 0, so !-safe */, buffer.count)
   |       `- error: cannot find 'write' in scope
14 | 	}
15 | }
[68/130] Compiling SignalHandling SigactionHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:38:73: error: cannot find 'SIG_IGN' in scope
36 | 	var asOpaquePointer: OpaquePointer? {
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_IGN' in scope
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:39:73: error: cannot find 'SIG_DFL' in scope
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_DFL' in scope
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
41 | 			case .posix(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:91:62: error: cannot find 'SIGEMT' in scope
 89 | 	public static let traceBreakpointTrap    = Signal(rawValue: SIGTRAP)
 90 | #if !os(Linux)
 91 | 	public static let emulatorTrap           = Signal(rawValue: SIGEMT)
    |                                                              `- error: cannot find 'SIGEMT' in scope
 92 | #endif
 93 | 	public static let badSystemCall          = Signal(rawValue: SIGSYS)
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:213:58: error: cannot find 'SIGINFO' in scope
211 | 	public static let windowSizeChanges  = Signal(rawValue: SIGWINCH)
212 | #if !os(Linux)
213 | 	public static let informationRequest = Signal(rawValue: SIGINFO)
    |                                                          `- error: cannot find 'SIGINFO' in scope
214 | #endif
215 |
[69/130] Compiling SignalHandling Signal.swift
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:38:73: error: cannot find 'SIG_IGN' in scope
36 | 	var asOpaquePointer: OpaquePointer? {
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_IGN' in scope
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/SigactionHandler.swift:39:73: error: cannot find 'SIG_DFL' in scope
37 | 		switch self {
38 | 			case .ignoreHandler:  return OpaquePointer(bitPattern: unsafeBitCast(SIG_IGN, to: Int.self))
39 | 			case .defaultHandler: return OpaquePointer(bitPattern: unsafeBitCast(SIG_DFL, to: Int.self))
   |                                                                         `- error: cannot find 'SIG_DFL' in scope
40 | 			case .ansiC(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
41 | 			case .posix(let h):   return OpaquePointer(bitPattern: unsafeBitCast(h, to: Int.self))
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:91:62: error: cannot find 'SIGEMT' in scope
 89 | 	public static let traceBreakpointTrap    = Signal(rawValue: SIGTRAP)
 90 | #if !os(Linux)
 91 | 	public static let emulatorTrap           = Signal(rawValue: SIGEMT)
    |                                                              `- error: cannot find 'SIGEMT' in scope
 92 | #endif
 93 | 	public static let badSystemCall          = Signal(rawValue: SIGSYS)
/host/spi-builder-workspace/.build/checkouts/swift-signal-handling/Sources/SignalHandling/CStructsInSwift/Signal.swift:213:58: error: cannot find 'SIGINFO' in scope
211 | 	public static let windowSizeChanges  = Signal(rawValue: SIGWINCH)
212 | #if !os(Linux)
213 | 	public static let informationRequest = Signal(rawValue: SIGINFO)
    |                                                          `- error: cannot find 'SIGINFO' in scope
214 | #endif
215 |
[70/130] Compiling CLTLogger String+Utils.swift
[71/130] Emitting module CLTLogger
[72/130] Compiling SignalHandling SigactionDelayer_Unsig.swift
[73/130] Compiling SignalHandling DelayedSigaction.swift
[74/130] Compiling SignalHandling DelayedSigactionHandler.swift
[75/130] Compiling SignalHandling SigactionDelayer_Block.swift
[78/130] Compiling CLTLogger OutputEnvironment.swift
[79/130] Compiling ArgumentParser OptionGroup.swift
[80/130] Compiling ArgumentParser AsyncParsableCommand.swift
[81/130] Compiling ArgumentParser CommandConfiguration.swift
[82/130] Compiling ArgumentParser CommandGroup.swift
[83/130] Compiling ArgumentParser EnumerableFlag.swift
[84/130] Emitting module ArgumentParser
BUILD FAILURE 6.1 android