The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build clutch, reference 0.5.7 (273c35), with Swift 6.1 for Linux on 29 Jul 2025 05:31:02 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-nest/clutch.git
Reference: 0.5.7
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/swift-nest/clutch
 * tag               0.5.7      -> FETCH_HEAD
HEAD is now at 273c351 README/dev: 5.10 tests working
Cloned https://github.com/swift-nest/clutch.git
Revision (git rev-parse @):
273c3513dc082bdddd25abc088baca8db9d67d55
SUCCESS checkout https://github.com/swift-nest/clutch.git at 0.5.7
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-nest/clutch.git
https://github.com/swift-nest/clutch.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-atomics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-atomics"
    },
    {
      "identity" : "swift-system",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-system"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser"
    }
  ],
  "manifest_display_name" : "clutch",
  "name" : "clutch",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "clutch",
      "targets" : [
        "clutch"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "clatch",
      "targets" : [
        "clatch"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "ClutchAP",
      "targets" : [
        "ClutchAP"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "clutchTests",
      "module_type" : "SwiftTarget",
      "name" : "clutchTests",
      "path" : "Tests/clutchTests",
      "product_dependencies" : [
        "Atomics"
      ],
      "sources" : [
        "AskDataTests.swift",
        "ClutchMainTest.swift",
        "ClutchTests.swift",
        "DriverTests.swift",
        "Fixtures/KnownSystemCallFixtures.swift",
        "Fixtures/KnownSystemCalls.swift",
        "FoundationScriptSystemCallsTests.swift",
        "KnownSystemCallFixturesTests.swift",
        "Main/ClutchTestMain.swift",
        "NestOpTests.swift",
        "RecordSystemCallsTests.swift",
        "Scenarios/ClutchCommandScenario.swift",
        "Scenarios/ClutchErrCheck.swift",
        "Support/ActorArray.swift",
        "Support/AtomicIndex.swift",
        "Support/SrcLoc.swift",
        "Support/TestHelper.swift",
        "SystemCallsRecorder/Call.swift",
        "SystemCallsRecorder/CallRecordTypes.swift",
        "SystemCallsRecorder/RecordSystemCalls.swift"
      ],
      "target_dependencies" : [
        "clutchLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "clutchLib",
      "module_type" : "SwiftTarget",
      "name" : "clutchLib",
      "path" : "Sources/clutch",
      "product_memberships" : [
        "clutch",
        "ClutchAP"
      ],
      "sources" : [
        "AskDataBuilder.swift",
        "ClutchDriver.swift",
        "ClutchDriverErrors.swift",
        "DriverConfig/AskMode.swift",
        "DriverConfig/DriverConfig.swift",
        "DriverConfig/Identifier.swift",
        "DriverConfig/ModuleName.swift",
        "DriverConfig/ModuleNameHelp.swift",
        "DriverConfig/NestPaths.swift",
        "DriverConfig/NestPathsStatus.swift",
        "DriverConfig/UserAskKind.swift",
        "Files/FileItem.swift",
        "Files/FileItemHelp.swift",
        "PeerOp.swift",
        "UI/Help.swift",
        "UI/PeerNest.swift",
        "system-impl/FoundationScript.swift",
        "system-impl/FoundationScriptSystemCalls.swift",
        "system/Err.swift",
        "system/StdlibHelp.swift",
        "system/SystemCalls.swift",
        "system/SystemCallsHelp.swift"
      ],
      "target_dependencies" : [
        "MinSys"
      ],
      "type" : "library"
    },
    {
      "c99name" : "clutch",
      "module_type" : "SwiftTarget",
      "name" : "clutch",
      "path" : "Sources/clutch-tool",
      "product_memberships" : [
        "clutch"
      ],
      "sources" : [
        "clutch.swift"
      ],
      "target_dependencies" : [
        "clutchLib"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "clatch",
      "module_type" : "SwiftTarget",
      "name" : "clatch",
      "path" : "Sources/clatch",
      "product_memberships" : [
        "clatch"
      ],
      "sources" : [
        "clatch.swift"
      ],
      "target_dependencies" : [
        "MinSys"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MinSys",
      "module_type" : "SwiftTarget",
      "name" : "MinSys",
      "path" : "Sources/MinSys",
      "product_dependencies" : [
        "SystemPackage"
      ],
      "product_memberships" : [
        "clutch",
        "clatch",
        "ClutchAP"
      ],
      "sources" : [
        "MinSys.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "ClutchAP",
      "module_type" : "SwiftTarget",
      "name" : "ClutchAP",
      "path" : "Sources/ClutchAP",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "ClutchAP"
      ],
      "sources" : [
        "ClutchMain.swift"
      ],
      "target_dependencies" : [
        "clutchLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-atomics
[1/1808] Fetching swift-atomics
[978/6526] Fetching swift-atomics, swift-system
[6527/22105] Fetching swift-atomics, swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-atomics from cache (0.51s)
[5497/20297] Fetching swift-system, swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.93s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.3.0 (1.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.45s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.6.0 (0.42s)
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.3.0
warning: 'spi-builder-workspace': ignoring duplicate product 'SystemPackage' from package 'swift-system'
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/26] Write sources
[10/26] Write swift-version-24593BA9C3E375BF.txt
[10/26] Compiling CSystem shims.c
[13/59] Emitting module SystemPackage
[14/63] Compiling ArgumentParserToolInfo ToolInfo.swift
[15/63] Emitting module ArgumentParserToolInfo
[16/64] Compiling SystemPackage FilePath.swift
[17/64] Compiling SystemPackage FilePathComponentView.swift
[18/64] Compiling SystemPackage FilePathComponents.swift
[19/64] Compiling SystemPackage FilePathParsing.swift
[20/64] Compiling SystemPackage FilePathString.swift
[22/64] Compiling SystemPackage SystemString.swift
[23/64] Compiling SystemPackage Util+StringArray.swift
[24/64] Compiling SystemPackage Util.swift
[25/64] Compiling SystemPackage UtilConsumers.swift
[26/64] Compiling SystemPackage Errno.swift
[27/64] Compiling SystemPackage ErrnoWindows.swift
[28/64] Compiling SystemPackage FileDescriptor.swift
[29/64] Compiling SystemPackage FileHelpers.swift
[30/64] Compiling SystemPackage FileOperations.swift
[30/64] Wrapping AST for ArgumentParserToolInfo for debugging
[32/108] Compiling ArgumentParser SequenceExtensions.swift
[33/108] Compiling ArgumentParser StringExtensions.swift
[34/108] Compiling ArgumentParser SwiftExtensions.swift
[35/108] Compiling ArgumentParser SplitArguments.swift
[36/108] Compiling ArgumentParser Parsed.swift
[37/108] Compiling ArgumentParser ParsedValues.swift
[38/108] Compiling ArgumentParser ParserError.swift
[39/108] Compiling ArgumentParser ArgumentVisibility.swift
[40/108] Compiling ArgumentParser UsageGenerator.swift
[41/108] Compiling ArgumentParser InputKey.swift
[42/108] Compiling ArgumentParser InputOrigin.swift
[43/108] Compiling ArgumentParser Name.swift
[44/108] Compiling ArgumentParser DumpHelpGenerator.swift
[45/108] Compiling ArgumentParser HelpCommand.swift
[46/108] Compiling ArgumentParser HelpGenerator.swift
[47/108] Compiling ArgumentParser MessageInfo.swift
[48/108] Compiling ArgumentParser CompletionKind.swift
[49/108] Compiling ArgumentParser Errors.swift
[50/108] Compiling ArgumentParser Flag.swift
[51/108] Compiling ArgumentParser NameSpecification.swift
[52/109] Wrapping AST for SystemPackage for debugging
[54/111] Emitting module MinSys
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[55/111] Compiling MinSys MinSys.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[56/112] Wrapping AST for MinSys for debugging
[58/135] Emitting module ArgumentParser
[59/141] Compiling ArgumentParser OptionGroup.swift
[60/141] Compiling ArgumentParser AsyncParsableCommand.swift
[61/141] Compiling ArgumentParser CommandConfiguration.swift
[62/141] Compiling ArgumentParser CommandGroup.swift
[63/141] Compiling ArgumentParser EnumerableFlag.swift
[64/141] Compiling ArgumentParser ExpressibleByArgument.swift
[70/141] Compiling ArgumentParser Option.swift
[71/141] Compiling clutchLib NestPathsStatus.swift
[72/141] Compiling clutchLib UserAskKind.swift
[73/141] Compiling clutchLib FileItem.swift
[74/141] Compiling clutchLib AskMode.swift
[75/141] Compiling clutchLib DriverConfig.swift
[76/141] Compiling clutchLib Identifier.swift
[77/141] Compiling clutchLib ModuleName.swift
[78/141] Compiling ArgumentParser Tree.swift
[79/141] Compiling ArgumentParser CodingKeyValidator.swift
[80/141] Compiling ArgumentParser NonsenseFlagsValidator.swift
[81/141] Compiling ArgumentParser ParsableArgumentsValidation.swift
[82/141] Compiling ArgumentParser PositionalArgumentsValidator.swift
[83/141] Compiling ArgumentParser UniqueNamesValidator.swift
[84/141] Compiling clutchLib ModuleNameHelp.swift
[85/141] Compiling clutchLib NestPaths.swift
[86/141] Compiling clutchLib AskDataBuilder.swift
[87/141] Compiling clutchLib ClutchDriver.swift
[88/141] Compiling clutchLib ClutchDriverErrors.swift
[89/141] Compiling clutchLib FileItemHelp.swift
[90/141] Compiling clutchLib PeerOp.swift
[91/141] Compiling clutchLib Help.swift
[92/141] Compiling clutchLib PeerNest.swift
[93/141] Compiling clutchLib FoundationScript.swift
[94/141] Compiling clutchLib FoundationScriptSystemCalls.swift
[95/141] Compiling clutchLib Err.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[97/141] Compiling clutchLib StdlibHelp.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[98/143] Compiling ArgumentParser ParsableArguments.swift
[99/143] Compiling ArgumentParser ParsableCommand.swift
[100/143] Compiling ArgumentParser ArgumentDecoder.swift
[101/143] Compiling ArgumentParser ArgumentDefinition.swift
[102/143] Compiling ArgumentParser ArgumentSet.swift
[103/143] Compiling ArgumentParser CommandParser.swift
[105/143] Compiling clutchLib SystemCalls.swift
[106/143] Compiling clutchLib SystemCallsHelp.swift
[110/144] Emitting module clutchLib
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[114/144] Emitting module clatch
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/clatch/clatch.swift:47:25: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 45 |     // Exit with error
 46 |     func errExit(_ err: String) throws -> Never {
 47 |       fputs("\(err)\n", stderr)
    |                         `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 48 |       enum Err: Error {
 49 |         case err(String)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[115/144] Compiling clatch clatch.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
/host/spi-builder-workspace/Sources/clatch/clatch.swift:47:25: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 45 |     // Exit with error
 46 |     func errExit(_ err: String) throws -> Never {
 47 |       fputs("\(err)\n", stderr)
    |                         `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 48 |       enum Err: Error {
 49 |         case err(String)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/clatch/clatch.swift:67:47: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 65 |     defer {
 66 |       if !completedNormally {
 67 |         fputs(traces.joined(separator: "\n"), stderr)
    |                                               `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 68 |       }
 69 |     }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/clatch/clatch.swift:124:20: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
122 | enum SysCalls {
123 |   static func printErr(_ message: String) {
124 |     fputs(message, stderr)  // Darwin
    |                    `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
125 |   }
126 |   static func exit(withError: any Error) throws -> Never {
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
warning: 'spi-builder-workspace': ignoring duplicate product 'SystemPackage' from package 'swift-system'
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/17] Write swift-version-24593BA9C3E375BF.txt
[4/50] Compiling SystemPackage IORing.swift
[5/50] Compiling SystemPackage RawIORequest.swift
[6/50] Compiling SystemPackage Backcompat.swift
[7/50] Compiling SystemPackage CInterop.swift
[8/50] Compiling SystemPackage FilePathWindows.swift
[9/50] Compiling SystemPackage FilePermissions.swift
[10/50] Compiling SystemPackage IOCompletion.swift
[11/50] Compiling SystemPackage IORequest.swift
[12/50] Compiling SystemPackage Constants.swift
[13/50] Compiling SystemPackage Exports.swift
[14/50] Compiling SystemPackage Mocking.swift
[15/50] Compiling SystemPackage RawBuffer.swift
[16/50] Compiling SystemPackage Syscalls.swift
[17/50] Compiling SystemPackage WindowsSyscallAdapters.swift
[18/50] Compiling SystemPackage MachPort.swift
[19/50] Compiling SystemPackage PlatformString.swift
[20/54] Emitting module SystemPackage
[21/54] Emitting module ArgumentParserToolInfo
[22/54] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/55] Compiling SystemPackage Errno.swift
[24/55] Compiling SystemPackage ErrnoWindows.swift
[25/55] Compiling SystemPackage FileDescriptor.swift
[26/55] Compiling SystemPackage FileHelpers.swift
[27/55] Compiling SystemPackage FileOperations.swift
[29/54] Compiling SystemPackage FilePath.swift
[30/54] Compiling SystemPackage FilePathComponentView.swift
[31/54] Compiling SystemPackage FilePathComponents.swift
[32/54] Compiling SystemPackage FilePathParsing.swift
[33/54] Compiling SystemPackage FilePathString.swift
[34/54] Compiling SystemPackage FilePathSyntax.swift
[35/54] Compiling SystemPackage FilePathTemp.swift
[36/54] Compiling SystemPackage FilePathTempPosix.swift
[37/54] Compiling SystemPackage FilePathTempWindows.swift
[38/98] Compiling ArgumentParser SwiftExtensions.swift
[39/98] Compiling ArgumentParser SplitArguments.swift
[40/98] Compiling ArgumentParser DumpHelpGenerator.swift
[41/98] Compiling ArgumentParser HelpCommand.swift
[42/99] Wrapping AST for SystemPackage for debugging
[44/101] Emitting module MinSys
[45/101] Compiling ArgumentParser OptionGroup.swift
[46/101] Compiling ArgumentParser AsyncParsableCommand.swift
[47/101] Compiling ArgumentParser CommandConfiguration.swift
[48/101] Compiling ArgumentParser CommandGroup.swift
[49/101] Compiling ArgumentParser EnumerableFlag.swift
[50/101] Compiling ArgumentParser ExpressibleByArgument.swift
[51/101] Compiling MinSys MinSys.swift
[52/108] Compiling ArgumentParser InputKey.swift
[53/108] Compiling ArgumentParser InputOrigin.swift
[54/108] Compiling ArgumentParser Name.swift
[55/108] Compiling ArgumentParser Parsed.swift
[56/108] Compiling ArgumentParser ParsedValues.swift
[57/108] Compiling ArgumentParser ParserError.swift
[59/130] Compiling clutchLib NestPathsStatus.swift
[60/130] Compiling clutchLib UserAskKind.swift
[61/130] Compiling clutchLib FileItem.swift
[62/130] Compiling clutchLib AskMode.swift
[63/130] Compiling clutchLib DriverConfig.swift
[64/130] Compiling clutchLib Identifier.swift
[65/130] Compiling ArgumentParser Tree.swift
[66/130] Compiling ArgumentParser CodingKeyValidator.swift
[67/130] Compiling ArgumentParser NonsenseFlagsValidator.swift
[68/130] Compiling ArgumentParser ParsableArgumentsValidation.swift
[69/130] Compiling ArgumentParser PositionalArgumentsValidator.swift
[70/130] Compiling ArgumentParser UniqueNamesValidator.swift
[71/130] Compiling clutchLib Err.swift
[72/130] Compiling clutchLib StdlibHelp.swift
[73/132] Compiling clutchLib AskDataBuilder.swift
[74/132] Compiling clutchLib ClutchDriver.swift
[75/132] Compiling clutchLib ClutchDriverErrors.swift
[76/132] Compiling clutchLib ModuleName.swift
[77/132] Compiling clutchLib ModuleNameHelp.swift
[78/132] Compiling clutchLib NestPaths.swift
[79/132] Compiling clutchLib PeerNest.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[80/132] Emitting module clatch
/host/spi-builder-workspace/Sources/clatch/clatch.swift:47:25: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 45 |     // Exit with error
 46 |     func errExit(_ err: String) throws -> Never {
 47 |       fputs("\(err)\n", stderr)
    |                         `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 48 |       enum Err: Error {
 49 |         case err(String)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[81/132] Compiling clatch clatch.swift
/host/spi-builder-workspace/Sources/clatch/clatch.swift:47:25: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 45 |     // Exit with error
 46 |     func errExit(_ err: String) throws -> Never {
 47 |       fputs("\(err)\n", stderr)
    |                         `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 48 |       enum Err: Error {
 49 |         case err(String)
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/clatch/clatch.swift:67:47: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 65 |     defer {
 66 |       if !completedNormally {
 67 |         fputs(traces.joined(separator: "\n"), stderr)
    |                                               `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 68 |       }
 69 |     }
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/clatch/clatch.swift:124:20: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
122 | enum SysCalls {
123 |   static func printErr(_ message: String) {
124 |     fputs(message, stderr)  // Darwin
    |                    `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
125 |   }
126 |   static func exit(withError: any Error) throws -> Never {
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
/host/spi-builder-workspace/Sources/clutch/system-impl/FoundationScript.swift:17:20: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 15 |     //      FileHandle.standardError.write(data) // Foundation
 16 |     //    }
 17 |     fputs(message, stderr)  // Darwin
    |                    `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 18 |   }
 19 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[83/132] Compiling clutchLib FoundationScript.swift
/host/spi-builder-workspace/Sources/clutch/system-impl/FoundationScript.swift:17:20: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 15 |     //      FileHandle.standardError.write(data) // Foundation
 16 |     //    }
 17 |     fputs(message, stderr)  // Darwin
    |                    `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 18 |   }
 19 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[84/132] Compiling clutchLib FoundationScriptSystemCalls.swift
/host/spi-builder-workspace/Sources/clutch/system-impl/FoundationScript.swift:17:20: error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 15 |     //      FileHandle.standardError.write(data) // Foundation
 16 |     //    }
 17 |     fputs(message, stderr)  // Darwin
    |                    `- error: reference to var 'stderr' is not concurrency-safe because it involves shared mutable state
 18 |   }
 19 |
/usr/include/stdio.h:145:14: note: var declared here
143 | extern FILE *stdin;		/* Standard input stream.  */
144 | extern FILE *stdout;		/* Standard output stream.  */
145 | extern FILE *stderr;		/* Standard error output stream.  */
    |              `- note: var declared here
146 | /* C89/C99 say they're macros.  Make them happy.  */
147 | #define stdin stdin
[85/132] Compiling clutchLib SystemCalls.swift
[86/132] Compiling clutchLib SystemCallsHelp.swift
[87/132] Emitting module clutchLib
BUILD FAILURE 6.1 linux