Build Information
Successful build of Breeze, reference main (308de2
), with Swift 5.10 for macOS (SPM) on 18 Aug 2025 09:54:41 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-serverless/Breeze.git
Reference: main
Initialized empty Git repository in /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 308de24 Improve Readme and Add Noora to CLI
Cloned https://github.com/swift-serverless/Breeze.git
Revision (git rev-parse @):
308de24040a4fdde75045d191a568aed36829bba
SUCCESS checkout https://github.com/swift-serverless/Breeze.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/swift-serverless/Breeze.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin GenerateDoccReference
[2/2] Compiling plugin GenerateManual
Building for debugging...
[2/27] Write sources
[6/27] Write breeze-entitlement.plist
[6/27] Write sources
[14/27] Copying Resources
[15/27] Write swift-version-33747A42983211AE.txt
[17/51] Emitting module Path
[18/51] Compiling Path Path.swift
[18/51] Compiling api.c
[19/51] Compiling scanner.c
[20/51] Compiling parser.c
[21/51] Compiling reader.c
[23/53] Compiling Logging MetadataProvider.swift
[23/53] Compiling writer.c
[24/53] Compiling emitter.c
[26/53] Compiling Logging Logging.swift
[27/53] Compiling Logging Locks.swift
[28/53] Compiling Logging LogHandler.swift
[29/53] Emitting module Logging
[30/73] Emitting module ArgumentParserToolInfo
[31/73] Compiling ArgumentParserToolInfo ToolInfo.swift
[32/119] Compiling Rainbow Style.swift
[33/119] Compiling Rainbow StringGenerator.swift
[34/120] Compiling Rainbow String+Rainbow.swift
[35/120] Emitting module PathKit
[36/120] Compiling Rainbow String+ConditionalStyling.swift
[37/120] Compiling ArgumentParser ArgumentHelp.swift
[38/120] Compiling ArgumentParser ArgumentVisibility.swift
[39/120] Compiling ArgumentParser CompletionKind.swift
[40/120] Compiling ArgumentParser Errors.swift
[41/120] Compiling ArgumentParser InputKey.swift
[42/120] Compiling ArgumentParser InputOrigin.swift
[43/120] Emitting module Rainbow
[44/120] Compiling ArgumentParser Name.swift
[45/120] Compiling ArgumentParser Parsed.swift
[46/120] Compiling ArgumentParser ParsedValues.swift
[47/120] Compiling ArgumentParser ArgumentDiscussion.swift
[53/124] Compiling Rainbow StyledStringBuilder.swift
[54/124] Compiling PathKit PathKit.swift
[55/180] Compiling Stencil Context.swift
[56/180] Compiling Stencil DynamicMemberLookup.swift
[57/180] Compiling Stencil Environment.swift
[58/180] Compiling Stencil NowTag.swift
[59/180] Compiling Stencil Parser.swift
[60/180] Compiling ArgumentParser NonsenseFlagsValidator.swift
[61/180] Compiling ArgumentParser ParsableArgumentsValidation.swift
[62/180] Compiling ArgumentParser PositionalArgumentsValidator.swift
[63/180] Compiling ArgumentParser UniqueNamesValidator.swift
[64/180] Emitting module ArgumentParser
[65/180] Compiling Stencil Inheritance.swift
[66/180] Compiling Stencil KeyPath.swift
[67/182] Compiling ArgumentParser SequenceExtensions.swift
[68/182] Compiling ArgumentParser StringExtensions.swift
[69/182] Compiling ArgumentParser SwiftExtensions.swift
[70/182] Compiling ArgumentParser Tree.swift
[71/182] Compiling ArgumentParser CodingKeyValidator.swift
[72/182] Compiling ArgumentParser MessageInfo.swift
[73/182] Compiling ArgumentParser UsageGenerator.swift
[74/182] Compiling ArgumentParser CollectionExtensions.swift
[75/182] Compiling ArgumentParser Mutex.swift
[76/182] Compiling ArgumentParser Platform.swift
[77/182] Emitting module Yams
[78/184] Compiling Stencil Include.swift
[79/184] Compiling Stencil FilterTag.swift
[80/184] Compiling Stencil Filters.swift
[81/184] Compiling Stencil ForTag.swift
[82/184] Compiling Yams YamlError.swift
[83/184] Compiling Stencil Template.swift
[84/184] Compiling Stencil Tokenizer.swift
[85/184] Compiling Stencil Loader.swift
[86/184] Compiling Stencil Node.swift
[87/184] Compiling Stencil IfTag.swift
[88/184] Emitting module Stencil
[102/184] Compiling Stencil LazyValueWrapper.swift
[103/184] Compiling Stencil Errors.swift
[104/184] Compiling Stencil Lexer.swift
[107/184] Compiling Stencil Expression.swift
[108/184] Compiling Stencil Extension.swift
[127/184] Compiling Stencil TrimBehaviour.swift
[128/184] Compiling Stencil Variable.swift
[130/184] Compiling Yams YamlTagProviding.swift
[131/184] Compiling Noora TableStyle.swift
[132/184] Compiling Noora ValidationError.swift
[133/184] Compiling Noora InputValidating.swift
[134/184] Compiling Noora LengthValidationRule.swift
[135/184] Compiling Noora TextPrompt.swift
[136/184] Compiling Noora YesOrNoChoicePrompt.swift
[137/184] Compiling Noora Stack.swift
[138/184] Compiling Noora Character+isPrintable.swift
[139/184] Compiling ArgumentParser HelpCommand.swift
[140/184] Compiling ArgumentParser HelpGenerator.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
[144/194] Compiling Noora TableData.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
[145/194] Compiling Noora TableRenderer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsing/CommandParser.swift:17:17: remark: '@preconcurrency' attribute on module 'Dispatch' is unused
@preconcurrency import class Dispatch.DispatchSemaphore
~~~~~~~~~~~~~~~~^
[146/194] Compiling SLSAdapter YAMLContent.swift
[147/194] Compiling SLSAdapter Package.swift
[148/194] Compiling SLSAdapter Resource.swift
[149/194] Compiling SLSAdapter ServerlessConfig.swift
[150/194] Compiling SLSAdapter Function+Extensions.swift
[151/194] Compiling SLSAdapter Function.swift
[152/194] Compiling SLSAdapter CodableDefault.swift
[153/194] Compiling SLSAdapter Provider.swift
[154/194] Compiling SLSAdapter Region.swift
[155/194] Emitting module SLSAdapter
[163/197] Compiling Noora NonEmptyValidationRule.swift
[164/197] Compiling Noora RegexValidationRule.swift
[165/197] Compiling Noora Validator.swift
[170/197] Emitting module Noora
[192/197] Write Objects.LinkFileList
/Applications/Xcode-15.4.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)'
[193/197] Archiving libNoora.a
[195/210] Compiling BreezeCommand Stencil+Extensions.swift
[196/210] Compiling BreezeCommand GenerateLambdaAPI.swift
[197/210] Compiling BreezeCommand Noora+Extensions.swift
[198/211] Compiling BreezeCommand ServerlessConfig+DynamoDBLambdaAPI.swift
[199/211] Compiling BreezeCommand GenerateWebhook.swift
[200/211] Compiling BreezeCommand resource_bundle_accessor.swift
[201/211] Compiling BreezeCommand HttpAPILambdaParams.swift
[202/211] Emitting module BreezeCommand
[203/211] Compiling BreezeCommand BreezeConfig+ServerlessConfig.swift
[204/211] Compiling BreezeCommand BreezeConfig.swift
[205/211] Compiling BreezeCommand BreezeCommand.swift
[206/211] Compiling BreezeCommand BreezeCommandError.swift
[207/211] Compiling BreezeCommand Foundation+Extensions.swift
[208/211] Compiling BreezeCommand GenerateGithubWebhook.swift
[208/211] Write Objects.LinkFileList
[209/211] Linking breeze
[210/211] Applying breeze
Build complete! (32.84s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/tuist/Noora.git
Fetching https://github.com/stencilproject/Stencil.git
Fetching https://github.com/swift-serverless/swift-sls-adapter
[7/219] Fetching swift-sls-adapter
[146/5512] Fetching swift-sls-adapter, stencil
[377/18608] Fetching swift-sls-adapter, stencil, noora
[2361/34272] Fetching swift-sls-adapter, stencil, noora, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser.git from cache (3.56s)
Fetched https://github.com/stencilproject/Stencil.git from cache (3.56s)
Fetched https://github.com/tuist/Noora.git from cache (3.56s)
Fetched https://github.com/swift-serverless/swift-sls-adapter from cache (3.56s)
Computing version for https://github.com/swift-serverless/swift-sls-adapter
Computed https://github.com/swift-serverless/swift-sls-adapter at 0.2.1 (2.26s)
Fetching https://github.com/jpsim/Yams.git
[1/11131] Fetching yams
Fetched https://github.com/jpsim/Yams.git from cache (2.01s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.43s)
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/Spectre.git from cache (0.91s)
Fetched https://github.com/kylef/PathKit.git from cache (0.91s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.44s)
Computing version for https://github.com/kylef/PathKit.git
Computed https://github.com/kylef/PathKit.git at 1.0.1 (1.70s)
Computing version for https://github.com/tuist/Noora.git
Computed https://github.com/tuist/Noora.git at 0.47.0 (0.33s)
Fetching https://github.com/tuist/path
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/apple/swift-log
[1/362] Fetching path
[81/1697] Fetching path, rainbow
[1098/5594] Fetching path, rainbow, swift-log
Fetched https://github.com/apple/swift-log from cache (1.04s)
Fetched https://github.com/onevcat/Rainbow from cache (1.04s)
Fetched https://github.com/tuist/path from cache (1.05s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.36s)
Computing version for https://github.com/tuist/path
Computed https://github.com/tuist/path at 0.3.8 (0.43s)
Computing version for https://github.com/apple/swift-log
Computed https://github.com/apple/swift-log at 1.6.4 (0.35s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.2.0 (1.71s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.4.0 (0.44s)
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/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-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/tuist/Noora.git
Working copy of https://github.com/tuist/Noora.git resolved at 0.47.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.2.0
Creating working copy for https://github.com/swift-serverless/swift-sls-adapter
Working copy of https://github.com/swift-serverless/swift-sls-adapter resolved at 0.2.1
Creating working copy for https://github.com/stencilproject/Stencil.git
Working copy of https://github.com/stencilproject/Stencil.git resolved at 0.15.1
Creating working copy for https://github.com/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
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.