Build Information
Successful build of AppIcon, reference 1.0.6 (3c7757
), with Swift 6.1 for Linux on 27 Apr 2025 08:37:17 UTC.
Swift 6 data race errors: 1
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/nonchalant/appicon.git
Reference: 1.0.6
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/nonchalant/appicon
* tag 1.0.6 -> FETCH_HEAD
HEAD is now at 3c7757b Merge pull request #81 from Nonchalant/update-1.0.6
Cloned https://github.com/nonchalant/appicon.git
Revision (git rev-parse @):
3c7757b9096872b273aa1bae61e8a0372b1eab25
SUCCESS checkout https://github.com/nonchalant/appicon.git at 1.0.6
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/nonchalant/appicon.git
https://github.com/nonchalant/appicon.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
},
{
"identity" : "tablier",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/akkyie/Tablier"
}
],
"manifest_display_name" : "AppIcon",
"name" : "AppIcon",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AppIcon",
"targets" : [
"AppIcon"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppIconTests",
"module_type" : "SwiftTarget",
"name" : "AppIconTests",
"path" : "Tests/AppIconTests",
"product_dependencies" : [
"Tablier"
],
"sources" : [
"AppIconTests.swift"
],
"target_dependencies" : [
"AppIconCore"
],
"type" : "test"
},
{
"c99name" : "AppIconCore",
"module_type" : "SwiftTarget",
"name" : "AppIconCore",
"path" : "Sources/AppIconCore",
"product_dependencies" : [
"ArgumentParser",
"SwiftShell"
],
"product_memberships" : [
"AppIcon"
],
"sources" : [
"Command/Command.swift",
"Data/Icon/AppIcon.swift",
"Data/Icon/AppIconSet.swift",
"Data/Icon/IosAppIconSet.swift",
"Data/Icon/MacAppIconSet.swift",
"Data/Icon/Scale.swift",
"Data/Icon/WatchAppIconSet.swift",
"Data/Json/ContentsJson.swift",
"Data/Platform.swift",
"Error/LocalError.swift",
"Extractor/ImageExtractor.swift",
"Extractor/JsonExtractor.swift"
],
"type" : "library"
},
{
"c99name" : "AppIcon",
"module_type" : "SwiftTarget",
"name" : "AppIcon",
"path" : "Sources/AppIcon",
"product_memberships" : [
"AppIcon"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AppIconCore"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/kareman/SwiftShell.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/akkyie/Tablier
[1/716] Fetching tablier
[717/5579] Fetching tablier, swiftshell
[5580/20529] Fetching tablier, swiftshell, swift-argument-parser
Fetched https://github.com/akkyie/Tablier from cache (0.68s)
Fetched https://github.com/kareman/SwiftShell.git from cache (0.69s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.69s)
Computing version for https://github.com/kareman/SwiftShell.git
Computed https://github.com/kareman/SwiftShell.git at 5.1.0 (1.16s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 0.5.0 (0.47s)
Computing version for https://github.com/akkyie/Tablier
Computed https://github.com/akkyie/Tablier at 0.5.2 (0.46s)
Creating working copy for https://github.com/kareman/SwiftShell.git
Working copy of https://github.com/kareman/SwiftShell.git resolved at 5.1.0
Creating working copy for https://github.com/akkyie/Tablier
Working copy of https://github.com/akkyie/Tablier resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 0.5.0
Building for debugging...
[0/13] Write sources
[5/13] Write swift-version-24593BA9C3E375BF.txt
[7/24] Emitting module ArgumentParserToolInfo
[8/24] Compiling ArgumentParserToolInfo ToolInfo.swift
[9/25] Wrapping AST for ArgumentParserToolInfo for debugging
[11/59] Emitting module ArgumentParser
[12/63] Compiling ArgumentParser CollectionExtensions.swift
[13/63] Compiling ArgumentParser SequenceExtensions.swift
[14/63] Compiling ArgumentParser StringExtensions.swift
[15/63] Compiling ArgumentParser Tree.swift
[16/63] Compiling SwiftShell Array.swift
[17/63] Compiling SwiftShell Process.swift
[18/64] Compiling SwiftShell Context.swift
[19/64] Compiling SwiftShell Files.swift
[20/64] Emitting module SwiftShell
[21/64] Compiling ArgumentParser ArgumentHelp.swift
[22/64] Compiling ArgumentParser CompletionKind.swift
[23/64] Compiling ArgumentParser ArgumentSet.swift
[24/64] Compiling ArgumentParser CommandParser.swift
[25/64] Compiling ArgumentParser InputOrigin.swift
[26/64] Compiling ArgumentParser Name.swift
[27/64] Compiling ArgumentParser Parsed.swift
[28/64] Compiling ArgumentParser HelpCommand.swift
[29/64] Compiling ArgumentParser HelpGenerator.swift
[30/64] Compiling ArgumentParser MessageInfo.swift
[31/64] Compiling ArgumentParser UsageGenerator.swift
[32/64] Compiling SwiftShell Lazy-split.swift
[33/64] Compiling SwiftShell Stream.swift
[34/64] Compiling ArgumentParser ParsedValues.swift
[35/64] Compiling ArgumentParser ParserError.swift
[36/64] Compiling ArgumentParser SplitArguments.swift
[37/64] Compiling ArgumentParser DumpHelpGenerator.swift
[38/64] Compiling SwiftShell String.swift
[41/65] Compiling ArgumentParser Errors.swift
[42/65] Compiling ArgumentParser Flag.swift
[43/65] Compiling ArgumentParser NameSpecification.swift
[44/65] Compiling ArgumentParser Option.swift
[45/65] Compiling ArgumentParser OptionGroup.swift
[46/65] Compiling ArgumentParser CommandConfiguration.swift
[47/65] Compiling ArgumentParser EnumerableFlag.swift
[48/65] Compiling ArgumentParser ExpressibleByArgument.swift
[49/65] Compiling ArgumentParser BashCompletionsGenerator.swift
[50/65] Compiling ArgumentParser CompletionsGenerator.swift
[51/65] Compiling ArgumentParser FishCompletionsGenerator.swift
[52/65] Compiling ArgumentParser ZshCompletionsGenerator.swift
[53/65] Compiling ArgumentParser Argument.swift
[54/65] Compiling ArgumentParser ParsableArguments.swift
[55/65] Compiling ArgumentParser ParsableArgumentsValidation.swift
[56/65] Compiling ArgumentParser ParsableCommand.swift
[57/65] Compiling ArgumentParser ArgumentDecoder.swift
[58/65] Compiling ArgumentParser ArgumentDefinition.swift
[60/66] Wrapping AST for SwiftShell for debugging
[61/66] Wrapping AST for ArgumentParser for debugging
[63/78] Compiling AppIconCore LocalError.swift
[64/78] Compiling AppIconCore ImageExtractor.swift
[65/79] Compiling AppIconCore Platform.swift
[66/79] Emitting module AppIconCore
[67/79] Compiling AppIconCore MacAppIconSet.swift
[68/79] Compiling AppIconCore Scale.swift
[69/79] Compiling AppIconCore WatchAppIconSet.swift
[70/79] Compiling AppIconCore ContentsJson.swift
[71/79] Compiling AppIconCore AppIconSet.swift
[72/79] Compiling AppIconCore IosAppIconSet.swift
[73/79] Compiling AppIconCore Command.swift
[74/79] Compiling AppIconCore AppIcon.swift
[75/79] Compiling AppIconCore JsonExtractor.swift
[76/80] Wrapping AST for AppIconCore for debugging
[78/82] Compiling AppIcon main.swift
/host/spi-builder-workspace/Sources/AppIcon/main.swift:6:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | struct AppIcon: ParsableCommand {
6 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
7 | commandName: "appicon",
8 | abstract: "AppIcon generates *.appiconset contains each resolution image for iOS",
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/host/spi-builder-workspace/Sources/AppIcon/main.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import AppIconCore
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Foundation
4 |
5 | struct AppIcon: ParsableCommand {
6 | static let configuration = CommandConfiguration(
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | commandName: "appicon",
8 | abstract: "AppIcon generates *.appiconset contains each resolution image for iOS",
[79/82] Emitting module AppIcon
/host/spi-builder-workspace/Sources/AppIcon/main.swift:6:16: warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
4 |
5 | struct AppIcon: ParsableCommand {
6 | static let configuration = CommandConfiguration(
| `- warning: static property 'configuration' is not concurrency-safe because non-'Sendable' type 'CommandConfiguration' may have shared mutable state; this is an error in the Swift 6 language mode
7 | commandName: "appicon",
8 | abstract: "AppIcon generates *.appiconset contains each resolution image for iOS",
/host/spi-builder-workspace/.build/checkouts/swift-argument-parser/Sources/ArgumentParser/Parsable Types/CommandConfiguration.swift:13:15: note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
11 |
12 | /// The configuration for a command.
13 | public struct CommandConfiguration {
| `- note: struct 'CommandConfiguration' does not conform to the 'Sendable' protocol
14 | /// The name of the command to use on the command line.
15 | ///
/host/spi-builder-workspace/Sources/AppIcon/main.swift:2:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
1 | import AppIconCore
2 | import ArgumentParser
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'ArgumentParser'
3 | import Foundation
4 |
5 | struct AppIcon: ParsableCommand {
6 | static let configuration = CommandConfiguration(
| |- note: add '@MainActor' to make static property 'configuration' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
7 | commandName: "appicon",
8 | abstract: "AppIcon generates *.appiconset contains each resolution image for iOS",
[80/83] Wrapping AST for AppIcon for debugging
[81/83] Write Objects.LinkFileList
[82/83] Linking AppIcon
Build complete! (10.61s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.1",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "swiftshell",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kareman/SwiftShell.git"
},
{
"identity" : "tablier",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/akkyie/Tablier"
}
],
"manifest_display_name" : "AppIcon",
"name" : "AppIcon",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "AppIcon",
"targets" : [
"AppIcon"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppIconTests",
"module_type" : "SwiftTarget",
"name" : "AppIconTests",
"path" : "Tests/AppIconTests",
"product_dependencies" : [
"Tablier"
],
"sources" : [
"AppIconTests.swift"
],
"target_dependencies" : [
"AppIconCore"
],
"type" : "test"
},
{
"c99name" : "AppIconCore",
"module_type" : "SwiftTarget",
"name" : "AppIconCore",
"path" : "Sources/AppIconCore",
"product_dependencies" : [
"ArgumentParser",
"SwiftShell"
],
"product_memberships" : [
"AppIcon"
],
"sources" : [
"Command/Command.swift",
"Data/Icon/AppIcon.swift",
"Data/Icon/AppIconSet.swift",
"Data/Icon/IosAppIconSet.swift",
"Data/Icon/MacAppIconSet.swift",
"Data/Icon/Scale.swift",
"Data/Icon/WatchAppIconSet.swift",
"Data/Json/ContentsJson.swift",
"Data/Platform.swift",
"Error/LocalError.swift",
"Extractor/ImageExtractor.swift",
"Extractor/JsonExtractor.swift"
],
"type" : "library"
},
{
"c99name" : "AppIcon",
"module_type" : "SwiftTarget",
"name" : "AppIcon",
"path" : "Sources/AppIcon",
"product_memberships" : [
"AppIcon"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"AppIconCore"
],
"type" : "executable"
}
],
"tools_version" : "5.6"
}
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.