The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Breeze, reference 1.1.0 (27c5a8), with Swift 6.1 for Linux on 18 Oct 2025 04:13:50 UTC.

Swift 6 data race errors: 3

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/Breeze.git
Reference: 1.1.0
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.1.0      -> FETCH_HEAD
HEAD is now at 27c5a85 Update to awslabs (#22)
Cloned https://github.com/swift-serverless/Breeze.git
Revision (git rev-parse @):
27c5a853e2d67039d29891a68ae2be4edd32ae7d
SUCCESS checkout https://github.com/swift-serverless/Breeze.git at 1.1.0
========================================
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-1":/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
Digest: sha256:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/swift-serverless/swift-sls-adapter
Fetching https://github.com/tuist/Noora.git
Fetching https://github.com/apple/swift-argument-parser.git
[1/219] Fetching swift-sls-adapter
[220/14734] Fetching swift-sls-adapter, noora
Fetching https://github.com/stencilproject/Stencil.git
[511/31416] Fetching swift-sls-adapter, noora, swift-argument-parser
[5176/36709] Fetching swift-sls-adapter, noora, swift-argument-parser, stencil
Fetched https://github.com/stencilproject/Stencil.git from cache (0.74s)
[20074/31416] Fetching swift-sls-adapter, noora, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.81s)
[4038/14734] Fetching swift-sls-adapter, noora
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (8.03s)
Fetched https://github.com/tuist/Noora.git from cache (8.19s)
Computing version for https://github.com/swift-serverless/swift-sls-adapter
Computed https://github.com/swift-serverless/swift-sls-adapter at 0.2.1 (12.39s)
Fetching https://github.com/jpsim/Yams.git
[1/11269] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.31s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (3.60s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1438] Fetching pathkit
[59/2459] Fetching pathkit, spectre
Fetched https://github.com/kylef/PathKit.git from cache (0.50s)
Fetched https://github.com/kylef/Spectre.git from cache (0.51s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.81s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.80s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.49.1 (0.91s)
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log
Fetching https://github.com/onevcat/Rainbow
[1/3951] Fetching swift-log
[239/5290] Fetching swift-log, rainbow
[1024/5664] Fetching swift-log, rainbow, path
Fetched https://github.com/onevcat/Rainbow from cache (0.50s)
[3951/3951] Fetching swift-log
Fetched https://github.com/tuist/path from cache (0.72s)
Fetched https://github.com/apple/swift-log from cache (0.72s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.42s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.63s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (5.54s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (1.70s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.23s)
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/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/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
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.2
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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/tuist/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.49.1
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/36] Write sources
[10/36] Copying Resources
[10/36] Write sources
[14/36] Compiling writer.c
[15/36] Compiling reader.c
[16/36] Compiling parser.c
[17/36] Compiling api.c
[18/36] Write swift-version-24593BA9C3E375BF.txt
[19/36] Compiling emitter.c
[20/36] Compiling scanner.c
[22/82] Emitting module ArgumentParserToolInfo
[23/82] Emitting module Yams
[24/84] Emitting module Path
[25/84] Compiling Path Path.swift
[26/85] Compiling Yams Tag.swift
[27/85] Compiling Yams YamlAnchorProviding.swift
[28/85] Emitting module Rainbow
[30/86] Compiling ArgumentParserToolInfo ToolInfo.swift
[31/86] Compiling Yams RedundancyAliasingStrategy.swift
[32/86] Compiling Yams Representer.swift
[33/87] Compiling Yams Node.Scalar.swift
[34/87] Compiling Yams Node.Sequence.swift
[35/87] Compiling Yams Mark.swift
[36/87] Compiling Yams Node.Alias.swift
[37/87] Compiling Yams Node.Mapping.swift
[37/87] Wrapping AST for Path for debugging
[39/87] Wrapping AST for ArgumentParserToolInfo for debugging
[41/131] Emitting module Logging
[42/131] Compiling Logging MetadataProvider.swift
[43/131] Compiling Logging Locks.swift
[44/131] Compiling Logging Logging.swift
[45/131] Compiling Logging LogHandler.swift
[47/132] Compiling ArgumentParser InputKey.swift
[48/132] Compiling ArgumentParser InputOrigin.swift
[49/132] Compiling Rainbow StyledStringBuilder.swift
[50/132] Compiling ArgumentParser ArgumentHelp.swift
[51/132] Compiling ArgumentParser ArgumentVisibility.swift
[52/132] Compiling ArgumentParser CompletionKind.swift
[54/132] Compiling ArgumentParser Errors.swift
[57/132] Compiling ArgumentParser Argument.swift
[58/132] Compiling ArgumentParser ArgumentDiscussion.swift
[59/132] Compiling ArgumentParser ZshCompletionsGenerator.swift
[62/132] Compiling ArgumentParser ArgumentDecoder.swift
[63/132] Compiling ArgumentParser ArgumentDefinition.swift
[64/132] Compiling ArgumentParser BashCompletionsGenerator.swift
[65/132] Compiling ArgumentParser CompletionsGenerator.swift
[66/132] Compiling ArgumentParser FishCompletionsGenerator.swift
[68/133] Compiling ArgumentParser Option.swift
[69/133] Compiling ArgumentParser ParsableArguments.swift
[70/133] Compiling ArgumentParser ParsableCommand.swift
[72/133] Compiling ArgumentParser Flag.swift
[73/133] Compiling ArgumentParser NameSpecification.swift
[74/134] Emitting module PathKit
[75/134] Compiling PathKit PathKit.swift
[78/135] Wrapping AST for Logging for debugging
[79/135] Wrapping AST for Rainbow for debugging
[80/170] Wrapping AST for Yams for debugging
[82/170] Compiling Noora ValidatableError.swift
[83/170] Compiling Noora ValidatableRule.swift
[84/170] Compiling Noora ValidationError.swift
[85/170] Compiling Noora InputValidating.swift
[85/174] Wrapping AST for PathKit for debugging
[87/196] Emitting module Noora
[88/205] Compiling Noora LengthValidationRule.swift
[89/205] Compiling Noora NonEmptyValidationRule.swift
[90/205] Compiling Noora RegexValidationRule.swift
[91/205] Compiling Noora Validator.swift
[92/205] Emitting module Stencil
[93/207] Compiling SLSAdapter Region.swift
[98/208] Compiling Noora Noora.swift
[99/208] Compiling Noora NooraMock.swift
[100/214] Emitting module SLSAdapter
[101/214] Compiling Stencil Loader.swift
[102/214] Compiling Stencil Node.swift
[103/214] Compiling Stencil NowTag.swift
[104/214] Compiling SLSAdapter Resource.swift
[105/214] Compiling SLSAdapter ServerlessConfig.swift
[106/214] Compiling Stencil KeyPath.swift
[107/214] Compiling Stencil LazyValueWrapper.swift
[108/214] Compiling Stencil Lexer.swift
[109/214] Compiling SLSAdapter YAMLContent.swift
[110/214] Compiling Stencil Extension.swift
[111/214] Compiling Stencil FilterTag.swift
[112/214] Compiling Stencil Filters.swift
[113/214] Compiling Stencil ForTag.swift
[114/214] Compiling Stencil IfTag.swift
[118/214] Compiling Stencil Parser.swift
[119/214] Compiling Stencil Template.swift
[121/214] Compiling Stencil Include.swift
[122/214] Compiling Stencil Inheritance.swift
[123/214] Compiling Stencil TrimBehaviour.swift
[124/214] Compiling Stencil Variable.swift
[128/214] Compiling Stencil Errors.swift
[129/214] Compiling Stencil Expression.swift
[131/214] Compiling SLSAdapter CodableDefault.swift
[132/214] Compiling SLSAdapter Function+Extensions.swift
[133/214] Compiling Stencil Environment.swift
[141/214] Compiling SLSAdapter Function.swift
[142/214] Compiling SLSAdapter Provider.swift
[143/214] Compiling SLSAdapter Package.swift
[146/215] Compiling Stencil Tokenizer.swift
[154/216] Compiling Noora StandardPipelineType.swift
[155/216] Compiling Noora Theme.swift
[156/216] Compiling Noora KeyStrokeListener.swift
[159/216] Compiling ArgumentParser Tree.swift
[160/216] Compiling ArgumentParser CodingKeyValidator.swift
[161/216] Compiling ArgumentParser NonsenseFlagsValidator.swift
[162/216] Compiling ArgumentParser ParsableArgumentsValidation.swift
[163/216] Compiling ArgumentParser PositionalArgumentsValidator.swift
[164/216] Compiling ArgumentParser UniqueNamesValidator.swift
[170/216] Wrapping AST for Stencil for debugging
[171/216] Wrapping AST for SLSAdapter for debugging
[176/216] Compiling Noora ProgressBarStep.swift
[177/216] Compiling Noora ProgressStep.swift
[178/217] Emitting module ArgumentParser
[186/217] Wrapping AST for Noora for debugging
[187/217] Write Objects.LinkFileList
[188/217] Archiving libNoora.a
[209/217] Compiling ArgumentParser AsyncParsableCommand.swift
[210/217] Compiling ArgumentParser CommandConfiguration.swift
[211/217] Compiling ArgumentParser CommandGroup.swift
[212/217] Compiling ArgumentParser EnumerableFlag.swift
[213/217] Compiling ArgumentParser ExpressibleByArgument.swift
[214/218] Wrapping AST for ArgumentParser for debugging
[216/231] 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",
[217/232] Compiling BreezeCommand Stencil+Extensions.swift
[218/232] 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",
[219/232] Compiling BreezeCommand resource_bundle_accessor.swift
[220/232] Compiling BreezeCommand HttpAPILambdaParams.swift
[221/232] Compiling BreezeCommand GenerateLambdaAPI.swift
[222/232] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[223/232] Compiling BreezeCommand GenerateWebhook.swift
[224/232] Compiling BreezeCommand Foundation+Extensions.swift
[225/232] Compiling BreezeCommand GenerateGithubWebhook.swift
[226/232] Compiling BreezeCommand BreezeCommand.swift
[227/232] Compiling BreezeCommand BreezeCommandError.swift
[228/232] 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)
[229/232] 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)
[230/233] Wrapping AST for BreezeCommand for debugging
[231/233] Write Objects.LinkFileList
[232/233] Linking breeze
Build complete! (76.77s)
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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.