The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Breeze, reference 1.1.0 (27c5a8), with Swift 6.1 for macOS (SPM) on 18 Oct 2025 04:15:27 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: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
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:         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
[5/27] Write breeze-entitlement.plist
[5/27] Write sources
[14/27] Copying Resources
[15/27] Write swift-version-2F0A5646E1D333AE.txt
[16/51] Compiling writer.c
[17/51] Compiling reader.c
[18/51] Compiling parser.c
[19/51] Compiling api.c
[20/51] Compiling scanner.c
[21/53] Compiling emitter.c
[23/73] Emitting module ArgumentParserToolInfo
[24/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[25/73] Emitting module Path
[26/73] Compiling Path Path.swift
[27/119] Emitting module Logging
[28/119] Compiling Logging MetadataProvider.swift
[29/119] Compiling Logging LogHandler.swift
[30/119] Compiling Logging Logging.swift
[31/119] Compiling Logging Locks.swift
[32/119] Compiling Rainbow Style.swift
[33/120] Compiling Rainbow StringGenerator.swift
[34/120] Compiling Rainbow String+ConditionalStyling.swift
[35/120] Compiling Rainbow String+Rainbow.swift
[36/120] Compiling ArgumentParser SequenceExtensions.swift
[37/120] Compiling ArgumentParser StringExtensions.swift
[38/120] Compiling ArgumentParser SwiftExtensions.swift
[39/120] Compiling ArgumentParser Tree.swift
[40/120] Compiling ArgumentParser CodingKeyValidator.swift
[41/124] Compiling ArgumentParser ArgumentDiscussion.swift
[42/124] Compiling ArgumentParser ArgumentHelp.swift
[43/124] Compiling ArgumentParser ArgumentVisibility.swift
[44/124] Compiling ArgumentParser CompletionKind.swift
[45/124] Compiling ArgumentParser Errors.swift
[46/124] Compiling ArgumentParser InputKey.swift
[47/124] Compiling ArgumentParser InputOrigin.swift
[48/124] Compiling ArgumentParser Name.swift
[49/124] Compiling ArgumentParser Parsed.swift
[50/124] Compiling ArgumentParser ParsedValues.swift
[51/124] Compiling ArgumentParser CommandConfiguration.swift
[52/124] Compiling ArgumentParser CommandGroup.swift
[53/124] Compiling ArgumentParser EnumerableFlag.swift
[54/124] Compiling ArgumentParser ExpressibleByArgument.swift
[55/124] Compiling ArgumentParser ParsableArguments.swift
[56/124] Emitting module ArgumentParser
[57/124] Compiling ArgumentParser NonsenseFlagsValidator.swift
[58/124] Compiling ArgumentParser ParsableArgumentsValidation.swift
[59/124] Compiling ArgumentParser PositionalArgumentsValidator.swift
[60/124] Compiling ArgumentParser UniqueNamesValidator.swift
[61/124] Compiling ArgumentParser BashCompletionsGenerator.swift
[62/124] Compiling ArgumentParser CompletionsGenerator.swift
[63/124] Compiling ArgumentParser FishCompletionsGenerator.swift
[64/124] Compiling ArgumentParser ZshCompletionsGenerator.swift
[65/124] Compiling ArgumentParser Argument.swift
[66/124] Emitting module Yams
[75/126] Emitting module Rainbow
[78/126] Compiling Rainbow StyledStringBuilder.swift
[79/126] Emitting module PathKit
[80/126] Compiling PathKit PathKit.swift
[81/126] Compiling ArgumentParser Flag.swift
[82/126] Compiling ArgumentParser NameSpecification.swift
[83/126] Compiling ArgumentParser Option.swift
[84/126] Compiling ArgumentParser OptionGroup.swift
[85/126] Compiling Yams YamlError.swift
[86/126] Compiling ArgumentParser ParserError.swift
[87/126] Compiling ArgumentParser SplitArguments.swift
[88/126] Compiling ArgumentParser DumpHelpGenerator.swift
[89/126] Compiling ArgumentParser HelpCommand.swift
[90/126] Compiling ArgumentParser HelpGenerator.swift
[91/184] Compiling Noora Character+isPrintable.swift
[92/184] Compiling Noora String+Rainbow.swift
[93/184] Compiling Noora TextPrompt.swift
[94/184] Compiling Noora YesOrNoChoicePrompt.swift
[95/184] Compiling Noora TableColumn.swift
[96/184] Compiling Noora TableData.swift
[97/184] Compiling Noora Content.swift
[98/184] Compiling Noora Stack.swift
[99/184] Compiling Noora TableRenderer.swift
[100/184] Compiling Noora TableStyle.swift
[101/184] Compiling Noora SelectableTable.swift
[102/184] Compiling Noora Table.swift
[103/184] Compiling Noora Alert.swift
[104/184] Compiling Noora CollapsibleStep.swift
[105/184] Compiling Noora ProgressStep.swift
[106/184] Compiling Noora SingleChoicePrompt.swift
[107/184] Compiling Noora PaginatedTable.swift
[108/184] Compiling Noora MultipleChoicePrompt.swift
[109/184] Compiling Noora ProgressBarStep.swift
[110/184] Compiling Noora Noora.swift
[111/184] Compiling Noora NooraMock.swift
[112/184] Compiling Noora StandardPipelineType.swift
[113/184] Compiling Noora Theme.swift
[114/184] Compiling Noora KeyStrokeListener.swift
[115/184] Compiling Noora Renderer.swift
[116/184] Compiling Noora Spinner.swift
[117/184] Compiling Noora StandardPipelines.swift
[118/184] Compiling Noora Terminal.swift
[119/184] Compiling Noora TerminalText.swift
[120/184] Compiling Noora String+ValidatableError.swift
[122/194] Emitting module Stencil
[131/196] Compiling SLSAdapter ServerlessConfig.swift
[132/196] Compiling SLSAdapter YAMLContent.swift
[146/196] Compiling Stencil TrimBehaviour.swift
[147/196] Compiling Stencil Variable.swift
[148/196] Compiling SLSAdapter Region.swift
[149/196] Compiling SLSAdapter Resource.swift
[150/196] Compiling SLSAdapter Package.swift
[151/196] Compiling SLSAdapter Function+Extensions.swift
[152/196] Compiling SLSAdapter Function.swift
[153/196] Compiling SLSAdapter Provider.swift
[154/196] Compiling SLSAdapter CodableDefault.swift
[155/196] Emitting module SLSAdapter
[156/196] Compiling Noora ValidationError.swift
[157/196] Compiling Noora InputValidating.swift
[158/196] Compiling Noora LengthValidationRule.swift
[161/199] Compiling Noora ValidatableError.swift
[162/199] Compiling Noora ValidatableRule.swift
[163/199] Emitting module Noora
[172/199] Compiling Noora NonEmptyValidationRule.swift
[173/199] Compiling Noora RegexValidationRule.swift
[174/199] Compiling Noora Validator.swift
[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 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",
[198/212] Compiling BreezeCommand GenerateWebhook.swift
[199/212] Compiling BreezeCommand BreezeCommand.swift
[200/212] Compiling BreezeCommand BreezeCommandError.swift
[201/212] Compiling BreezeCommand HttpAPILambdaParams.swift
[202/212] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[203/212] 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/212] 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/212] Compiling BreezeCommand Foundation+Extensions.swift
[206/212] Compiling BreezeCommand GenerateGithubWebhook.swift
[207/212] Compiling BreezeCommand GenerateLambdaAPI.swift
[208/212] Compiling BreezeCommand Stencil+Extensions.swift
[209/212] 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] Compiling BreezeCommand resource_bundle_accessor.swift
[210/213] Write Objects.LinkFileList
[211/213] Linking breeze
[212/213] Applying breeze
Build complete! (37.11s)
Fetching https://github.com/tuist/Noora.git
Fetching https://github.com/swift-serverless/swift-sls-adapter
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/apple/swift-argument-parser.git from cache
[1/5293] Fetching stencil
[54/5512] Fetching stencil, swift-sls-adapter
[1173/20027] Fetching stencil, swift-sls-adapter, noora
Fetched https://github.com/stencilproject/Stencil.git from cache (3.10s)
Fetched https://github.com/tuist/Noora.git from cache (3.10s)
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (3.10s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.11s)
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.35s)
Fetching https://github.com/jpsim/Yams.git from cache
Fetched https://github.com/jpsim/Yams.git from cache (1.24s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (1.86s)
Fetching https://github.com/kylef/Spectre.git
Fetching https://github.com/kylef/PathKit.git
[1/1021] Fetching spectre
[165/2459] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (0.86s)
Fetched https://github.com/kylef/Spectre.git from cache (0.86s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.46s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (2.51s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.49.1 (0.47s)
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/tuist/path
Fetching https://github.com/apple/swift-log from cache
[1/374] Fetching path
[110/1713] Fetching path, rainbow
Fetched https://github.com/apple/swift-log from cache (0.70s)
Fetched https://github.com/onevcat/Rainbow from cache (0.94s)
Fetched https://github.com/tuist/path from cache (0.94s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (1.53s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.45s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (2.32s)
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.48s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.55s)
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/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/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/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.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/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/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.49.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.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.