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 soto-codegenerator, reference main (b9edba), with Swift 6.1 for Android on 23 Jun 2025 12:41:45 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/soto-project/soto-codegenerator.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/soto-project/soto-codegenerator
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b9edba3 Also search for files in directory structure of api-models-aws repository
Cloned https://github.com/soto-project/soto-codegenerator.git
Revision (git rev-parse @):
b9edba3b4991481beb0e057e85488a14c46e7844
SUCCESS checkout https://github.com/soto-project/soto-codegenerator.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/soto-project/soto-codegenerator.git
https://github.com/soto-project/soto-codegenerator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "soto-smithy",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/soto-project/soto-smithy.git"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-mustache",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hummingbird-project/swift-mustache.git"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.4.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    }
  ],
  "manifest_display_name" : "soto-codegenerator",
  "name" : "soto-codegenerator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SotoCodeGenerator",
      "targets" : [
        "SotoCodeGenerator"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SotoCodeGeneratorPlugin",
      "targets" : [
        "SotoCodeGeneratorPlugin"
      ],
      "type" : {
        "plugin" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SotoCodeGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorTests",
      "path" : "Tests/SotoCodeGeneratorTests",
      "sources" : [
        "StringTests.swift",
        "TypeNameTests.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SotoCodeGeneratorPlugin",
      "module_type" : "PluginTarget",
      "name" : "SotoCodeGeneratorPlugin",
      "path" : "Plugins/SotoCodeGeneratorPlugin",
      "plugin_capability" : {
        "type" : "buildTool"
      },
      "product_memberships" : [
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "plugin.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGenerator"
      ],
      "type" : "plugin"
    },
    {
      "c99name" : "SotoCodeGeneratorLib",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGeneratorLib",
      "path" : "Sources/SotoCodeGeneratorLib",
      "product_dependencies" : [
        "SotoSmithy",
        "SotoSmithyAWS",
        "Mustache",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "AwsService+paginators.swift",
        "AwsService+shapes.swift",
        "AwsService+waiters.swift",
        "AwsService.swift",
        "ConfigFile.swift",
        "Endpoints.swift",
        "Glob.swift",
        "Model+Patch.swift",
        "Patch.swift",
        "Smithy+CodeGeneration.swift",
        "SotoCodeGen.swift",
        "SotoTraits.swift",
        "String.swift",
        "Templates/Templates.swift",
        "Templates/api.swift",
        "Templates/comment.swift",
        "Templates/enum.swift",
        "Templates/enumWithValues.swift",
        "Templates/error.swift",
        "Templates/header.swift",
        "Templates/paginators.swift",
        "Templates/shapes.swift",
        "Templates/struct.swift",
        "Templates/waiters.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SotoCodeGenerator",
      "module_type" : "SwiftTarget",
      "name" : "SotoCodeGenerator",
      "path" : "Sources/SotoCodeGenerator",
      "product_dependencies" : [
        "ArgumentParser",
        "Logging"
      ],
      "product_memberships" : [
        "SotoCodeGenerator",
        "SotoCodeGeneratorPlugin"
      ],
      "sources" : [
        "SotoCodeGenerator.swift"
      ],
      "target_dependencies" : [
        "SotoCodeGeneratorLib"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.10"
}
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/soto-project/soto-smithy.git
Fetching https://github.com/hummingbird-project/swift-mustache.git
[1/3836] Fetching swift-log
[769/5673] Fetching swift-log, soto-smithy
[1107/7493] Fetching swift-log, soto-smithy, swift-mustache
[6459/22873] Fetching swift-log, soto-smithy, swift-mustache, swift-argument-parser
Fetched https://github.com/soto-project/soto-smithy.git from cache (0.68s)
Fetched https://github.com/hummingbird-project/swift-mustache.git from cache (0.66s)
[4759/19216] Fetching swift-log, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.92s)
[7690/15380] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.53s)
Computing version for https://github.com/hummingbird-project/swift-mustache.git
Computed https://github.com/hummingbird-project/swift-mustache.git at 2.0.0 (4.34s)
Computing version for https://github.com/soto-project/soto-smithy.git
Computed https://github.com/soto-project/soto-smithy.git at 0.4.7 (1.51s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.79s)
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.64s)
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/hummingbird-project/swift-mustache.git
Working copy of https://github.com/hummingbird-project/swift-mustache.git resolved at 2.0.0
Creating working copy for https://github.com/soto-project/soto-smithy.git
Working copy of https://github.com/soto-project/soto-smithy.git resolved at 0.4.7
[1/1] Compiling plugin SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/39] Write sources
[18/39] Write swift-version-24593BA9C3E375BF.txt
[20/161] Emitting module ArgumentParserToolInfo
[21/161] Compiling SotoSmithy DecodableSelector.swift
[22/161] Compiling SotoSmithy LogicalSelectors.swift
[23/163] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[24/163] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[25/163] Compiling SotoSmithy ProtocolTraits.swift
[26/163] Compiling SotoSmithy ResourceTraits.swift
[27/163] Compiling SotoSmithy RulesTraits.swift
[28/168] Compiling ArgumentParserToolInfo ToolInfo.swift
[29/168] Emitting module ArgumentParserToolInfo
[30/169] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/170] Wrapping AST for ArgumentParserToolInfo for debugging
[34/170] Compiling Mustache Template.swift
[35/170] Compiling Mustache Transform.swift
[36/208] Compiling ArgumentParser BashCompletionsGenerator.swift
[37/208] Compiling ArgumentParser CompletionsGenerator.swift
[38/208] Compiling ArgumentParser FishCompletionsGenerator.swift
[39/208] Compiling ArgumentParser ZshCompletionsGenerator.swift
[40/208] Compiling ArgumentParser Argument.swift
[41/208] Compiling ArgumentParser ArgumentHelp.swift
[42/208] Compiling ArgumentParser ArgumentVisibility.swift
[43/208] Compiling ArgumentParser CompletionKind.swift
[44/208] Compiling ArgumentParser Errors.swift
[45/208] Compiling ArgumentParser Flag.swift
[46/246] Compiling ArgumentParser ArgumentDecoder.swift
[47/246] Compiling ArgumentParser Name.swift
[48/246] Compiling ArgumentParser Parsed.swift
[49/246] Compiling ArgumentParser ParsedValues.swift
[50/246] Compiling ArgumentParser ParserError.swift
[51/246] Compiling ArgumentParser SplitArguments.swift
[52/246] Compiling ArgumentParser ArgumentDefinition.swift
[53/246] Compiling ArgumentParser ArgumentSet.swift
[54/246] Compiling ArgumentParser CommandParser.swift
[55/246] Compiling ArgumentParser InputKey.swift
[56/246] Compiling Logging MetadataProvider.swift
[57/246] Compiling Logging LogHandler.swift
[58/246] Compiling Logging Logging.swift
[59/246] Emitting module Logging
[60/246] Compiling Logging Locks.swift
[61/247] Emitting module Mustache
[62/247] Compiling ArgumentParser ZshCompletionsGenerator.swift
[63/247] Compiling ArgumentParser Argument.swift
[65/247] Compiling ArgumentParser ArgumentHelp.swift
[66/247] Compiling ArgumentParser ExpressibleByArgument.swift
[67/247] Compiling ArgumentParser ParsableArguments.swift
[68/247] Compiling ArgumentParser ParsableArgumentsValidation.swift
[69/247] Compiling ArgumentParser ParsableCommand.swift
[70/247] Compiling ArgumentParser CompletionsGenerator.swift
[71/247] Compiling ArgumentParser FishCompletionsGenerator.swift
[72/247] Compiling ArgumentParser AsyncParsableCommand.swift
[73/247] Compiling ArgumentParser CommandConfiguration.swift
[74/247] Compiling ArgumentParser CommandGroup.swift
[75/247] Compiling ArgumentParser Option.swift
[76/247] Compiling ArgumentParser OptionGroup.swift
[77/247] Compiling ArgumentParser Flag.swift
[78/247] Compiling ArgumentParser NameSpecification.swift
[79/247] Compiling ArgumentParser ArgumentVisibility.swift
[80/247] Compiling ArgumentParser CompletionKind.swift
[81/247] Compiling ArgumentParser Errors.swift
[81/248] Wrapping AST for ArgumentParserToolInfo for debugging
[83/248] Emitting module ArgumentParser
[84/253] Emitting module SotoSmithy
[85/253] Compiling ArgumentParser EnumerableFlag.swift
[86/253] Compiling ArgumentParser BashCompletionsGenerator.swift
[90/253] Wrapping AST for Logging for debugging
[93/253] Compiling ArgumentParser UsageGenerator.swift
[94/253] Compiling ArgumentParser CollectionExtensions.swift
[95/253] Compiling ArgumentParser Platform.swift
[96/253] Compiling ArgumentParser SequenceExtensions.swift
[97/253] Compiling ArgumentParser StringExtensions.swift
[97/254] Wrapping AST for Mustache for debugging
[99/254] Wrapping AST for SotoSmithy for debugging
[101/262] Emitting module Mustache
[106/264] Emitting module Logging
[107/264] Compiling Logging Locks.swift
[108/264] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[109/265] Compiling Logging MetadataProvider.swift
[115/270] Compiling Logging LogHandler.swift
[116/270] Compiling Logging Logging.swift
[117/271] Compiling Mustache Template.swift
[118/271] Compiling Mustache Transform.swift
[131/271] Compiling SotoSmithyAWS AwsS3Traits.swift
[144/276] Compiling ArgumentParser InputOrigin.swift
[145/276] Compiling ArgumentParser DumpHelpGenerator.swift
[146/276] Compiling ArgumentParser HelpCommand.swift
[147/276] Compiling ArgumentParser HelpGenerator.swift
[148/276] Compiling ArgumentParser MessageInfo.swift
[152/276] Wrapping AST for Logging for debugging
[154/276] Emitting module SotoSmithy
[161/276] Emitting module ArgumentParser
[173/276] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[174/276] Emitting module SotoSmithyAWS
[200/276] Compiling SotoSmithy StreamingTraits.swift
[201/276] Compiling ArgumentParser CollectionExtensions.swift
[202/276] Compiling ArgumentParser Platform.swift
[203/276] Compiling ArgumentParser SequenceExtensions.swift
[204/276] Compiling ArgumentParser StringExtensions.swift
[205/276] Compiling ArgumentParser Tree.swift
[213/277] Compiling SotoSmithyAWS Smithy.swift
[214/277] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[216/277] Compiling SotoSmithyAWS AwsIAMTraits.swift
[227/277] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[228/277] Compiling SotoSmithyAWS AwsCoreTraits.swift
[267/281] Wrapping AST for Mustache for debugging
[268/281] Wrapping AST for ArgumentParser for debugging
[270/281] Wrapping AST for SotoSmithyAWS for debugging
[271/281] Wrapping AST for SotoSmithy for debugging
[273/311] Compiling SotoCodeGeneratorLib error.swift
[274/311] Compiling SotoCodeGeneratorLib header.swift
[275/311] Compiling SotoCodeGeneratorLib paginators.swift
[276/314] Compiling SotoCodeGeneratorLib comment.swift
[277/314] Compiling SotoCodeGeneratorLib enum.swift
[278/314] Compiling SotoCodeGeneratorLib enumWithValues.swift
[279/314] Compiling SotoCodeGeneratorLib shapes.swift
[280/314] Compiling SotoCodeGeneratorLib struct.swift
[281/314] Compiling SotoCodeGeneratorLib waiters.swift
[282/314] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[283/315] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[284/315] Compiling SotoCodeGeneratorLib String.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Templates/Templates.swift:18:16: warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | enum Templates {
18 |     static var values: [String: String] = [
   |                |- warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'values' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'values' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         "api": apiTemplate,
20 |         "comment": commentTemplate,
[285/315] Compiling SotoCodeGeneratorLib Templates.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Templates/Templates.swift:18:16: warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | enum Templates {
18 |     static var values: [String: String] = [
   |                |- warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'values' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'values' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         "api": apiTemplate,
20 |         "comment": commentTemplate,
[286/315] Compiling SotoCodeGeneratorLib api.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Templates/Templates.swift:18:16: warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | enum Templates {
18 |     static var values: [String: String] = [
   |                |- warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'values' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'values' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         "api": apiTemplate,
20 |         "comment": commentTemplate,
[287/315] Emitting module SotoSmithyAWS
[288/315] Compiling SotoSmithyAWS AwsIAMTraits.swift
[289/315] Compiling SotoSmithyAWS AwsS3Traits.swift
[290/315] Compiling SotoSmithyAWS Smithy.swift
[291/315] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[292/315] Compiling SotoSmithyAWS AwsCoreTraits.swift
[293/315] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[295/316] Compiling SotoCodeGeneratorLib Glob.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:19:16: warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                `- warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 13 | //===----------------------------------------------------------------------===//
 14 |
 15 | import SotoSmithy
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 16 | import SotoSmithyAWS
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                |- note: add '@MainActor' to make static property 'patches' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Patch.swift:18:10: note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 16 |
 17 | /// Protocol for patching a Smithy shape.
 18 | protocol ShapePatch {
    |          `- note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 19 |     /// Patch Smithy Shape.
 20 |     /// - Parameter shape: Original Shape
[296/316] Compiling SotoCodeGeneratorLib Model+Patch.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:19:16: warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                `- warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 13 | //===----------------------------------------------------------------------===//
 14 |
 15 | import SotoSmithy
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 16 | import SotoSmithyAWS
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                |- note: add '@MainActor' to make static property 'patches' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Patch.swift:18:10: note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 16 |
 17 | /// Protocol for patching a Smithy shape.
 18 | protocol ShapePatch {
    |          `- note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 19 |     /// Patch Smithy Shape.
 20 |     /// - Parameter shape: Original Shape
[297/316] Compiling SotoCodeGeneratorLib Patch.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:19:16: warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                `- warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 13 | //===----------------------------------------------------------------------===//
 14 |
 15 | import SotoSmithy
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 16 | import SotoSmithyAWS
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                |- note: add '@MainActor' to make static property 'patches' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Patch.swift:18:10: note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 16 |
 17 | /// Protocol for patching a Smithy shape.
 18 | protocol ShapePatch {
    |          `- note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 19 |     /// Patch Smithy Shape.
 20 |     /// - Parameter shape: Original Shape
[298/316] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:20:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                `- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
15 | // traits used by the Soto code generator.
16 |
17 | import SotoSmithy
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:24:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | struct SotoOutputShapeTrait: StaticTrait {
24 |     static let staticName: ShapeId = "soto.api#outputShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:28:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | struct SotoErrorShapeTrait: StaticTrait {
28 |     static let staticName: ShapeId = "soto.api#errorShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:32:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 | struct SotoRequestShapeTrait: StaticTrait {
32 |     static let staticName: ShapeId = "soto.api#requestShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     public let operationShape: OperationShape
34 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:40:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct SotoResponseShapeTrait: StaticTrait {
40 |     static let staticName: ShapeId = "soto.api#responseShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     public let operationShape: OperationShape
42 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:48:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
46 |
47 | struct SotoAuthUnsignedPayloadTrait: StaticTrait {
48 |     static let staticName: ShapeId = "soto.api#unsignedPayload"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     var selector: Selector { TypeSelector<StructureShape>() }
50 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:53:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 | struct SotoExtensibleEnumTrait: StaticTrait {
53 |     static let staticName: ShapeId = "soto.api#extensibleEnum"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |     var selector: Selector { TraitSelector<EnumTrait>() }
55 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:58:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
56 |
57 | struct SotoStubTrait: StaticTrait {
58 |     static let staticName: ShapeId = "soto.api#stub"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | }
60 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:63:23: warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 | /// Indicates that associated PaginatedTrait requires to check a `IsTruncated` flag
62 | public struct SotoPaginationTruncatedTrait: StaticTrait {
63 |     public static var staticName: ShapeId = "soto.api#paginationTruncated"
   |                       |- warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'staticName' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |     public var selector: Selector {
65 |         AndSelector(
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoCodeGen.swift:75:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 73 |         try await withThrowingTaskGroup(of: Void.self) { group in
 74 |             for file in modelFiles {
 75 |                 group.addTask {
    |                               `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 76 |                     do {
 77 |                         let model: SotoSmithy.Model
 78 |                         if self.command.smithy {
    |                            `- note: closure captures 'self' which is accessible to code in the current task
 79 |                             model = try self.loadSmithy(filename: file)
 80 |                         } else {
[299/316] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:20:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                `- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
15 | // traits used by the Soto code generator.
16 |
17 | import SotoSmithy
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:24:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | struct SotoOutputShapeTrait: StaticTrait {
24 |     static let staticName: ShapeId = "soto.api#outputShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:28:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | struct SotoErrorShapeTrait: StaticTrait {
28 |     static let staticName: ShapeId = "soto.api#errorShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:32:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 | struct SotoRequestShapeTrait: StaticTrait {
32 |     static let staticName: ShapeId = "soto.api#requestShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     public let operationShape: OperationShape
34 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:40:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct SotoResponseShapeTrait: StaticTrait {
40 |     static let staticName: ShapeId = "soto.api#responseShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     public let operationShape: OperationShape
42 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:48:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
46 |
47 | struct SotoAuthUnsignedPayloadTrait: StaticTrait {
48 |     static let staticName: ShapeId = "soto.api#unsignedPayload"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     var selector: Selector { TypeSelector<StructureShape>() }
50 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:53:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 | struct SotoExtensibleEnumTrait: StaticTrait {
53 |     static let staticName: ShapeId = "soto.api#extensibleEnum"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |     var selector: Selector { TraitSelector<EnumTrait>() }
55 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:58:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
56 |
57 | struct SotoStubTrait: StaticTrait {
58 |     static let staticName: ShapeId = "soto.api#stub"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | }
60 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:63:23: warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 | /// Indicates that associated PaginatedTrait requires to check a `IsTruncated` flag
62 | public struct SotoPaginationTruncatedTrait: StaticTrait {
63 |     public static var staticName: ShapeId = "soto.api#paginationTruncated"
   |                       |- warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'staticName' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |     public var selector: Selector {
65 |         AndSelector(
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoCodeGen.swift:75:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 73 |         try await withThrowingTaskGroup(of: Void.self) { group in
 74 |             for file in modelFiles {
 75 |                 group.addTask {
    |                               `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 76 |                     do {
 77 |                         let model: SotoSmithy.Model
 78 |                         if self.command.smithy {
    |                            `- note: closure captures 'self' which is accessible to code in the current task
 79 |                             model = try self.loadSmithy(filename: file)
 80 |                         } else {
[300/316] Compiling SotoCodeGeneratorLib SotoTraits.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:20:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                `- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
15 | // traits used by the Soto code generator.
16 |
17 | import SotoSmithy
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:24:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | struct SotoOutputShapeTrait: StaticTrait {
24 |     static let staticName: ShapeId = "soto.api#outputShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:28:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | struct SotoErrorShapeTrait: StaticTrait {
28 |     static let staticName: ShapeId = "soto.api#errorShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:32:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 | struct SotoRequestShapeTrait: StaticTrait {
32 |     static let staticName: ShapeId = "soto.api#requestShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     public let operationShape: OperationShape
34 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:40:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct SotoResponseShapeTrait: StaticTrait {
40 |     static let staticName: ShapeId = "soto.api#responseShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     public let operationShape: OperationShape
42 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:48:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
46 |
47 | struct SotoAuthUnsignedPayloadTrait: StaticTrait {
48 |     static let staticName: ShapeId = "soto.api#unsignedPayload"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     var selector: Selector { TypeSelector<StructureShape>() }
50 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:53:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 | struct SotoExtensibleEnumTrait: StaticTrait {
53 |     static let staticName: ShapeId = "soto.api#extensibleEnum"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |     var selector: Selector { TraitSelector<EnumTrait>() }
55 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:58:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
56 |
57 | struct SotoStubTrait: StaticTrait {
58 |     static let staticName: ShapeId = "soto.api#stub"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | }
60 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:63:23: warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 | /// Indicates that associated PaginatedTrait requires to check a `IsTruncated` flag
62 | public struct SotoPaginationTruncatedTrait: StaticTrait {
63 |     public static var staticName: ShapeId = "soto.api#paginationTruncated"
   |                       |- warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'staticName' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |     public var selector: Selector {
65 |         AndSelector(
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoCodeGen.swift:75:31: warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 73 |         try await withThrowingTaskGroup(of: Void.self) { group in
 74 |             for file in modelFiles {
 75 |                 group.addTask {
    |                               `- warning: passing closure as a 'sending' parameter risks causing data races between code in the current task and concurrent execution of the closure; this is an error in the Swift 6 language mode
 76 |                     do {
 77 |                         let model: SotoSmithy.Model
 78 |                         if self.command.smithy {
    |                            `- note: closure captures 'self' which is accessible to code in the current task
 79 |                             model = try self.loadSmithy(filename: file)
 80 |                         } else {
[300/316] Wrapping AST for SotoSmithyAWS for debugging
[302/316] Emitting module SotoCodeGeneratorLib
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:19:16: warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                `- warning: static property 'patches' is not concurrency-safe because non-'Sendable' type '[String : [ShapeId : any ShapePatch]]' may have shared mutable state; this is an error in the Swift 6 language mode
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Model+Patch.swift:15:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 13 | //===----------------------------------------------------------------------===//
 14 |
 15 | import SotoSmithy
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
 16 | import SotoSmithyAWS
 17 |
 18 | extension Model {
 19 |     static let patches: [String: [ShapeId: ShapePatch]] = [
    |                |- note: add '@MainActor' to make static property 'patches' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 20 |         "ACM": [
 21 |             "com.amazonaws.acm#KeyAlgorithm$RSA_1024": EditTraitPatch { _ in EnumValueTrait(value: .string("RSA-1024")) },
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Patch.swift:18:10: note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 16 |
 17 | /// Protocol for patching a Smithy shape.
 18 | protocol ShapePatch {
    |          `- note: protocol 'ShapePatch' does not conform to the 'Sendable' protocol
 19 |     /// Patch Smithy Shape.
 20 |     /// - Parameter shape: Original Shape
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:20:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                `- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
21 | }
22 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:17:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
15 | // traits used by the Soto code generator.
16 |
17 | import SotoSmithy
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'SotoSmithy'
18 |
19 | struct SotoInputShapeTrait: StaticTrait {
20 |     static let staticName: ShapeId = "soto.api#inputShape"
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 | }
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:24:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
22 |
23 | struct SotoOutputShapeTrait: StaticTrait {
24 |     static let staticName: ShapeId = "soto.api#outputShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 | }
26 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:28:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
26 |
27 | struct SotoErrorShapeTrait: StaticTrait {
28 |     static let staticName: ShapeId = "soto.api#errorShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | }
30 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:32:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
30 |
31 | struct SotoRequestShapeTrait: StaticTrait {
32 |     static let staticName: ShapeId = "soto.api#requestShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
33 |     public let operationShape: OperationShape
34 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:40:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct SotoResponseShapeTrait: StaticTrait {
40 |     static let staticName: ShapeId = "soto.api#responseShape"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |     public let operationShape: OperationShape
42 |     public init(operationShape: OperationShape) {
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:48:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
46 |
47 | struct SotoAuthUnsignedPayloadTrait: StaticTrait {
48 |     static let staticName: ShapeId = "soto.api#unsignedPayload"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
49 |     var selector: Selector { TypeSelector<StructureShape>() }
50 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:53:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
51 |
52 | struct SotoExtensibleEnumTrait: StaticTrait {
53 |     static let staticName: ShapeId = "soto.api#extensibleEnum"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
54 |     var selector: Selector { TraitSelector<EnumTrait>() }
55 | }
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:58:16: warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
56 |
57 | struct SotoStubTrait: StaticTrait {
58 |     static let staticName: ShapeId = "soto.api#stub"
   |                |- warning: static property 'staticName' is not concurrency-safe because non-'Sendable' type 'ShapeId' may have shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | }
60 |
/host/spi-builder-workspace/.build/checkouts/soto-smithy/Sources/SotoSmithy/Core/ShapeId.swift:16:15: note: struct 'ShapeId' does not conform to the 'Sendable' protocol
14 |
15 | /// Identifier for shape in model
16 | public struct ShapeId: Equatable, Hashable, RawRepresentable {
   |               `- note: struct 'ShapeId' does not conform to the 'Sendable' protocol
17 |     /// Raw string value
18 |     public let rawValue: String
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/SotoTraits.swift:63:23: warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
61 | /// Indicates that associated PaginatedTrait requires to check a `IsTruncated` flag
62 | public struct SotoPaginationTruncatedTrait: StaticTrait {
63 |     public static var staticName: ShapeId = "soto.api#paginationTruncated"
   |                       |- warning: static property 'staticName' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'staticName' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: add '@MainActor' to make static property 'staticName' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
64 |     public var selector: Selector {
65 |         AndSelector(
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Templates/Templates.swift:18:16: warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
16 |
17 | enum Templates {
18 |     static var values: [String: String] = [
   |                |- warning: static property 'values' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'values' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'values' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
19 |         "api": apiTemplate,
20 |         "comment": commentTemplate,
[303/316] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
[304/316] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
[305/316] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
[306/338] Compiling SotoCodeGeneratorLib comment.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[307/338] Compiling SotoCodeGeneratorLib enum.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[308/338] Compiling SotoCodeGeneratorLib enumWithValues.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[309/341] Compiling SotoCodeGeneratorLib error.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[310/341] Compiling SotoCodeGeneratorLib header.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[311/341] Compiling SotoCodeGeneratorLib paginators.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[312/341] Emitting module SotoCodeGeneratorLib
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[313/341] Compiling SotoCodeGeneratorLib shapes.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[314/341] Compiling SotoCodeGeneratorLib struct.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[315/341] Compiling SotoCodeGeneratorLib waiters.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[316/341] Compiling SotoCodeGeneratorLib String.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[317/341] Compiling SotoCodeGeneratorLib Templates.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[318/341] Compiling SotoCodeGeneratorLib api.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[319/341] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[320/341] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[321/341] Compiling SotoCodeGeneratorLib SotoTraits.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[322/341] Compiling SotoCodeGeneratorLib Glob.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[323/341] Compiling SotoCodeGeneratorLib Model+Patch.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[324/341] Compiling SotoCodeGeneratorLib Patch.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[325/341] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[326/341] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[327/341] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[328/341] Compiling SotoCodeGeneratorLib AwsService.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[329/341] Compiling SotoCodeGeneratorLib ConfigFile.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[330/341] Compiling SotoCodeGeneratorLib Endpoints.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
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:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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 SotoCodeGeneratorPlugin
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/23] Write swift-version-24593BA9C3E375BF.txt
[4/145] Compiling Logging MetadataProvider.swift
[6/145] Compiling Logging LogHandler.swift
[7/145] Emitting module Mustache
[8/147] Compiling SotoSmithy LogicalSelectors.swift
[9/147] Compiling SotoSmithy Selector.swift
[10/147] Compiling SotoSmithy SelectorParser.swift
[11/147] Compiling SotoSmithy AggregateShapes.swift
[12/147] Compiling SotoSmithy ApplyShape.swift
[13/147] Compiling SotoSmithy DecodableShape.swift
[14/147] Emitting module Mustache
[15/149] Compiling SotoSmithy Smithy+Parse.swift
[16/149] Compiling SotoSmithy TokenParser.swift
[17/149] Compiling SotoSmithy ServiceShapes.swift
[18/149] Compiling SotoSmithy Shape.swift
[22/149] Compiling SotoSmithy SimpleShapes.swift
[23/149] Compiling SotoSmithy CustomTrait.swift
[27/149] Emitting module Logging
[28/149] Compiling Logging Locks.swift
[29/149] Compiling Mustache Template.swift
[30/149] Compiling Mustache Transform.swift
[35/149] Emitting module SotoSmithy
[44/159] Emitting module ArgumentParserToolInfo
[45/159] Compiling ArgumentParserToolInfo ToolInfo.swift
[46/160] Emitting module ArgumentParserToolInfo
[47/160] Compiling ArgumentParserToolInfo ToolInfo.swift
[50/159] Compiling SotoSmithy HttpProtocolComplianceTraits.swift
[51/159] Compiling SotoSmithy MqttProtocolBindingTraits.swift
[52/159] Compiling SotoSmithy ProtocolTraits.swift
[53/159] Compiling SotoSmithy ResourceTraits.swift
[54/159] Compiling SotoSmithy RulesTraits.swift
[60/197] Compiling ArgumentParser BashCompletionsGenerator.swift
[61/197] Compiling ArgumentParser CompletionsGenerator.swift
[62/197] Compiling ArgumentParser FishCompletionsGenerator.swift
[63/197] Compiling ArgumentParser ZshCompletionsGenerator.swift
[64/197] Compiling ArgumentParser Argument.swift
[65/197] Compiling ArgumentParser Flag.swift
[66/197] Compiling ArgumentParser NameSpecification.swift
[67/197] Compiling ArgumentParser CompletionKind.swift
[68/197] Compiling ArgumentParser Errors.swift
[69/198] Compiling Logging LogHandler.swift
[70/198] Compiling Logging Locks.swift
[71/198] Emitting module Logging
[72/198] Compiling Logging Logging.swift
[74/199] Compiling ArgumentParser UsageGenerator.swift
[75/199] Compiling SotoSmithy SuppressTrait.swift
[76/199] Compiling SotoSmithy TypeRefinementTraits.swift
[77/199] Compiling SotoSmithy WaitersTraits.swift
[78/199] Compiling SotoSmithy XmlBindingTraits.swift
[84/199] Compiling ArgumentParser EnumerableFlag.swift
[85/199] Compiling ArgumentParser ArgumentVisibility.swift
[90/238] Wrapping AST for Mustache for debugging
[92/238] Wrapping AST for Logging for debugging
[93/238] Wrapping AST for Mustache for debugging
[95/238] Compiling ArgumentParser ArgumentDecoder.swift
[96/238] Compiling ArgumentParser Name.swift
[97/238] Compiling ArgumentParser Parsed.swift
[98/238] Compiling ArgumentParser ParsedValues.swift
[99/238] Compiling ArgumentParser ParserError.swift
[100/238] Compiling ArgumentParser SplitArguments.swift
[101/238] Compiling ArgumentParser ArgumentDefinition.swift
[102/238] Compiling ArgumentParser ArgumentSet.swift
[103/238] Compiling ArgumentParser CommandParser.swift
[104/238] Compiling ArgumentParser InputKey.swift
[105/238] Compiling Logging Logging.swift
[106/239] Wrapping AST for Logging for debugging
[108/239] Compiling ArgumentParser OptionGroup.swift
[109/239] Compiling ArgumentParser AsyncParsableCommand.swift
[110/239] Compiling ArgumentParser CommandConfiguration.swift
[111/239] Compiling ArgumentParser CommandGroup.swift
[112/239] Compiling ArgumentParser EnumerableFlag.swift
[113/244] Emitting module ArgumentParser
[115/249] Compiling ArgumentParser NameSpecification.swift
[116/249] Compiling ArgumentParser Option.swift
[122/249] Compiling ArgumentParser ExpressibleByArgument.swift
[123/249] Compiling ArgumentParser ParsableArguments.swift
[124/249] Compiling ArgumentParser ParsableArgumentsValidation.swift
[125/249] Compiling ArgumentParser ParsableCommand.swift
[126/249] Compiling ArgumentParser BashCompletionsGenerator.swift
[127/249] Compiling ArgumentParser CompletionsGenerator.swift
[128/249] Compiling ArgumentParser FishCompletionsGenerator.swift
[129/249] Compiling ArgumentParser ZshCompletionsGenerator.swift
[130/249] Compiling ArgumentParser Argument.swift
[131/249] Compiling ArgumentParser ArgumentHelp.swift
[132/249] Compiling ArgumentParser ArgumentVisibility.swift
[133/249] Compiling ArgumentParser CompletionKind.swift
[134/249] Compiling ArgumentParser Errors.swift
[135/249] Compiling ArgumentParser Flag.swift
[165/257] Compiling ArgumentParser CollectionExtensions.swift
[166/257] Compiling ArgumentParser Platform.swift
[167/257] Compiling ArgumentParser SequenceExtensions.swift
[168/257] Compiling ArgumentParser StringExtensions.swift
[169/257] Compiling ArgumentParser Tree.swift
[174/257] Compiling ArgumentParser InputOrigin.swift
[175/260] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[176/266] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[177/266] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[178/266] Compiling SotoSmithyAWS AwsS3Traits.swift
[179/266] Compiling SotoSmithyAWS AwsProtocolTraits.swift
[186/267] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[187/267] Compiling SotoSmithyAWS Smithy.swift
[194/267] Compiling SotoSmithyAWS AwsApiGatewayTraits.swift
[195/267] Emitting module SotoSmithyAWS
[196/267] Compiling SotoSmithyAWS AwsIAMTraits.swift
[197/267] Compiling SotoSmithyAWS AwsS3Traits.swift
[204/267] Compiling SotoSmithyAWS AwsCoreTraits.swift
[205/267] Compiling SotoSmithyAWS AwsIAMTraits.swift
[211/268] Compiling ArgumentParser DumpHelpGenerator.swift
[212/268] Compiling ArgumentParser HelpCommand.swift
[213/268] Compiling ArgumentParser HelpGenerator.swift
[214/268] Compiling ArgumentParser MessageInfo.swift
[215/268] Compiling ArgumentParser UsageGenerator.swift
[222/268] Compiling SotoSmithyAWS AwsCloudFormationTraits.swift
[223/268] Compiling SotoSmithyAWS AwsAuthenticationTraits.swift
[224/268] Compiling SotoSmithyAWS AwsCoreTraits.swift
[225/268] Emitting module SotoSmithyAWS
[249/289] Compiling SotoCodeGeneratorLib enumWithValues.swift
[250/289] Compiling SotoCodeGeneratorLib error.swift
[251/289] Compiling SotoCodeGeneratorLib header.swift
[252/289] Compiling SotoCodeGeneratorLib paginators.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[263/315] Compiling SotoCodeGeneratorLib error.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[264/315] Compiling SotoCodeGeneratorLib header.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[265/315] Compiling SotoCodeGeneratorLib paginators.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[266/314] Compiling SotoCodeGeneratorLib Glob.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[267/314] Compiling SotoCodeGeneratorLib Model+Patch.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[268/314] Compiling SotoCodeGeneratorLib Patch.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[269/314] Compiling SotoCodeGeneratorLib comment.swift
[270/314] Compiling SotoCodeGeneratorLib enum.swift
[271/314] Compiling SotoCodeGeneratorLib enumWithValues.swift
[272/317] Compiling SotoCodeGeneratorLib String.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[273/317] Compiling SotoCodeGeneratorLib Templates.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[274/317] Compiling SotoCodeGeneratorLib api.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[275/317] Compiling SotoCodeGeneratorLib Smithy+CodeGeneration.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[276/317] Compiling SotoCodeGeneratorLib SotoCodeGen.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[277/317] Compiling SotoCodeGeneratorLib SotoTraits.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[281/317] Compiling SotoCodeGeneratorLib shapes.swift
[282/317] Compiling SotoCodeGeneratorLib struct.swift
[283/317] Compiling SotoCodeGeneratorLib waiters.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[290/317] Emitting module SotoCodeGeneratorLib
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[294/317] Compiling SotoCodeGeneratorLib AwsService+paginators.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[295/317] Compiling SotoCodeGeneratorLib AwsService+shapes.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[296/317] Compiling SotoCodeGeneratorLib AwsService+waiters.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[297/317] Compiling SotoCodeGeneratorLib AwsService.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[298/317] Compiling SotoCodeGeneratorLib ConfigFile.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[299/317] Compiling SotoCodeGeneratorLib Endpoints.swift
/host/spi-builder-workspace/Sources/SotoCodeGeneratorLib/Glob.swift:20:8: error: no such module 'Darwin.C'
18 | import Glibc
19 | #else
20 | import Darwin.C
   |        `- error: no such module 'Darwin.C'
21 | #endif
22 |
[300/317] Emitting module SotoCodeGeneratorLib
BUILD FAILURE 6.1 android