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 (27c5a8), with Swift 6.1 for macOS (SPM) on 18 Oct 2025 04:11:56 UTC.

Swift 6 data race errors: 3

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/Breeze.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/swift-serverless/Breeze
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-serverless/Breeze.git
https://github.com/swift-serverless/Breeze.git
{
  "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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/27] Write sources
[7/27] Write breeze-entitlement.plist
[7/27] Write sources
[14/27] Copying Resources
[15/27] Write swift-version-2F0A5646E1D333AE.txt
[16/51] Compiling reader.c
[17/51] Compiling writer.c
[18/51] Compiling api.c
[19/51] Compiling parser.c
[20/51] Compiling emitter.c
[21/51] Compiling scanner.c
[23/73] Emitting module Path
[24/73] Compiling Path Path.swift
[25/73] Emitting module ArgumentParserToolInfo
[26/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[27/119] Compiling Logging MetadataProvider.swift
[28/119] Compiling Logging LogHandler.swift
[29/119] Emitting module Logging
[30/119] Compiling Logging Logging.swift
[31/119] Compiling Logging Locks.swift
[32/119] Compiling Rainbow String+ConditionalStyling.swift
[33/119] Compiling Rainbow String+Rainbow.swift
[34/119] Compiling Rainbow StringGenerator.swift
[35/119] Compiling Rainbow Style.swift
[36/120] Emitting module Yams
[37/122] Compiling ArgumentParser ArgumentDiscussion.swift
[38/122] Compiling ArgumentParser ArgumentHelp.swift
[39/122] Compiling ArgumentParser ArgumentVisibility.swift
[40/122] Compiling ArgumentParser CompletionKind.swift
[41/122] Compiling ArgumentParser Errors.swift
[42/126] Compiling ArgumentParser Flag.swift
[43/126] Compiling ArgumentParser NameSpecification.swift
[44/126] Compiling ArgumentParser Option.swift
[45/126] Compiling ArgumentParser OptionGroup.swift
[46/126] Compiling ArgumentParser AsyncParsableCommand.swift
[47/126] Compiling ArgumentParser SequenceExtensions.swift
[48/126] Compiling ArgumentParser StringExtensions.swift
[49/126] Compiling ArgumentParser SwiftExtensions.swift
[50/126] Compiling ArgumentParser Tree.swift
[51/126] Compiling ArgumentParser CodingKeyValidator.swift
[52/126] Compiling ArgumentParser CommandConfiguration.swift
[53/126] Compiling ArgumentParser CommandGroup.swift
[54/126] Compiling ArgumentParser EnumerableFlag.swift
[55/126] Compiling ArgumentParser ExpressibleByArgument.swift
[56/126] Compiling ArgumentParser ParsableArguments.swift
[57/126] Emitting module ArgumentParser
[58/126] Compiling ArgumentParser BashCompletionsGenerator.swift
[59/126] Compiling ArgumentParser CompletionsGenerator.swift
[60/126] Compiling ArgumentParser FishCompletionsGenerator.swift
[61/126] Compiling ArgumentParser ZshCompletionsGenerator.swift
[62/126] Compiling ArgumentParser Argument.swift
[63/126] Compiling ArgumentParser NonsenseFlagsValidator.swift
[64/126] Compiling ArgumentParser ParsableArgumentsValidation.swift
[65/126] Compiling ArgumentParser PositionalArgumentsValidator.swift
[66/126] Compiling ArgumentParser UniqueNamesValidator.swift
[69/126] Compiling Rainbow StyledStringBuilder.swift
[70/126] Emitting module PathKit
[71/126] Compiling PathKit PathKit.swift
[72/126] Compiling ArgumentParser ArgumentDefinition.swift
[73/126] Compiling ArgumentParser ArgumentSet.swift
[74/126] Compiling Yams YamlError.swift
[75/126] Compiling Yams YamlTagProviding.swift
[82/126] Emitting module Rainbow
[86/126] Compiling ArgumentParser MessageInfo.swift
[89/126] Compiling ArgumentParser Mutex.swift
[90/126] Compiling ArgumentParser Platform.swift
[91/126] Compiling ArgumentParser ParsableCommand.swift
[92/126] Compiling ArgumentParser ArgumentDecoder.swift
[100/126] Compiling ArgumentParser UsageGenerator.swift
[101/126] Compiling ArgumentParser CollectionExtensions.swift
[102/126] Compiling ArgumentParser ParserError.swift
[103/126] Compiling ArgumentParser SplitArguments.swift
[104/126] Compiling ArgumentParser DumpHelpGenerator.swift
[105/126] Compiling ArgumentParser HelpCommand.swift
[106/126] Compiling ArgumentParser HelpGenerator.swift
[108/126] Compiling ArgumentParser InputOrigin.swift
[109/126] Compiling ArgumentParser Name.swift
[110/126] Compiling ArgumentParser Parsed.swift
[111/126] Compiling ArgumentParser ParsedValues.swift
[122/194] Emitting module Stencil
[123/196] Compiling SLSAdapter CodableDefault.swift
[124/196] Compiling SLSAdapter YAMLContent.swift
[125/196] Emitting module SLSAdapter
[126/196] Compiling SLSAdapter Resource.swift
[127/196] Compiling SLSAdapter ServerlessConfig.swift
[128/196] Compiling SLSAdapter Region.swift
[129/196] Compiling Noora MultipleChoicePrompt.swift
[130/196] Compiling Noora ProgressBarStep.swift
[131/196] Compiling Noora ProgressStep.swift
[132/196] Compiling Noora SingleChoicePrompt.swift
[133/196] Compiling Noora PaginatedTable.swift
[134/196] Compiling Noora Alert.swift
[135/196] Compiling Noora CollapsibleStep.swift
[136/196] Compiling Noora Stack.swift
[137/196] Compiling Noora Character+isPrintable.swift
[138/196] Compiling Noora YesOrNoChoicePrompt.swift
[139/196] Compiling Noora Content.swift
[140/196] Compiling Noora TableStyle.swift
[141/196] Compiling Noora TextPrompt.swift
[142/196] Compiling Noora SelectableTable.swift
[143/196] Compiling Noora Table.swift
[144/196] Compiling Noora TableColumn.swift
[145/196] Compiling Noora String+Rainbow.swift
[146/196] Compiling Noora String+ValidatableError.swift
[147/196] Compiling Noora Noora.swift
[148/196] Compiling Noora TableData.swift
[149/196] Compiling Noora TableRenderer.swift
[150/196] Compiling SLSAdapter Function+Extensions.swift
[151/196] Compiling SLSAdapter Function.swift
[152/196] Compiling Stencil TrimBehaviour.swift
[153/196] Compiling Stencil Variable.swift
[154/196] Compiling SLSAdapter Provider.swift
[155/196] Compiling SLSAdapter Package.swift
[156/196] Compiling Noora KeyStrokeListener.swift
[157/196] Compiling Noora Renderer.swift
[158/196] Compiling Noora Spinner.swift
[159/196] Compiling Noora StandardPipelines.swift
[160/199] Compiling Noora Terminal.swift
[161/199] Compiling Noora TerminalText.swift
[162/199] Compiling Noora ValidatableError.swift
[163/199] Compiling Noora ValidatableRule.swift
[164/199] Compiling Noora ValidationError.swift
[165/199] Compiling Noora InputValidating.swift
[166/199] Compiling Noora LengthValidationRule.swift
[171/199] Compiling Noora NonEmptyValidationRule.swift
[172/199] Compiling Noora RegexValidationRule.swift
[173/199] Compiling Noora Validator.swift
[189/199] Compiling Noora Theme.swift
[194/199] Emitting module Noora
[194/199] Write Objects.LinkFileList
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning duplicate member name 'String+Rainbow.swift.o' from '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Noora.build/String+Rainbow.swift.o(String+Rainbow.swift.o)' and '/Users/admin/builder/spi-builder-workspace/.build/arm64-apple-macosx/debug/Rainbow.build/String+Rainbow.swift.o(String+Rainbow.swift.o)'
[195/199] Archiving libNoora.a
[197/212] Compiling BreezeCommand Stencil+Extensions.swift
[198/212] Compiling BreezeCommand Noora+Extensions.swift
/Users/admin/builder/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",
/Users/admin/builder/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(
/Users/admin/builder/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",
[199/213] Compiling BreezeCommand GenerateWebhook.swift
[200/213] Compiling BreezeCommand resource_bundle_accessor.swift
[201/213] Compiling BreezeCommand Foundation+Extensions.swift
[202/213] Compiling BreezeCommand GenerateGithubWebhook.swift
[203/213] Compiling BreezeCommand BreezeConfig+ServerlessConfig.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/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)
[204/213] Compiling BreezeCommand BreezeConfig.swift
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/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)
[205/213] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[206/213] Compiling BreezeCommand HttpAPILambdaParams.swift
[207/213] Compiling BreezeCommand BreezeCommand.swift
[208/213] Compiling BreezeCommand BreezeCommandError.swift
[209/213] Compiling BreezeCommand GenerateLambdaAPI.swift
[210/213] Emitting module BreezeCommand
/Users/admin/builder/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 {
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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",
/Users/admin/builder/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(
/Users/admin/builder/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",
[210/213] Write Objects.LinkFileList
[211/213] Linking breeze
[212/213] Applying breeze
Build complete! (40.54s)
Fetching https://github.com/swift-serverless/swift-sls-adapter
Fetching https://github.com/tuist/Noora.git
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/219] Fetching swift-sls-adapter
[220/5512] Fetching swift-sls-adapter, stencil
[803/20027] Fetching swift-sls-adapter, stencil, noora
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.22s)
Fetched https://github.com/stencilproject/Stencil.git from cache (3.05s)
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (3.06s)
Fetched https://github.com/tuist/Noora.git from cache (3.06s)
Computing version for https://github.com/swift-serverless/swift-sls-adapter
Computed https://github.com/swift-serverless/swift-sls-adapter at 0.2.1 (6.19s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.20s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (1.83s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1438] Fetching pathkit
[188/2459] Fetching pathkit, spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.92s)
Fetched https://github.com/kylef/PathKit.git from cache (0.92s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.65s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.46s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.49.1 (0.49s)
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-log from cache
[1/374] Fetching path
[110/1713] Fetching path, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.88s)
Fetched https://github.com/tuist/path from cache (0.88s)
Fetched https://github.com/apple/swift-log from cache (0.89s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.54s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.50s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.91s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.2 (0.56s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.63s)
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/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/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.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/tuist/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.49.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/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/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.4.0
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" : "/Users/admin/builder/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" : "/Users/admin/builder/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" : "/Users/admin/builder/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"
}
Done.