Build Information
Successful build of Breeze, reference 0.5.1 (75766d
), with Swift 6.1 for Linux on 18 Aug 2025 09:50:47 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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: 0.5.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/swift-serverless/Breeze
* tag 0.5.1 -> FETCH_HEAD
HEAD is now at 75766d6 Fix wrong runtime in LambdaAPI x86 (#14)
Cloned https://github.com/swift-serverless/Breeze.git
Revision (git rev-parse @):
75766d69ea7ee87e77fe49e4ccefb07959826de0
SUCCESS checkout https://github.com/swift-serverless/Breeze.git at 0.5.1
========================================
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"
}
],
"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"
],
"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",
"Stencil+Extensions.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/stencilproject/Stencil.git
Fetching https://github.com/swift-serverless/swift-sls-adapter
Fetching https://github.com/apple/swift-argument-parser.git
[1/219] Fetching swift-sls-adapter
[220/5512] Fetching swift-sls-adapter, stencil
[5513/21176] Fetching swift-sls-adapter, stencil, swift-argument-parser
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (0.87s)
Fetched https://github.com/stencilproject/Stencil.git from cache (0.87s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.88s)
Computing version for https://github.com/swift-serverless/swift-sls-adapter
Computed https://github.com/swift-serverless/swift-sls-adapter at 0.2.1 (1.48s)
Fetching https://github.com/jpsim/Yams.git
[1/11131] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (3.51s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (6.83s)
Fetching https://github.com/kylef/PathKit.git
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
[114/2459] Fetching spectre, pathkit
Fetched https://github.com/kylef/PathKit.git from cache (2.50s)
Fetched https://github.com/kylef/Spectre.git from cache (2.50s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (10.24s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (4.31s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (1.86s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (5.43s)
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/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/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/kylef/PathKit.git
Working copy of https://github.com/kylef/PathKit.git resolved at 1.0.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/26] Write sources
[9/26] Copying Resources
[10/26] Compiling writer.c
[11/26] Compiling reader.c
[12/26] Compiling api.c
[13/26] Compiling parser.c
[14/26] Compiling emitter.c
[15/26] Compiling scanner.c
[16/26] Write swift-version-24593BA9C3E375BF.txt
[18/50] Emitting module ArgumentParserToolInfo
[19/50] Emitting module Yams
[20/52] Compiling ArgumentParserToolInfo ToolInfo.swift
[21/53] Compiling Yams Tag.swift
[22/53] Compiling Yams YamlAnchorProviding.swift
[23/53] Wrapping AST for ArgumentParserToolInfo for debugging
[25/97] Compiling ArgumentParser ParsableArguments.swift
[26/97] Compiling ArgumentParser ParsableCommand.swift
[27/97] Compiling PathKit PathKit.swift
[28/97] Emitting module PathKit
[29/98] Compiling ArgumentParser CommandConfiguration.swift
[30/98] Compiling ArgumentParser CommandGroup.swift
[31/98] Compiling ArgumentParser Option.swift
[32/98] Compiling ArgumentParser OptionGroup.swift
[33/98] Compiling ArgumentParser AsyncParsableCommand.swift
[34/98] Compiling ArgumentParser Errors.swift
[35/98] Compiling ArgumentParser Flag.swift
[36/98] Compiling ArgumentParser NameSpecification.swift
[38/98] Compiling ArgumentParser BashCompletionsGenerator.swift
[39/98] Compiling ArgumentParser CompletionsGenerator.swift
[40/98] Compiling ArgumentParser FishCompletionsGenerator.swift
[41/98] Compiling ArgumentParser ArgumentHelp.swift
[42/98] Compiling ArgumentParser ArgumentVisibility.swift
[43/98] Compiling ArgumentParser CompletionKind.swift
[44/98] Compiling ArgumentParser ZshCompletionsGenerator.swift
[45/98] Compiling ArgumentParser Argument.swift
[46/98] Compiling ArgumentParser ArgumentDiscussion.swift
[47/99] Wrapping AST for PathKit for debugging
[48/99] Wrapping AST for Yams for debugging
[50/130] Compiling ArgumentParser CollectionExtensions.swift
[51/130] Compiling ArgumentParser Mutex.swift
[52/130] Compiling ArgumentParser Platform.swift
[53/130] Compiling ArgumentParser SequenceExtensions.swift
[54/130] Compiling ArgumentParser StringExtensions.swift
[55/130] Compiling ArgumentParser SwiftExtensions.swift
[56/136] Emitting module ArgumentParser
[57/136] Emitting module SLSAdapter
[58/137] Emitting module Stencil
[59/139] Compiling SLSAdapter CodableDefault.swift
[60/139] Compiling SLSAdapter Function+Extensions.swift
[61/139] Compiling SLSAdapter Resource.swift
[62/139] Compiling SLSAdapter Region.swift
[63/139] Compiling SLSAdapter ServerlessConfig.swift
[64/139] Compiling SLSAdapter YAMLContent.swift
[67/139] Compiling Stencil Environment.swift
[68/139] Compiling Stencil Errors.swift
[69/139] Compiling Stencil Expression.swift
[70/139] Compiling Stencil Extension.swift
[71/139] Compiling Stencil Loader.swift
[72/139] Compiling Stencil Node.swift
[73/139] Compiling Stencil NowTag.swift
[74/139] Compiling Stencil IfTag.swift
[75/139] Compiling Stencil Include.swift
[76/139] Compiling Stencil Inheritance.swift
[77/139] Compiling Stencil FilterTag.swift
[78/139] Compiling Stencil Filters.swift
[79/139] Compiling Stencil ForTag.swift
[80/139] Compiling Stencil KeyPath.swift
[81/139] Compiling Stencil LazyValueWrapper.swift
[82/139] Compiling Stencil Lexer.swift
[83/139] Compiling Stencil Parser.swift
[84/139] Compiling Stencil Template.swift
[85/139] Compiling Stencil Tokenizer.swift
[86/139] Compiling Stencil TrimBehaviour.swift
[87/139] Compiling Stencil Variable.swift
[88/140] Compiling ArgumentParser Tree.swift
[89/140] Compiling ArgumentParser CodingKeyValidator.swift
[90/140] Compiling ArgumentParser NonsenseFlagsValidator.swift
[91/140] Compiling ArgumentParser ParsableArgumentsValidation.swift
[92/140] Compiling ArgumentParser PositionalArgumentsValidator.swift
[93/140] Compiling ArgumentParser UniqueNamesValidator.swift
[100/140] Compiling SLSAdapter Function.swift
[101/140] Wrapping AST for Stencil for debugging
[110/140] Compiling SLSAdapter Package.swift
[111/140] Compiling SLSAdapter Provider.swift
[113/141] Compiling ArgumentParser SplitArguments.swift
[114/141] Compiling ArgumentParser DumpHelpGenerator.swift
[115/141] Compiling ArgumentParser HelpCommand.swift
[116/141] Compiling ArgumentParser HelpGenerator.swift
[117/141] Compiling ArgumentParser MessageInfo.swift
[118/141] Compiling ArgumentParser UsageGenerator.swift
[119/141] Compiling ArgumentParser InputKey.swift
[120/141] Compiling ArgumentParser InputOrigin.swift
[121/141] Compiling ArgumentParser Name.swift
[122/141] Compiling ArgumentParser Parsed.swift
[123/141] Compiling ArgumentParser ParsedValues.swift
[124/141] Compiling ArgumentParser ParserError.swift
[124/141] Wrapping AST for SLSAdapter for debugging
[136/141] Compiling ArgumentParser ArgumentSet.swift
[137/141] Compiling ArgumentParser CommandParser.swift
[138/142] Wrapping AST for ArgumentParser for debugging
[140/154] Compiling BreezeCommand Stencil+Extensions.swift
[141/154] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[142/155] Compiling BreezeCommand GenerateWebhook.swift
[143/155] Compiling BreezeCommand Foundation+Extensions.swift
[144/155] Compiling BreezeCommand GenerateGithubWebhook.swift
[145/155] Compiling BreezeCommand HttpAPILambdaParams.swift
[146/155] Compiling BreezeCommand GenerateLambdaAPI.swift
[147/155] Compiling BreezeCommand resource_bundle_accessor.swift
[148/155] Emitting module BreezeCommand
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:21: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
19 | extension ServerlessConfig {
20 |
21 | 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
22 |
23 | func writeSLS(targetPath: String, ymlFileName: String) 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 |
19 | extension ServerlessConfig {
20 |
21 | 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
22 |
23 | func writeSLS(targetPath: String, ymlFileName: String) throws {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:64: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
62 |
63 | extension BreezeConfig {
64 | 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
65 | static func load(from url: URL) throws -> BreezeConfig {
66 | 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 |
18 | struct BreezeConfig: Codable {
:
62 |
63 | extension BreezeConfig {
64 | 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
65 | static func load(from url: URL) throws -> BreezeConfig {
66 | let paramsYML = try Data(contentsOf: url)
[149/155] Compiling BreezeCommand BreezeCommand.swift
[150/155] Compiling BreezeCommand BreezeCommandError.swift
[151/155] Compiling BreezeCommand BreezeConfig+ServerlessConfig.swift
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:21: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
19 | extension ServerlessConfig {
20 |
21 | 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
22 |
23 | func writeSLS(targetPath: String, ymlFileName: String) 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 |
19 | extension ServerlessConfig {
20 |
21 | 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
22 |
23 | func writeSLS(targetPath: String, ymlFileName: String) throws {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:64: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
62 |
63 | extension BreezeConfig {
64 | 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
65 | static func load(from url: URL) throws -> BreezeConfig {
66 | 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 |
18 | struct BreezeConfig: Codable {
:
62 |
63 | extension BreezeConfig {
64 | 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
65 | static func load(from url: URL) throws -> BreezeConfig {
66 | let paramsYML = try Data(contentsOf: url)
[152/155] Compiling BreezeCommand BreezeConfig.swift
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig+ServerlessConfig.swift:21: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
19 | extension ServerlessConfig {
20 |
21 | 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
22 |
23 | func writeSLS(targetPath: String, ymlFileName: String) 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 |
19 | extension ServerlessConfig {
20 |
21 | 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
22 |
23 | func writeSLS(targetPath: String, ymlFileName: String) throws {
/host/spi-builder-workspace/Sources/BreezeCommand/BreezeConfig.swift:64: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
62 |
63 | extension BreezeConfig {
64 | 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
65 | static func load(from url: URL) throws -> BreezeConfig {
66 | 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 |
18 | struct BreezeConfig: Codable {
:
62 |
63 | extension BreezeConfig {
64 | 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
65 | static func load(from url: URL) throws -> BreezeConfig {
66 | let paramsYML = try Data(contentsOf: url)
[153/156] Wrapping AST for BreezeCommand for debugging
[154/156] Write Objects.LinkFileList
[155/156] Linking breeze
Build complete! (64.70s)
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"
}
],
"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"
],
"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",
"Stencil+Extensions.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
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.