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

Successful build of Breeze, reference 1.0.0-beta.2 (308de2), with Swift 6.1 for Linux on 18 Aug 2025 09:52:13 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/Breeze.git
Reference: 1.0.0-beta.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/swift-serverless/Breeze
 * tag               1.0.0-beta.2 -> FETCH_HEAD
HEAD is now at 308de24 Improve Readme and Add Noora to CLI
Cloned https://github.com/swift-serverless/Breeze.git
Revision (git rev-parse @):
308de24040a4fdde75045d191a568aed36829bba
SUCCESS checkout https://github.com/swift-serverless/Breeze.git at 1.0.0-beta.2
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-serverless/Breeze.git
https://github.com/swift-serverless/Breeze.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "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" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stencilproject/Stencil.git"
    },
    {
      "identity" : "swift-sls-adapter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-serverless/swift-sls-adapter"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.45.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora.git"
    }
  ],
  "manifest_display_name" : "Breeze",
  "name" : "Breeze",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "breeze",
      "targets" : [
        "BreezeCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BreezeCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeCommandTests",
      "path" : "Tests/BreezeCommandTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BreezeCommandTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreezeCommandTests.swift",
        "Fixtures.swift",
        "GenerateGithubWebhookTests.swift",
        "GenerateLambdaAPITests.swift",
        "GenerateWebhookTests.swift",
        "XCTest+Extensions.swift"
      ],
      "target_dependencies" : [
        "BreezeCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeCommand",
      "module_type" : "SwiftTarget",
      "name" : "BreezeCommand",
      "path" : "Sources/BreezeCommand",
      "product_dependencies" : [
        "ArgumentParser",
        "SLSAdapter",
        "Stencil",
        "Noora"
      ],
      "product_memberships" : [
        "breeze"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/BreezeCommand/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreezeCommand.swift",
        "BreezeCommandError.swift",
        "BreezeConfig+ServerlessConfig.swift",
        "BreezeConfig.swift",
        "Foundation+Extensions.swift",
        "GenerateGitHubWebhook/GenerateGithubWebhook.swift",
        "GenerateGithubWebhook/HttpAPILambdaParams.swift",
        "GenerateLambdaAPI/GenerateLambdaAPI.swift",
        "GenerateLambdaAPI/ServerlessConfig+DynamoDBLambdaAPI.swift",
        "GenerateWebhook/GenerateWebhook.swift",
        "Noora+Extensions.swift",
        "Stencil+Extensions.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
e1a89dea01a6: Already exists
0347e81243ca: Pulling fs layer
955ae20f829c: Pulling fs layer
2574e4b2ede5: Pulling fs layer
cfdc8db5e74b: Pulling fs layer
7516815f494a: Pulling fs layer
7d613b19205c: Pulling fs layer
b24d68654983: Pulling fs layer
cfdc8db5e74b: Waiting
7516815f494a: Waiting
7d613b19205c: Waiting
b24d68654983: Waiting
2574e4b2ede5: Verifying Checksum
2574e4b2ede5: Download complete
cfdc8db5e74b: Verifying Checksum
cfdc8db5e74b: Download complete
7516815f494a: Verifying Checksum
7516815f494a: Download complete
7d613b19205c: Verifying Checksum
7d613b19205c: Download complete
0347e81243ca: Verifying Checksum
0347e81243ca: Download complete
b24d68654983: Verifying Checksum
b24d68654983: Download complete
955ae20f829c: Verifying Checksum
955ae20f829c: Download complete
0347e81243ca: Pull complete
955ae20f829c: Pull complete
2574e4b2ede5: Pull complete
cfdc8db5e74b: Pull complete
7516815f494a: Pull complete
7d613b19205c: Pull complete
b24d68654983: Pull complete
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Downloaded newer image for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-serverless/swift-sls-adapter
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/tuist/Noora.git
Fetching https://github.com/stencilproject/Stencil.git
[1/219] Fetching swift-sls-adapter
[207/5512] Fetching swift-sls-adapter, stencil
[2166/18608] Fetching swift-sls-adapter, stencil, noora
[6941/34272] Fetching swift-sls-adapter, stencil, noora, swift-argument-parser
Fetched https://github.com/stencilproject/Stencil.git from cache (0.45s)
[1804/28979] Fetching swift-sls-adapter, noora, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (6.52s)
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (6.53s)
Fetched https://github.com/tuist/Noora.git from cache (6.71s)
Computing version for https://github.com/swift-serverless/swift-sls-adapter
Computed https://github.com/swift-serverless/swift-sls-adapter at 0.2.1 (11.47s)
Fetching https://github.com/jpsim/Yams.git
[1/11131] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.01s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (3.00s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[308/2459] Fetching spectre, pathkit
Fetched https://github.com/kylef/Spectre.git from cache (0.49s)
Fetched https://github.com/kylef/PathKit.git from cache (0.49s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.52s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.56s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.47.0 (0.64s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log
[1/362] Fetching path
[363/1697] Fetching path, rainbow
[1672/5594] Fetching path, rainbow, swift-log
Fetched https://github.com/tuist/path from cache (0.96s)
Fetched https://github.com/onevcat/Rainbow from cache (0.96s)
Fetched https://github.com/apple/swift-log from cache (0.96s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (2.06s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (0.84s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.68s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.47s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.71s)
Creating working copy for https://github.com/swift-serverless/swift-sls-adapter
Working copy of https://github.com/swift-serverless/swift-sls-adapter resolved at 0.2.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Creating working copy for https://github.com/tuist/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.47.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/apple/swift-log
Working copy of https://github.com/apple/swift-log resolved at 1.6.4
Creating working copy for https://github.com/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
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.6.1
Creating working copy for https://github.com/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/36] Write sources
[13/36] Copying Resources
[14/36] Compiling writer.c
[15/36] Compiling reader.c
[16/36] Compiling parser.c
[17/36] Compiling api.c
[18/36] Compiling emitter.c
[19/36] Compiling scanner.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/82] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/82] Emitting module ArgumentParserToolInfo
[24/83] Emitting module Rainbow
[25/83] Compiling Yams Mark.swift
[26/83] Compiling Yams Node.Alias.swift
[27/84] Compiling Yams Node.Sequence.swift
[28/84] Compiling Yams Node.swift
[29/84] Compiling Yams Decoder.swift
[30/84] Compiling Yams Emitter.swift
[31/84] Compiling Yams Tag.swift
[32/84] Compiling Yams YamlAnchorProviding.swift
[33/86] Emitting module Path
[34/86] Compiling Path Path.swift
[36/87] Compiling Yams Anchor.swift
[37/87] Compiling Yams Constructor.swift
[38/87] Emitting module Yams
[39/87] Wrapping AST for ArgumentParserToolInfo for debugging
[40/87] Wrapping AST for Path for debugging
[42/91] Compiling Rainbow StyledStringBuilder.swift
[43/109] Compiling Logging MetadataProvider.swift
[44/131] Compiling ArgumentParser CommandGroup.swift
[45/131] Compiling ArgumentParser EnumerableFlag.swift
[46/131] Compiling Logging LogHandler.swift
[47/131] Compiling Logging Logging.swift
[48/131] Emitting module Logging
[49/131] Compiling Logging Locks.swift
[50/132] Compiling PathKit PathKit.swift
[51/132] Emitting module PathKit
[52/132] Compiling ArgumentParser Errors.swift
[53/132] Compiling ArgumentParser Flag.swift
[56/133] Compiling ArgumentParser InputKey.swift
[57/133] Compiling ArgumentParser InputOrigin.swift
[58/133] Compiling ArgumentParser Name.swift
[59/133] Compiling ArgumentParser ArgumentVisibility.swift
[60/133] Compiling ArgumentParser CompletionKind.swift
[61/133] Compiling ArgumentParser Mutex.swift
[62/133] Compiling ArgumentParser Platform.swift
[64/133] Compiling ArgumentParser Parsed.swift
[66/134] Compiling ArgumentParser NameSpecification.swift
[67/134] Compiling ArgumentParser Option.swift
[68/134] Compiling ArgumentParser OptionGroup.swift
[69/134] Compiling ArgumentParser AsyncParsableCommand.swift
[70/134] Compiling ArgumentParser CommandConfiguration.swift
[72/134] Compiling ArgumentParser ParsedValues.swift
[73/134] Compiling ArgumentParser ParserError.swift
[77/134] Emitting module ArgumentParser
[79/141] Wrapping AST for Logging for debugging
[92/141] Wrapping AST for PathKit for debugging
[94/163] Compiling ArgumentParser Tree.swift
[95/163] Compiling ArgumentParser CodingKeyValidator.swift
[96/163] Compiling ArgumentParser NonsenseFlagsValidator.swift
[97/163] Compiling ArgumentParser ParsableArgumentsValidation.swift
[98/163] Compiling ArgumentParser PositionalArgumentsValidator.swift
[99/163] Compiling ArgumentParser UniqueNamesValidator.swift
[99/172] Wrapping AST for Yams for debugging
[100/172] Wrapping AST for Rainbow for debugging
[102/205] Compiling Noora PaginatedTable.swift
[103/205] Compiling Noora SelectableTable.swift
[104/205] Compiling Noora Table.swift
[105/205] Emitting module Stencil
[106/207] Compiling SLSAdapter Resource.swift
[107/208] Compiling SLSAdapter Region.swift
[108/208] Compiling Noora ValidatableError.swift
[109/208] Compiling Noora ValidatableRule.swift
[110/208] Compiling Noora ValidationError.swift
[111/208] Compiling Noora InputValidating.swift
[112/212] Compiling SLSAdapter ServerlessConfig.swift
[113/212] Compiling Noora CollapsibleStep.swift
[114/212] Compiling Noora ProgressBarStep.swift
[115/212] Compiling Noora ProgressStep.swift
[116/212] Emitting module Noora
[117/212] Compiling Noora LengthValidationRule.swift
[118/212] Compiling Noora NonEmptyValidationRule.swift
[119/212] Compiling Noora RegexValidationRule.swift
[120/212] Compiling Noora Validator.swift
[121/212] Compiling Noora SingleChoicePrompt.swift
[122/212] Compiling Noora TableRenderer.swift
[123/212] Compiling Noora TableStyle.swift
[124/212] Compiling Noora TextPrompt.swift
[125/212] Compiling Noora YesOrNoChoicePrompt.swift
[126/212] Compiling Noora Stack.swift
[127/212] Compiling SLSAdapter YAMLContent.swift
[128/212] Compiling Noora TableColumn.swift
[129/212] Compiling Noora TableData.swift
[130/212] Compiling Noora Alert.swift
[131/212] Compiling Noora Character+isPrintable.swift
[132/212] Compiling Noora String+Rainbow.swift
[133/212] Compiling Noora String+ValidatableError.swift
[134/212] Compiling Noora Noora.swift
[135/212] Compiling Noora NooraMock.swift
[136/212] Compiling Noora StandardPipelineType.swift
[137/212] Compiling ArgumentParser SplitArguments.swift
[138/212] Compiling ArgumentParser DumpHelpGenerator.swift
[139/212] Compiling ArgumentParser HelpCommand.swift
[140/212] Compiling ArgumentParser HelpGenerator.swift
[141/212] Compiling ArgumentParser MessageInfo.swift
[142/212] Compiling ArgumentParser UsageGenerator.swift
[146/212] Compiling Stencil TrimBehaviour.swift
[147/212] Compiling Stencil Variable.swift
[148/212] Compiling Noora Renderer.swift
[155/212] Compiling Noora Spinner.swift
[156/212] Compiling Noora StandardPipelines.swift
[157/212] Compiling Noora Terminal.swift
[158/212] Compiling Noora TerminalText.swift
[167/212] Compiling ArgumentParser ArgumentHelp.swift
[187/214] Compiling SLSAdapter Package.swift
[188/214] Compiling SLSAdapter Function.swift
[189/214] Emitting module SLSAdapter
[190/214] Compiling SLSAdapter Provider.swift
[206/216] Wrapping AST for ArgumentParser for debugging
[207/216] Wrapping AST for Stencil for debugging
[209/216] Wrapping AST for SLSAdapter for debugging
[210/216] Wrapping AST for Noora for debugging
[211/216] Write Objects.LinkFileList
[212/216] Archiving libNoora.a
[214/229] Compiling BreezeCommand Stencil+Extensions.swift
[215/229] Compiling BreezeCommand Noora+Extensions.swift
/host/spi-builder-workspace/Sources/BreezeCommand/Noora+Extensions.swift:99:16: warning: static property 'theme' is not concurrency-safe because non-'Sendable' type 'Theme' may have shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 | struct BreezeNoora {
 99 |     static let theme = Theme(
    |                `- warning: static property 'theme' is not concurrency-safe because non-'Sendable' type 'Theme' may have shared mutable state; this is an error in the Swift 6 language mode
100 |         primary: "A378F2",
101 |         secondary: "FF4081",
/host/spi-builder-workspace/.build/checkouts/Noora/cli/Sources/Noora/Theme.swift:5:15: note: struct 'Theme' does not conform to the 'Sendable' protocol
 3 | /// This struct represents a theme, which is used to visually configure components
 4 | /// ensuring that all components are consistent and aligned with a design identity.
 5 | public struct Theme {
   |               `- note: struct 'Theme' does not conform to the 'Sendable' protocol
 6 |     /// Noora's default theme.
 7 |     public static var `default` = Theme(
/host/spi-builder-workspace/Sources/BreezeCommand/Noora+Extensions.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Noora'
 14 |
 15 | import Foundation
 16 | import Noora
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Noora'
 17 |
 18 | extension Noora {
    :
 97 |
 98 | struct BreezeNoora {
 99 |     static let theme = Theme(
    |                |- note: add '@MainActor' to make static property 'theme' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |         primary: "A378F2",
101 |         secondary: "FF4081",
[216/230] Emitting module BreezeCommand
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:22:24: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
20 | extension ServerlessConfig {
21 |
22 |     private static let encoder = YAMLEncoder()
   |                        `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |     func writeSLS(targetPath: String, ymlFileName: String, progress: (TerminalText) -> Void) throws {
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
14 |
15 | import Foundation
16 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
17 | import SLSAdapter
18 | import Noora
   :
20 | extension ServerlessConfig {
21 |
22 |     private static let encoder = YAMLEncoder()
   |                        |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 |     func writeSLS(targetPath: String, ymlFileName: String, progress: (TerminalText) -> Void) throws {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:65:16: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
63 |
64 | extension BreezeConfig {
65 |     static let decoder = YAMLDecoder()
   |                `- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
66 |     static func load(from url: URL, progress: (TerminalText) -> Void) throws -> BreezeConfig {
67 |         let paramsYML = try Data(contentsOf: url)
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Options to use when decoding from YAML.
 15 |     public struct Options {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
14 |
15 | import Foundation
16 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
17 | import Noora
18 |
   :
63 |
64 | extension BreezeConfig {
65 |     static let decoder = YAMLDecoder()
   |                |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |     static func load(from url: URL, progress: (TerminalText) -> Void) throws -> BreezeConfig {
67 |         let paramsYML = try Data(contentsOf: url)
/host/spi-builder-workspace/Sources/BreezeCommand/Noora+Extensions.swift:99:16: warning: static property 'theme' is not concurrency-safe because non-'Sendable' type 'Theme' may have shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 | struct BreezeNoora {
 99 |     static let theme = Theme(
    |                `- warning: static property 'theme' is not concurrency-safe because non-'Sendable' type 'Theme' may have shared mutable state; this is an error in the Swift 6 language mode
100 |         primary: "A378F2",
101 |         secondary: "FF4081",
/host/spi-builder-workspace/.build/checkouts/Noora/cli/Sources/Noora/Theme.swift:5:15: note: struct 'Theme' does not conform to the 'Sendable' protocol
 3 | /// This struct represents a theme, which is used to visually configure components
 4 | /// ensuring that all components are consistent and aligned with a design identity.
 5 | public struct Theme {
   |               `- note: struct 'Theme' does not conform to the 'Sendable' protocol
 6 |     /// Noora's default theme.
 7 |     public static var `default` = Theme(
/host/spi-builder-workspace/Sources/BreezeCommand/Noora+Extensions.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Noora'
 14 |
 15 | import Foundation
 16 | import Noora
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Noora'
 17 |
 18 | extension Noora {
    :
 97 |
 98 | struct BreezeNoora {
 99 |     static let theme = Theme(
    |                |- note: add '@MainActor' to make static property 'theme' part of global actor 'MainActor'
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |         primary: "A378F2",
101 |         secondary: "FF4081",
[217/230] Compiling BreezeCommand resource_bundle_accessor.swift
[218/230] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[219/230] Compiling BreezeCommand GenerateWebhook.swift
[220/230] Compiling BreezeCommand Foundation+Extensions.swift
[221/230] Compiling BreezeCommand GenerateGithubWebhook.swift
[222/230] Compiling BreezeCommand BreezeConfig+ServerlessConfig.swift
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:22:24: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
20 | extension ServerlessConfig {
21 |
22 |     private static let encoder = YAMLEncoder()
   |                        `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |     func writeSLS(targetPath: String, ymlFileName: String, progress: (TerminalText) -> Void) throws {
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
14 |
15 | import Foundation
16 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
17 | import SLSAdapter
18 | import Noora
   :
20 | extension ServerlessConfig {
21 |
22 |     private static let encoder = YAMLEncoder()
   |                        |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 |     func writeSLS(targetPath: String, ymlFileName: String, progress: (TerminalText) -> Void) throws {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:65:16: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
63 |
64 | extension BreezeConfig {
65 |     static let decoder = YAMLDecoder()
   |                `- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
66 |     static func load(from url: URL, progress: (TerminalText) -> Void) throws -> BreezeConfig {
67 |         let paramsYML = try Data(contentsOf: url)
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Options to use when decoding from YAML.
 15 |     public struct Options {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
14 |
15 | import Foundation
16 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
17 | import Noora
18 |
   :
63 |
64 | extension BreezeConfig {
65 |     static let decoder = YAMLDecoder()
   |                |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |     static func load(from url: URL, progress: (TerminalText) -> Void) throws -> BreezeConfig {
67 |         let paramsYML = try Data(contentsOf: url)
[223/230] Compiling BreezeCommand BreezeConfig.swift
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:22:24: warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
20 | extension ServerlessConfig {
21 |
22 |     private static let encoder = YAMLEncoder()
   |                        `- warning: static property 'encoder' is not concurrency-safe because non-'Sendable' type 'YAMLEncoder' may have shared mutable state; this is an error in the Swift 6 language mode
23 |
24 |     func writeSLS(targetPath: String, ymlFileName: String, progress: (TerminalText) -> Void) throws {
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Encoder.swift:11:14: note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
  9 | /// `Codable`-style `Encoder` that can be used to encode an `Encodable` type to a YAML string using optional
 10 | /// user info mapping. Similar to `Foundation.JSONEncoder`.
 11 | public class YAMLEncoder {
    |              `- note: class 'YAMLEncoder' does not conform to the 'Sendable' protocol
 12 |     /// Options to use when encoding to YAML.
 13 |     public typealias Options = Emitter.Options
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
14 |
15 | import Foundation
16 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
17 | import SLSAdapter
18 | import Noora
   :
20 | extension ServerlessConfig {
21 |
22 |     private static let encoder = YAMLEncoder()
   |                        |- note: add '@MainActor' to make static property 'encoder' part of global actor 'MainActor'
   |                        `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
23 |
24 |     func writeSLS(targetPath: String, ymlFileName: String, progress: (TerminalText) -> Void) throws {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:65:16: warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
63 |
64 | extension BreezeConfig {
65 |     static let decoder = YAMLDecoder()
   |                `- warning: static property 'decoder' is not concurrency-safe because non-'Sendable' type 'YAMLDecoder' may have shared mutable state; this is an error in the Swift 6 language mode
66 |     static func load(from url: URL, progress: (TerminalText) -> Void) throws -> BreezeConfig {
67 |         let paramsYML = try Data(contentsOf: url)
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Decoder.swift:13:14: note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 11 | /// `Codable`-style `Decoder` that can be used to decode a `Decodable` type from a given `String` and optional
 12 | /// user info mapping. Similar to `Foundation.JSONDecoder`.
 13 | public class YAMLDecoder {
    |              `- note: class 'YAMLDecoder' does not conform to the 'Sendable' protocol
 14 |     /// Options to use when decoding from YAML.
 15 |     public struct Options {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:16:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
14 |
15 | import Foundation
16 | import Yams
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Yams'
17 | import Noora
18 |
   :
63 |
64 | extension BreezeConfig {
65 |     static let decoder = YAMLDecoder()
   |                |- note: add '@MainActor' to make static property 'decoder' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
66 |     static func load(from url: URL, progress: (TerminalText) -> Void) throws -> BreezeConfig {
67 |         let paramsYML = try Data(contentsOf: url)
[224/230] Compiling BreezeCommand HttpAPILambdaParams.swift
[225/230] Compiling BreezeCommand GenerateLambdaAPI.swift
[226/230] Compiling BreezeCommand BreezeCommand.swift
[227/230] Compiling BreezeCommand BreezeCommandError.swift
[228/231] Wrapping AST for BreezeCommand for debugging
[229/231] Write Objects.LinkFileList
[230/231] Linking breeze
Build complete! (64.88s)
Build complete.
{
  "dependencies" : [
    {
      "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" : "stencil",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.15.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/stencilproject/Stencil.git"
    },
    {
      "identity" : "swift-sls-adapter",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.1",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-serverless/swift-sls-adapter"
    },
    {
      "identity" : "noora",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.45.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/tuist/Noora.git"
    }
  ],
  "manifest_display_name" : "Breeze",
  "name" : "Breeze",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "breeze",
      "targets" : [
        "BreezeCommand"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BreezeCommandTests",
      "module_type" : "SwiftTarget",
      "name" : "BreezeCommandTests",
      "path" : "Tests/BreezeCommandTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/BreezeCommandTests/Fixtures",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreezeCommandTests.swift",
        "Fixtures.swift",
        "GenerateGithubWebhookTests.swift",
        "GenerateLambdaAPITests.swift",
        "GenerateWebhookTests.swift",
        "XCTest+Extensions.swift"
      ],
      "target_dependencies" : [
        "BreezeCommand"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BreezeCommand",
      "module_type" : "SwiftTarget",
      "name" : "BreezeCommand",
      "path" : "Sources/BreezeCommand",
      "product_dependencies" : [
        "ArgumentParser",
        "SLSAdapter",
        "Stencil",
        "Noora"
      ],
      "product_memberships" : [
        "breeze"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/BreezeCommand/Resources",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BreezeCommand.swift",
        "BreezeCommandError.swift",
        "BreezeConfig+ServerlessConfig.swift",
        "BreezeConfig.swift",
        "Foundation+Extensions.swift",
        "GenerateGitHubWebhook/GenerateGithubWebhook.swift",
        "GenerateGithubWebhook/HttpAPILambdaParams.swift",
        "GenerateLambdaAPI/GenerateLambdaAPI.swift",
        "GenerateLambdaAPI/ServerlessConfig+DynamoDBLambdaAPI.swift",
        "GenerateWebhook/GenerateWebhook.swift",
        "Noora+Extensions.swift",
        "Stencil+Extensions.swift"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8.1"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.