Build Information
Successful build of Genesis, reference master (f09679
), with Swift 6.1 for Linux on 27 Apr 2025 15:24:19 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/yonaskolb/Genesis.git
Reference: master
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/yonaskolb/Genesis
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at f096796 Update README.md
Cloned https://github.com/yonaskolb/Genesis.git
Revision (git rev-parse @):
f0967966fafba5a36665778a91c9d1e8245cb7fd
SUCCESS checkout https://github.com/yonaskolb/Genesis.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/yonaskolb/Genesis.git
https://github.com/yonaskolb/Genesis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "stencilswiftkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftGen/StencilSwiftKit"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.3",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "Genesis",
"name" : "Genesis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "genesis",
"targets" : [
"Genesis"
],
"type" : {
"executable" : null
}
},
{
"name" : "GenesisKit",
"targets" : [
"GenesisKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenesisKitTests",
"module_type" : "SwiftTarget",
"name" : "GenesisKitTests",
"path" : "Tests/GenesisKitTests",
"sources" : [
"Fixtures.swift",
"GeneratorTests.swift",
"TemplateTests.swift",
"WritingTests.swift"
],
"target_dependencies" : [
"GenesisKit"
],
"type" : "test"
},
{
"c99name" : "GenesisKit",
"module_type" : "SwiftTarget",
"name" : "GenesisKit",
"path" : "Sources/GenesisKit",
"product_dependencies" : [
"SwiftCLI",
"StencilSwiftKit",
"Yams",
"PathKit",
"Rainbow"
],
"product_memberships" : [
"genesis",
"GenesisKit"
],
"sources" : [
"File.swift",
"GenesisTemplate.swift",
"Input.swift",
"Option.swift",
"TemplateGenerator.swift"
],
"type" : "library"
},
{
"c99name" : "GenesisCLITests",
"module_type" : "SwiftTarget",
"name" : "GenesisCLITests",
"path" : "Tests/GenesisCLITests",
"sources" : [
"CLITests.swift"
],
"target_dependencies" : [
"GenesisCLI"
],
"type" : "test"
},
{
"c99name" : "GenesisCLI",
"module_type" : "SwiftTarget",
"name" : "GenesisCLI",
"path" : "Sources/GenesisCLI",
"product_dependencies" : [
"SwiftCLI"
],
"product_memberships" : [
"genesis"
],
"sources" : [
"GenerateCommand.swift",
"GenesisCLI.swift",
"Streams.swift"
],
"target_dependencies" : [
"GenesisKit"
],
"type" : "library"
},
{
"c99name" : "Genesis",
"module_type" : "SwiftTarget",
"name" : "Genesis",
"path" : "Sources/Genesis",
"product_memberships" : [
"genesis"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GenesisCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/SwiftGen/StencilSwiftKit
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/jpsim/Yams
[1/1196] Fetching rainbow
[1197/5204] Fetching rainbow, stencilswiftkit
[1198/6615] Fetching rainbow, stencilswiftkit, pathkit
[2384/11689] Fetching rainbow, stencilswiftkit, pathkit, swiftcli
[5595/21978] Fetching rainbow, stencilswiftkit, pathkit, swiftcli, yams
Fetched https://github.com/kylef/PathKit from cache (0.94s)
[17882/20567] Fetching rainbow, stencilswiftkit, swiftcli, yams
Fetched https://github.com/jpsim/Yams from cache (0.97s)
[7954/10278] Fetching rainbow, stencilswiftkit, swiftcli
Fetched https://github.com/onevcat/Rainbow from cache (1.69s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (1.69s)
Fetched https://github.com/SwiftGen/StencilSwiftKit from cache (1.73s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (2.18s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (1.80s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.20s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (2.01s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit
Computed https://github.com/SwiftGen/StencilSwiftKit at 2.10.1 (0.46s)
Fetching https://github.com/shibapm/Komondor.git
Fetching https://github.com/stencilproject/Stencil.git
[1/509] Fetching komondor
[510/5802] Fetching komondor, stencil
Fetched https://github.com/shibapm/Komondor.git from cache (0.25s)
Fetched https://github.com/stencilproject/Stencil.git from cache (0.25s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (0.70s)
Fetching https://github.com/JohnSundell/ShellOut.git
Fetching https://github.com/shibapm/PackageConfig.git
[1/580] Fetching packageconfig
[581/1540] Fetching packageconfig, shellout
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.20s)
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.20s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.64s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.45s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.46s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.46s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.45s)
Creating working copy for https://github.com/SwiftGen/StencilSwiftKit
Working copy of https://github.com/SwiftGen/StencilSwiftKit resolved at 2.10.1
Creating working copy for https://github.com/JohnSundell/ShellOut.git
Working copy of https://github.com/JohnSundell/ShellOut.git resolved at 2.3.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/shibapm/Komondor.git
Working copy of https://github.com/shibapm/Komondor.git resolved at 1.1.3
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.1
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 4.1.0
Creating working copy for https://github.com/shibapm/PackageConfig.git
Working copy of https://github.com/shibapm/PackageConfig.git resolved at 1.1.3
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/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Building for debugging...
[0/27] Write sources
[9/27] Compiling writer.c
[10/27] Compiling reader.c
[11/27] Compiling api.c
[12/27] Compiling parser.c
[13/27] Compiling emitter.c
[14/27] Write swift-version-24593BA9C3E375BF.txt
[15/27] Compiling scanner.c
[17/80] Emitting module Yams
[18/82] Compiling Rainbow StringGenerator.swift
[19/83] Compiling Rainbow String+Rainbow.swift
[20/83] Compiling Yams Tag.swift
[21/83] Compiling Yams YamlAnchorProviding.swift
[22/83] Compiling Yams Node.Alias.swift
[23/83] Compiling Yams Node.Mapping.swift
[24/83] Compiling Yams Node.Scalar.swift
[25/83] Compiling Rainbow Style.swift
[26/83] Compiling Yams YamlError.swift
[27/83] Compiling Yams YamlTagProviding.swift
[28/83] Compiling Yams Anchor.swift
[29/83] Compiling Yams Constructor.swift
[30/83] Compiling Yams Decoder.swift
[31/85] Compiling Yams Resolver.swift
[32/85] Compiling Yams String+Yams.swift
[36/85] Compiling Yams Emitter.swift
[37/85] Compiling Yams Encoder.swift
[38/85] Compiling Yams Mark.swift
[39/85] Compiling Yams Node.Sequence.swift
[40/85] Compiling Yams Node.swift
[41/85] Compiling Yams Parser.swift
[48/85] Compiling Yams RedundancyAliasingStrategy.swift
[49/85] Compiling Yams Representer.swift
[51/85] Emitting module SwiftCLI
[52/85] Compiling Rainbow Rainbow.swift
[55/85] Emitting module PathKit
[56/85] Compiling PathKit PathKit.swift
[71/86] Emitting module Rainbow
[72/86] Compiling Rainbow OutputTarget.swift
[76/88] Compiling SwiftCLI ValueBox.swift
[77/88] Compiling SwiftCLI VersionCommand.swift
[77/89] Wrapping AST for Yams for debugging
[78/89] Wrapping AST for PathKit for debugging
[79/90] Wrapping AST for Rainbow for debugging
[81/111] Wrapping AST for SwiftCLI for debugging
[83/111] Emitting module Stencil
[84/113] Compiling Stencil Context.swift
[85/113] Compiling Stencil DynamicMemberLookup.swift
[86/113] Compiling Stencil Environment.swift
[87/113] Compiling Stencil FilterTag.swift
[88/113] Compiling Stencil Filters.swift
[89/113] Compiling Stencil ForTag.swift
[90/113] Compiling Stencil Errors.swift
[91/113] Compiling Stencil Expression.swift
[92/113] Compiling Stencil Extension.swift
[93/113] Compiling Stencil KeyPath.swift
[94/113] Compiling Stencil LazyValueWrapper.swift
[95/113] Compiling Stencil Lexer.swift
[96/113] Compiling Stencil TrimBehaviour.swift
[97/113] Compiling Stencil Variable.swift
[98/113] Compiling Stencil Loader.swift
[99/113] Compiling Stencil Node.swift
[100/113] Compiling Stencil NowTag.swift
[101/113] Compiling Stencil IfTag.swift
[102/113] Compiling Stencil Include.swift
[103/113] Compiling Stencil Inheritance.swift
[104/113] Compiling Stencil Parser.swift
[105/113] Compiling Stencil Template.swift
[106/113] Compiling Stencil Tokenizer.swift
[107/114] Wrapping AST for Stencil for debugging
[109/126] Compiling StencilSwiftKit SetNode.swift
[110/127] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[111/127] Compiling StencilSwiftKit Parameters.swift
[112/127] Compiling StencilSwiftKit ImportNode.swift
[113/127] Compiling StencilSwiftKit MapNode.swift
[114/127] Compiling StencilSwiftKit Environment.swift
[115/127] Compiling StencilSwiftKit Filters+Numbers.swift
[116/127] Compiling StencilSwiftKit CallMacroNodes.swift
[117/127] Compiling StencilSwiftKit Context.swift
[118/127] Compiling StencilSwiftKit Filters+Strings.swift
[119/127] Compiling StencilSwiftKit Filters.swift
[120/127] Emitting module StencilSwiftKit
[121/127] Compiling StencilSwiftKit SwiftIdentifier.swift
[122/128] Wrapping AST for StencilSwiftKit for debugging
[124/134] Compiling GenesisKit Input.swift
[125/134] Compiling GenesisKit TemplateGenerator.swift
/host/spi-builder-workspace/Sources/GenesisKit/TemplateGenerator.swift:187:10: warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
185 | case templateSyntax(TemplateSyntaxError)
186 | case missingTemplate(TemplateDoesNotExist)
187 | case missingOption(Option)
| `- warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
188 | }
189 |
/host/spi-builder-workspace/Sources/GenesisKit/Option.swift:2:15: note: consider making struct 'Option' conform to the 'Sendable' protocol
1 |
2 | public struct Option: Equatable, Decodable {
| `- note: consider making struct 'Option' conform to the 'Sendable' protocol
3 |
4 | public var name: String
[126/134] Compiling GenesisKit GenesisTemplate.swift
[127/134] Compiling GenesisKit File.swift
[128/134] Emitting module GenesisKit
/host/spi-builder-workspace/Sources/GenesisKit/TemplateGenerator.swift:187:10: warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
185 | case templateSyntax(TemplateSyntaxError)
186 | case missingTemplate(TemplateDoesNotExist)
187 | case missingOption(Option)
| `- warning: associated value 'missingOption' of 'Sendable'-conforming enum 'GeneratorError' has non-sendable type 'Option'; this is an error in the Swift 6 language mode
188 | }
189 |
/host/spi-builder-workspace/Sources/GenesisKit/Option.swift:2:15: note: consider making struct 'Option' conform to the 'Sendable' protocol
1 |
2 | public struct Option: Equatable, Decodable {
| `- note: consider making struct 'Option' conform to the 'Sendable' protocol
3 |
4 | public var name: String
[129/134] Compiling GenesisKit Option.swift
[130/135] Wrapping AST for GenesisKit for debugging
[132/139] Compiling GenesisCLI Streams.swift
/host/spi-builder-workspace/Sources/GenesisCLI/Streams.swift:6:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
2 | import SwiftCLI
3 |
4 | public struct Streams {
| `- note: consider making struct 'Streams' conform to the 'Sendable' protocol
5 |
6 | public static let `default` = Streams()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | public let out: WritableStream
[133/139] Compiling GenesisCLI GenesisCLI.swift
[134/139] Emitting module GenesisCLI
/host/spi-builder-workspace/Sources/GenesisCLI/Streams.swift:6:23: warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
2 | import SwiftCLI
3 |
4 | public struct Streams {
| `- note: consider making struct 'Streams' conform to the 'Sendable' protocol
5 |
6 | public static let `default` = Streams()
| |- warning: static property 'default' is not concurrency-safe because non-'Sendable' type 'Streams' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 |
8 | public let out: WritableStream
[135/139] Compiling GenesisCLI GenerateCommand.swift
[136/140] Wrapping AST for GenesisCLI for debugging
[138/142] Compiling Genesis main.swift
[139/142] Emitting module Genesis
[140/143] Wrapping AST for Genesis for debugging
[141/143] Write Objects.LinkFileList
[142/143] Linking genesis
Build complete! (26.50s)
Build complete.
{
"dependencies" : [
{
"identity" : "stencilswiftkit",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftGen/StencilSwiftKit"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams"
},
{
"identity" : "pathkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kylef/PathKit"
},
{
"identity" : "rainbow",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/onevcat/Rainbow"
},
{
"identity" : "swiftcli",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.3",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jakeheis/SwiftCLI"
}
],
"manifest_display_name" : "Genesis",
"name" : "Genesis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "genesis",
"targets" : [
"Genesis"
],
"type" : {
"executable" : null
}
},
{
"name" : "GenesisKit",
"targets" : [
"GenesisKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "GenesisKitTests",
"module_type" : "SwiftTarget",
"name" : "GenesisKitTests",
"path" : "Tests/GenesisKitTests",
"sources" : [
"Fixtures.swift",
"GeneratorTests.swift",
"TemplateTests.swift",
"WritingTests.swift"
],
"target_dependencies" : [
"GenesisKit"
],
"type" : "test"
},
{
"c99name" : "GenesisKit",
"module_type" : "SwiftTarget",
"name" : "GenesisKit",
"path" : "Sources/GenesisKit",
"product_dependencies" : [
"SwiftCLI",
"StencilSwiftKit",
"Yams",
"PathKit",
"Rainbow"
],
"product_memberships" : [
"genesis",
"GenesisKit"
],
"sources" : [
"File.swift",
"GenesisTemplate.swift",
"Input.swift",
"Option.swift",
"TemplateGenerator.swift"
],
"type" : "library"
},
{
"c99name" : "GenesisCLITests",
"module_type" : "SwiftTarget",
"name" : "GenesisCLITests",
"path" : "Tests/GenesisCLITests",
"sources" : [
"CLITests.swift"
],
"target_dependencies" : [
"GenesisCLI"
],
"type" : "test"
},
{
"c99name" : "GenesisCLI",
"module_type" : "SwiftTarget",
"name" : "GenesisCLI",
"path" : "Sources/GenesisCLI",
"product_dependencies" : [
"SwiftCLI"
],
"product_memberships" : [
"genesis"
],
"sources" : [
"GenerateCommand.swift",
"GenesisCLI.swift",
"Streams.swift"
],
"target_dependencies" : [
"GenesisKit"
],
"type" : "library"
},
{
"c99name" : "Genesis",
"module_type" : "SwiftTarget",
"name" : "Genesis",
"path" : "Sources/Genesis",
"product_memberships" : [
"genesis"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"GenesisCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.