Build Information
Successful build of Stringly, reference 0.9.0 (25e942
), with Swift 6.1 for Linux on 26 Apr 2025 16:29:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/Stringly.git
Reference: 0.9.0
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/Stringly
* tag 0.9.0 -> FETCH_HEAD
HEAD is now at 25e9428 update version
Cloned https://github.com/yonaskolb/Stringly.git
Revision (git rev-parse @):
25e94284867ef64639eab73735ecf81bf14e707a
SUCCESS checkout https://github.com/yonaskolb/Stringly.git at 0.9.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/yonaskolb/Stringly.git
https://github.com/yonaskolb/Stringly.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.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" : "3.1.0",
"upper_bound" : "4.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"
},
{
"identity" : "tomldeserializer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dduan/TOMLDeserializer"
},
{
"identity" : "codability",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yonaskolb/Codability"
}
],
"manifest_display_name" : "Stringly",
"name" : "Stringly",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "stringly",
"targets" : [
"Stringly"
],
"type" : {
"executable" : null
}
},
{
"name" : "StringlyKit",
"targets" : [
"StringlyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StringlyKitTests",
"module_type" : "SwiftTarget",
"name" : "StringlyKitTests",
"path" : "Tests/StringlyKitTests",
"product_dependencies" : [
"PathKit"
],
"sources" : [
"StringlyKitTests.swift"
],
"target_dependencies" : [
"StringlyKit"
],
"type" : "test"
},
{
"c99name" : "StringlyKit",
"module_type" : "SwiftTarget",
"name" : "StringlyKit",
"path" : "Sources/StringlyKit",
"product_dependencies" : [
"Codability"
],
"product_memberships" : [
"stringly",
"StringlyKit"
],
"sources" : [
"Generator.swift",
"Generators/StringsDictGenerator.swift",
"Generators/StringsGenerator.swift",
"Generators/SwiftGenerator.swift",
"StringGroup.swift",
"StringLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "StringlyCLITests",
"module_type" : "SwiftTarget",
"name" : "StringlyCLITests",
"path" : "Tests/StringlyCLITests",
"product_dependencies" : [
"PathKit"
],
"sources" : [
"StringDiff.swift",
"StringlyCLITests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"StringlyCLI"
],
"type" : "test"
},
{
"c99name" : "StringlyCLI",
"module_type" : "SwiftTarget",
"name" : "StringlyCLI",
"path" : "Sources/StringlyCLI",
"product_dependencies" : [
"Yams",
"Rainbow",
"SwiftCLI",
"PathKit",
"TOMLDeserializer"
],
"product_memberships" : [
"stringly"
],
"sources" : [
"CLI.swift",
"Commands/GenerateCommand.swift",
"Commands/GenerateFileCommand.swift",
"FileType.swift",
"FileWriter.swift",
"GenerateError.swift",
"Loader.swift",
"PlatformType.swift"
],
"target_dependencies" : [
"StringlyKit"
],
"type" : "library"
},
{
"c99name" : "Stringly",
"module_type" : "SwiftTarget",
"name" : "Stringly",
"path" : "Sources/Stringly",
"product_memberships" : [
"stringly"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"StringlyCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/onevcat/Rainbow
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/jpsim/Yams
Fetching https://github.com/yonaskolb/Codability
Fetching https://github.com/jakeheis/SwiftCLI
Fetching https://github.com/dduan/TOMLDeserializer
[1/126] Fetching codability
[127/929] Fetching codability, tomldeserializer
[930/2125] Fetching codability, tomldeserializer, rainbow
[1708/3536] Fetching codability, tomldeserializer, rainbow, pathkit
[3537/8610] Fetching codability, tomldeserializer, rainbow, pathkit, swiftcli
[7140/18899] Fetching codability, tomldeserializer, rainbow, pathkit, swiftcli, yams
Fetched https://github.com/dduan/TOMLDeserializer from cache (0.37s)
Fetched https://github.com/yonaskolb/Codability from cache (0.39s)
[9431/17970] Fetching rainbow, pathkit, swiftcli, yams
Fetched https://github.com/kylef/PathKit from cache (1.02s)
Fetched https://github.com/onevcat/Rainbow from cache (1.02s)
Fetched https://github.com/jakeheis/SwiftCLI from cache (1.02s)
Fetched https://github.com/jpsim/Yams from cache (1.05s)
Computing version for https://github.com/yonaskolb/Codability
Computed https://github.com/yonaskolb/Codability at 0.2.1 (3.34s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (0.59s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.02s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.36s)
Computing version for https://github.com/dduan/TOMLDeserializer
Computed https://github.com/dduan/TOMLDeserializer at 0.2.5 (1.06s)
Fetching https://github.com/dduan/NetTime
[1/411] Fetching nettime
Fetched https://github.com/dduan/NetTime from cache (0.31s)
Computing version for https://github.com/dduan/NetTime
Computed https://github.com/dduan/NetTime at 0.2.3 (1.21s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.69s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 1.0.2 (0.80s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (0.90s)
Creating working copy for https://github.com/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 1.0.2
Creating working copy for https://github.com/yonaskolb/Codability
Working copy of https://github.com/yonaskolb/Codability 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/dduan/NetTime
Working copy of https://github.com/dduan/NetTime resolved at 0.2.3
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/jakeheis/SwiftCLI
Working copy of https://github.com/jakeheis/SwiftCLI resolved at 6.0.3
Creating working copy for https://github.com/dduan/TOMLDeserializer
Working copy of https://github.com/dduan/TOMLDeserializer resolved at 0.2.5
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Building for debugging...
[0/29] Write sources
[10/29] Compiling writer.c
[10/29] Compiling reader.c
[12/29] Compiling parser.c
[13/29] Compiling api.c
[14/29] Compiling scanner.c
[15/29] Compiling emitter.c
[16/29] Write swift-version-24593BA9C3E375BF.txt
[18/93] Emitting module SwiftCLI
[19/95] Compiling Rainbow String+Rainbow.swift
[20/96] Compiling SwiftCLI ValueBox.swift
[21/96] Compiling SwiftCLI VersionCommand.swift
[22/96] Compiling Rainbow StringGenerator.swift
[23/96] Compiling Rainbow Style.swift
[24/96] Compiling NetTime TimeOffset.swift
[25/96] Compiling NetTime LocalDateTime.swift
[26/96] Compiling NetTime LocalTime.swift
[27/96] Compiling NetTime constants.swift
[28/96] Compiling NetTime DateTimeRepresentable.swift
[29/96] Compiling NetTime LocalDate.swift
[30/96] Compiling Rainbow XcodeColorsSupport.swift
[31/96] Emitting module NetTime
[32/96] Compiling NetTime DateTime.swift
[34/97] Compiling SwiftCLI Command.swift
[35/97] Compiling SwiftCLI Compatibility.swift
[36/99] Compiling Codability KeyedEncodingContainer+Any.swift
[37/99] Compiling Rainbow Rainbow.swift
[38/99] Compiling SwiftCLI Parameter.swift
[39/99] Compiling SwiftCLI Parser.swift
[40/99] Compiling SwiftCLI HelpMessageGenerator.swift
[41/99] Compiling SwiftCLI OptionRegistry.swift
[42/99] Compiling SwiftCLI Error.swift
[43/99] Compiling SwiftCLI HelpCommand.swift
[44/99] Compiling SwiftCLI ArgumentList.swift
[45/99] Compiling SwiftCLI ArgumentListManipulator.swift
[51/99] Compiling Yams YamlError.swift
[52/99] Compiling SwiftCLI Input.swift
[53/99] Compiling SwiftCLI Option.swift
[54/99] Compiling SwiftCLI OptionGroup.swift
[57/99] Compiling Codability RawCodingKey.swift
[62/99] Compiling SwiftCLI CompletionGenerator.swift
[64/99] Emitting module Rainbow
[65/99] Compiling Codability KeyedDecodingContainer+Any.swift
[66/100] Compiling Codability GenericDecodingContainer.swift
[67/100] Compiling Codability AnyCodable.swift
[68/100] Emitting module Codability
[69/100] Compiling Codability InvalidElementStrategy.swift
[69/101] Wrapping AST for NetTime for debugging
[71/101] Compiling SwiftCLI Term.swift
[72/101] Compiling SwiftCLI Validation.swift
[73/101] Compiling Yams shim.swift
[74/101] Compiling SwiftCLI Stream.swift
[75/101] Compiling SwiftCLI Task.swift
[85/109] Compiling PathKit PathKit.swift
[86/109] Emitting module PathKit
[86/110] Wrapping AST for Rainbow for debugging
[87/110] Wrapping AST for Codability for debugging
[89/110] Emitting module Yams
[93/111] Wrapping AST for SwiftCLI for debugging
[96/111] Emitting module TOMLDeserializer
[98/118] Compiling TOMLDeserializer Errors.swift
[99/118] Compiling TOMLDeserializer Location.swift
[100/118] Compiling TOMLDeserializer Parser.swift
[101/118] Compiling TOMLDeserializer TOMLDeserializer.swift
[102/118] Compiling TOMLDeserializer constants.swift
[102/118] Wrapping AST for PathKit for debugging
[103/118] Wrapping AST for Yams for debugging
[105/118] Compiling StringlyKit Generator.swift
[106/118] Emitting module StringlyKit
[107/118] Compiling StringlyKit StringsDictGenerator.swift
[108/118] Compiling StringlyKit StringLocalization.swift
/host/spi-builder-workspace/Sources/StringlyKit/StringLocalization.swift:168:51: warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
166 | let stringPlaceholders = Self.parsePlaceholders(string)
167 | for placeholder in stringPlaceholders {
168 | if !placeholders.contains { $0.name == placeholder.name } {
| `- warning: trailing closure in this context is confusable with the body of the statement; pass as a parenthesized argument to silence this warning
169 | placeholders.append(placeholder)
170 | }
[109/118] Compiling StringlyKit SwiftGenerator.swift
[110/118] Compiling StringlyKit StringsGenerator.swift
[111/118] Compiling StringlyKit StringGroup.swift
[112/119] Wrapping AST for StringlyKit for debugging
[114/119] Compiling TOMLDeserializer Scanner.swift
[115/120] Wrapping AST for TOMLDeserializer for debugging
[117/128] Compiling StringlyCLI Loader.swift
[118/129] Compiling StringlyCLI GenerateError.swift
[119/129] Compiling StringlyCLI FileWriter.swift
/host/spi-builder-workspace/Sources/StringlyCLI/FileWriter.swift:38:18: warning: reference to static property 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
36 | }
37 | } else {
38 | Term.stdout.print(content)
| `- warning: reference to static property 'stdout' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
39 | }
40 | }
/host/spi-builder-workspace/.build/checkouts/SwiftCLI/Sources/SwiftCLI/Term.swift:14:23: note: static property declared here
12 | public static let isTTY = isatty(fileno(Foundation.stdout)) != 0
13 |
14 | public static var stdout: WritableStream = WriteStream.stdout
| `- note: static property declared here
15 | public static var stderr: WritableStream = WriteStream.stderr
16 | public static var stdin: ReadableStream = ReadStream.stdin
[120/129] Compiling StringlyCLI GenerateFileCommand.swift
[121/129] Compiling StringlyCLI CLI.swift
/host/spi-builder-workspace/Sources/StringlyCLI/CLI.swift:33:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
31 | }
32 |
33 | extension Path: ConvertibleFromString {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
34 | public init?(input: String) {
35 | self.init(input)
[122/129] Compiling StringlyCLI GenerateCommand.swift
[123/129] Compiling StringlyCLI FileType.swift
[124/129] Emitting module StringlyCLI
/host/spi-builder-workspace/Sources/StringlyCLI/CLI.swift:33:1: warning: extension declares a conformance of imported type 'Path' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
31 | }
32 |
33 | extension Path: ConvertibleFromString {
| |- warning: extension declares a conformance of imported type 'Path' to imported protocol 'ConvertibleFromString'; this will not behave correctly if the owners of 'PathKit' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
34 | public init?(input: String) {
35 | self.init(input)
[125/129] Compiling StringlyCLI PlatformType.swift
[126/130] Wrapping AST for StringlyCLI for debugging
[128/132] Emitting module Stringly
[129/132] Compiling Stringly main.swift
[130/133] Wrapping AST for Stringly for debugging
[131/133] Write Objects.LinkFileList
[132/133] Linking stringly
Build complete! (30.30s)
Build complete.
{
"dependencies" : [
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.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" : "3.1.0",
"upper_bound" : "4.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"
},
{
"identity" : "tomldeserializer",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.4",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/dduan/TOMLDeserializer"
},
{
"identity" : "codability",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/yonaskolb/Codability"
}
],
"manifest_display_name" : "Stringly",
"name" : "Stringly",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "stringly",
"targets" : [
"Stringly"
],
"type" : {
"executable" : null
}
},
{
"name" : "StringlyKit",
"targets" : [
"StringlyKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "StringlyKitTests",
"module_type" : "SwiftTarget",
"name" : "StringlyKitTests",
"path" : "Tests/StringlyKitTests",
"product_dependencies" : [
"PathKit"
],
"sources" : [
"StringlyKitTests.swift"
],
"target_dependencies" : [
"StringlyKit"
],
"type" : "test"
},
{
"c99name" : "StringlyKit",
"module_type" : "SwiftTarget",
"name" : "StringlyKit",
"path" : "Sources/StringlyKit",
"product_dependencies" : [
"Codability"
],
"product_memberships" : [
"stringly",
"StringlyKit"
],
"sources" : [
"Generator.swift",
"Generators/StringsDictGenerator.swift",
"Generators/StringsGenerator.swift",
"Generators/SwiftGenerator.swift",
"StringGroup.swift",
"StringLocalization.swift"
],
"type" : "library"
},
{
"c99name" : "StringlyCLITests",
"module_type" : "SwiftTarget",
"name" : "StringlyCLITests",
"path" : "Tests/StringlyCLITests",
"product_dependencies" : [
"PathKit"
],
"sources" : [
"StringDiff.swift",
"StringlyCLITests.swift",
"TestHelpers.swift"
],
"target_dependencies" : [
"StringlyCLI"
],
"type" : "test"
},
{
"c99name" : "StringlyCLI",
"module_type" : "SwiftTarget",
"name" : "StringlyCLI",
"path" : "Sources/StringlyCLI",
"product_dependencies" : [
"Yams",
"Rainbow",
"SwiftCLI",
"PathKit",
"TOMLDeserializer"
],
"product_memberships" : [
"stringly"
],
"sources" : [
"CLI.swift",
"Commands/GenerateCommand.swift",
"Commands/GenerateFileCommand.swift",
"FileType.swift",
"FileWriter.swift",
"GenerateError.swift",
"Loader.swift",
"PlatformType.swift"
],
"target_dependencies" : [
"StringlyKit"
],
"type" : "library"
},
{
"c99name" : "Stringly",
"module_type" : "SwiftTarget",
"name" : "Stringly",
"path" : "Sources/Stringly",
"product_memberships" : [
"stringly"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"StringlyCLI"
],
"type" : "executable"
}
],
"tools_version" : "5.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
Done.