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 main (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-4609320-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.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/Breeze.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/swift-serverless/Breeze
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4609320-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:99ea6d26ace67c023f359493a2ac553a612b92a7f2dee009657225f46f43aa0e
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
Fetching https://github.com/stencilproject/Stencil.git
[1/219] Fetching swift-sls-adapter
[220/13315] Fetching swift-sls-adapter, noora
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (0.27s)
[1179/13096] Fetching noora
[1311/18389] Fetching noora, stencil
[8438/34053] Fetching noora, stencil, swift-argument-parser
Fetched https://github.com/stencilproject/Stencil.git from cache (4.69s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (4.70s)
Fetched https://github.com/tuist/Noora.git from cache (4.80s)
Computing version for https://github.com/swift-serverless/swift-sls-adapter
Computed https://github.com/swift-serverless/swift-sls-adapter at 0.2.1 (7.36s)
Fetching https://github.com/jpsim/Yams.git
[1/11131] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (1.66s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (2.27s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1438] Fetching pathkit
[318/2459] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.27s)
Fetched https://github.com/kylef/PathKit.git from cache (0.27s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.79s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (3.08s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.47.0 (0.74s)
Fetching https://github.com/apple/swift-log
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
[1/362] Fetching path
[363/4259] Fetching path, swift-log
[441/5594] Fetching path, swift-log, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.44s)
Fetched https://github.com/tuist/path from cache (0.44s)
Fetched https://github.com/apple/swift-log from cache (0.61s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (3.93s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (0.87s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (1.59s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (4.05s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.77s)
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/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/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.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/tuist/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.47.0
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/tuist/path
Working copy of https://github.com/tuist/path resolved at 0.3.8
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/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
[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 scanner.c
[19/36] Compiling emitter.c
[20/36] Write swift-version-24593BA9C3E375BF.txt
[22/82] Emitting module Path
[23/82] Compiling Path Path.swift
[24/83] Compiling Yams Tag.swift
[25/83] Compiling Yams YamlAnchorProviding.swift
[26/83] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/83] Emitting module ArgumentParserToolInfo
[28/86] Compiling Rainbow String+ConditionalStyling.swift
[29/86] Compiling Rainbow String+Rainbow.swift
[30/86] Compiling Rainbow StringGenerator.swift
[31/86] Compiling Rainbow Style.swift
[33/87] Wrapping AST for Path for debugging
[34/87] Wrapping AST for ArgumentParserToolInfo for debugging
[36/131] Compiling Logging MetadataProvider.swift
[37/131] Compiling Logging Locks.swift
[38/131] Compiling Logging LogHandler.swift
[39/131] Emitting module Logging
[40/131] Compiling Logging Logging.swift
[41/132] Compiling ArgumentParser Option.swift
[42/132] Compiling ArgumentParser OptionGroup.swift
[44/132] Compiling Rainbow StyledStringBuilder.swift
[45/132] Compiling ArgumentParser EnumerableFlag.swift
[46/132] Compiling ArgumentParser ExpressibleByArgument.swift
[47/132] Compiling ArgumentParser BashCompletionsGenerator.swift
[48/132] Compiling ArgumentParser CompletionsGenerator.swift
[49/132] Compiling ArgumentParser FishCompletionsGenerator.swift
[50/132] Compiling ArgumentParser Argument.swift
[51/132] Compiling ArgumentParser ArgumentDiscussion.swift
[52/132] Emitting module Rainbow
[55/132] Compiling ArgumentParser ArgumentHelp.swift
[56/132] Compiling ArgumentParser ArgumentVisibility.swift
[58/132] Compiling ArgumentParser ZshCompletionsGenerator.swift
[58/133] Wrapping AST for Logging for debugging
[60/133] Compiling ArgumentParser Errors.swift
[61/133] Compiling ArgumentParser Flag.swift
[62/133] Compiling ArgumentParser NameSpecification.swift
[65/133] Compiling ArgumentParser AsyncParsableCommand.swift
[66/133] Emitting module Yams
[72/133] Compiling ArgumentParser CompletionKind.swift
[74/133] Compiling ArgumentParser ParsableArguments.swift
[75/133] Compiling ArgumentParser ParsableCommand.swift
[76/134] Emitting module PathKit
[77/134] Compiling PathKit PathKit.swift
[78/135] Wrapping AST for Rainbow for debugging
[80/168] Wrapping AST for Yams for debugging
[81/168] Wrapping AST for PathKit for debugging
[83/199] Compiling Noora ValidatableError.swift
[84/199] Compiling Noora ValidatableRule.swift
[85/199] Compiling Noora ValidationError.swift
[86/199] Compiling Noora InputValidating.swift
[87/203] Compiling SLSAdapter Package.swift
[88/204] Emitting module SLSAdapter
[89/204] Compiling Noora LengthValidationRule.swift
[90/204] Compiling Noora NonEmptyValidationRule.swift
[91/204] Compiling Noora RegexValidationRule.swift
[92/204] Compiling Noora Validator.swift
[93/204] Compiling Stencil NowTag.swift
[94/204] Compiling Noora Theme.swift
[95/204] Compiling Noora KeyStrokeListener.swift
[96/204] Compiling Noora Renderer.swift
[97/204] Emitting module Noora
[98/204] Emitting module Stencil
[99/206] Compiling Stencil Context.swift
[100/206] Compiling Stencil DynamicMemberLookup.swift
[101/206] Compiling SLSAdapter ServerlessConfig.swift
[102/206] Compiling SLSAdapter Resource.swift
[103/206] Compiling SLSAdapter Region.swift
[104/206] Compiling SLSAdapter YAMLContent.swift
[105/206] Compiling ArgumentParser CollectionExtensions.swift
[106/206] Compiling ArgumentParser Mutex.swift
[107/206] Compiling ArgumentParser Platform.swift
[108/206] Compiling ArgumentParser SequenceExtensions.swift
[109/206] Compiling ArgumentParser StringExtensions.swift
[110/206] Compiling ArgumentParser SwiftExtensions.swift
[113/212] Compiling Stencil Environment.swift
[114/212] Compiling Stencil Errors.swift
[115/212] Compiling Stencil Expression.swift
[116/212] Compiling Stencil Extension.swift
[117/212] Compiling Stencil Loader.swift
[118/212] Compiling Stencil Node.swift
[120/212] Compiling Stencil Parser.swift
[121/212] Compiling Stencil Template.swift
[122/212] Compiling Stencil Tokenizer.swift
[123/212] Compiling Noora Spinner.swift
[124/212] Compiling Noora StandardPipelines.swift
[125/212] Compiling Noora Terminal.swift
[126/212] Compiling Noora TerminalText.swift
[127/212] Compiling Stencil IfTag.swift
[128/212] Compiling Stencil Include.swift
[129/212] Compiling Stencil Inheritance.swift
[130/212] Compiling Stencil FilterTag.swift
[131/212] Compiling Stencil Filters.swift
[132/212] Compiling Stencil ForTag.swift
[133/212] Compiling Stencil KeyPath.swift
[134/212] Compiling Stencil LazyValueWrapper.swift
[135/212] Compiling Stencil Lexer.swift
[136/212] Compiling SLSAdapter Function.swift
[137/212] Compiling Stencil TrimBehaviour.swift
[138/212] Compiling Stencil Variable.swift
[155/213] Compiling SLSAdapter Provider.swift
[156/214] Wrapping AST for Stencil for debugging
[163/215] Wrapping AST for SLSAdapter for debugging
[165/215] Compiling ArgumentParser Tree.swift
[166/215] Compiling ArgumentParser CodingKeyValidator.swift
[167/215] Compiling ArgumentParser NonsenseFlagsValidator.swift
[168/215] Compiling ArgumentParser ParsableArgumentsValidation.swift
[169/215] Compiling ArgumentParser PositionalArgumentsValidator.swift
[170/215] Compiling ArgumentParser UniqueNamesValidator.swift
[170/215] Wrapping AST for Noora for debugging
[171/215] Write Objects.LinkFileList
[172/215] Archiving libNoora.a
[174/215] Emitting module ArgumentParser
[193/215] Compiling ArgumentParser UsageGenerator.swift
[212/216] Wrapping AST for ArgumentParser for debugging
[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] Compiling BreezeCommand Foundation+Extensions.swift
[217/230] Compiling BreezeCommand GenerateGithubWebhook.swift
[218/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",
[219/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)
[220/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)
[221/230] Compiling BreezeCommand BreezeCommand.swift
[222/230] Compiling BreezeCommand BreezeCommandError.swift
[223/230] Compiling BreezeCommand resource_bundle_accessor.swift
[224/230] Compiling BreezeCommand HttpAPILambdaParams.swift
[225/230] Compiling BreezeCommand GenerateLambdaAPI.swift
[226/230] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[227/230] Compiling BreezeCommand GenerateWebhook.swift
[228/231] Wrapping AST for BreezeCommand for debugging
[229/231] Write Objects.LinkFileList
[230/231] Linking breeze
Build complete! (64.72s)
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.