The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Sake, reference 0.3.4 (40c87d), with Swift 6.0 for Linux on 18 Apr 2025 09:37:28 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kattouf/Sake.git
Reference: 0.3.4
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/kattouf/Sake
 * tag               0.3.4      -> FETCH_HEAD
HEAD is now at 40c87d4 chore(release): Bump version to 0.3.4
Cloned https://github.com/kattouf/Sake.git
Revision (git rev-parse @):
40c87d463404cceecf068038ee85255a86c1c09e
SUCCESS checkout https://github.com/kattouf/Sake.git at 0.3.4
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/kattouf/Sake.git
https://github.com/kattouf/Sake.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "Sake",
  "name" : "Sake",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "sake",
      "targets" : [
        "SakeCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Sake",
      "targets" : [
        "Sake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SakeMacros",
      "targets" : [
        "SakeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SakeTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeTests",
      "path" : "Tests/SakeTests",
      "sources" : [
        "ClosestMatchFinderTests.swift",
        "CommandListFormatterTests.swift",
        "CommandMapTests.swift",
        "CommandNameCaseConverterTests.swift",
        "CommandRunnerTests.swift",
        "CommandsPreprocessorTests.swift"
      ],
      "target_dependencies" : [
        "Sake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeShared",
      "module_type" : "SwiftTarget",
      "name" : "SakeShared",
      "path" : "Sources/SakeShared",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sake",
        "Sake"
      ],
      "sources" : [
        "CaseConvertingStrategy.swift",
        "CommandGroupsJSON.swift",
        "FileHandle+TextOutputStream.swift",
        "ProcessInterruptionTask.swift",
        "ProcessMonitor.swift",
        "SakeAppExitCode.swift",
        "URL+BuildDirectory.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SakeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacrosTests",
      "path" : "Tests/SakeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SakeAppMacroTests.swift"
      ],
      "target_dependencies" : [
        "SakeMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeMacros",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacros",
      "path" : "Sources/SakeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Sake",
        "SakeMacros"
      ],
      "sources" : [
        "Plugin.swift",
        "SakeAppMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SakeCLI",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLI",
      "path" : "Sources/SakeCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftShell",
        "Yams"
      ],
      "product_memberships" : [
        "sake"
      ],
      "sources" : [
        "BuildCommand.swift",
        "CleanCommand.swift",
        "CommonOptions.swift",
        "Config/CLIConfig.swift",
        "Config/Config.swift",
        "Config/ConfigManager.swift",
        "Config/ENVConfig.swift",
        "Config/FileConfig.swift",
        "EditCommand.swift",
        "Helpers/DynamicCodingKey.swift",
        "Helpers/Logger.swift",
        "Helpers/ShellExecutor.swift",
        "Helpers/String+nilIfEmpty.swift",
        "InitCommand.swift",
        "ListCommand.swift",
        "RunCommand.swift",
        "SakeAppManager/Constants.swift",
        "SakeAppManager/PackageDescription.swift",
        "SakeAppManager/SakeAppContents.swift",
        "SakeAppManager/SakeAppManager+InitializedMode.swift",
        "SakeAppManager/SakeAppManager+UnitializedMode.swift",
        "SakeAppManager/SakeAppManager.swift",
        "SakeAppManager/SakeAppManagerCommandExecutor.swift",
        "SakeAppManager/SakeAppManagerError.swift",
        "SakeAppManager/SakeAppManagerFileHandle.swift",
        "SakeAppManager/ShellCompletionCommandListGenerator.swift",
        "SakeCLI.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sake",
      "module_type" : "SwiftTarget",
      "name" : "Sake",
      "path" : "Sources/Sake",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Sake"
      ],
      "sources" : [
        "CLI/CLI.swift",
        "CLI/ListCommand.swift",
        "CLI/RunCommand.swift",
        "CLI/SakeParsableCommand.swift",
        "ClosestMatchFinder.swift",
        "Command+Context.swift",
        "Command+Map.swift",
        "Command.swift",
        "CommandGroupProtocol.swift",
        "CommandListFormatter.swift",
        "CommandNameCaseConverter.swift",
        "CommandRunner.swift",
        "CommandsPreprocessor.swift",
        "Logger.swift",
        "SakeApp+main.swift",
        "SakeAppError.swift",
        "SakeAppProtocol.swift",
        "String+Case.swift"
      ],
      "target_dependencies" : [
        "SakeMacros",
        "SakeShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "SwiftShell"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/kareman/SwiftShell
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/apple/swift-syntax
[1/4863] Fetching swiftshell
[1169/15152] Fetching swiftshell, yams
[5142/29994] Fetching swiftshell, yams, swift-argument-parser
[18247/100152] Fetching swiftshell, yams, swift-argument-parser, swift-syntax
Fetched https://github.com/kareman/SwiftShell from cache (7.80s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (7.82s)
Fetched https://github.com/jpsim/Yams.git from cache (7.87s)
Fetched https://github.com/apple/swift-syntax from cache (7.91s)
Computing version for https://github.com/kareman/SwiftShell
Computed https://github.com/kareman/SwiftShell at 5.1.0 (4.02s)
Computing version for https://github.com/apple/swift-syntax
Computed https://github.com/apple/swift-syntax at 601.0.1 (1.33s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 5.3.1 (0.99s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (1.03s)
Creating working copy for https://github.com/kareman/SwiftShell
Working copy of https://github.com/kareman/SwiftShell resolved at 5.1.0
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 5.3.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.5.0
Creating working copy for https://github.com/apple/swift-syntax
Working copy of https://github.com/apple/swift-syntax resolved at 601.0.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/58] Write sources
[23/58] Compiling _SwiftSyntaxCShims dummy.c
[24/58] Write sources
[25/58] Compiling writer.c
[26/58] Compiling reader.c
[27/58] Compiling emitter.c
[28/58] Compiling api.c
[29/58] Compiling parser.c
[30/58] Compiling scanner.c
[31/58] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[33/84] Emitting module SwiftSyntax601
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/96] Emitting module SwiftSyntax600
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[35/96] Emitting module SwiftSyntax509
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[36/96] Emitting module Yams
[37/98] Compiling SwiftSyntax600 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[38/98] Compiling SwiftSyntax509 Empty.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[39/98] Emitting module SwiftSyntax510
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/28] Write swift-version-24593BA9C3E375BF.txt
[3/66] Emitting module SwiftSyntax600
[4/66] Compiling SwiftSyntax600 Empty.swift
[5/67] Emitting module SwiftSyntax601
[6/67] Compiling SwiftSyntax601 Empty.swift
[8/68] Emitting module SwiftSyntax509
[9/68] Compiling SwiftSyntax509 Empty.swift
[10/69] Compiling SwiftSyntax510 Empty.swift
[11/69] Emitting module SwiftSyntax510
[13/70] Wrapping AST for SwiftSyntax600 for debugging
[15/70] Wrapping AST for SwiftSyntax601 for debugging
[16/70] Wrapping AST for SwiftSyntax510 for debugging
[17/70] Wrapping AST for SwiftSyntax509 for debugging
[19/70] Compiling Yams Tag.swift
[20/70] Compiling Yams YamlAnchorProviding.swift
[21/136] Emitting module ArgumentParserToolInfo
[22/136] Compiling ArgumentParserToolInfo ToolInfo.swift
[23/137] Wrapping AST for ArgumentParserToolInfo for debugging
[25/175] Compiling SwiftShell Array.swift
[26/176] Compiling ArgumentParser ParsableArguments.swift
[27/176] Compiling ArgumentParser ParsableArgumentsValidation.swift
[28/176] Compiling ArgumentParser BashCompletionsGenerator.swift
[29/176] Compiling ArgumentParser CompletionsGenerator.swift
[30/176] Compiling ArgumentParser FishCompletionsGenerator.swift
[31/176] Compiling ArgumentParser ArgumentVisibility.swift
[32/176] Compiling ArgumentParser CompletionKind.swift
[33/176] Compiling ArgumentParser Errors.swift
[34/176] Compiling ArgumentParser Flag.swift
[35/176] Compiling ArgumentParser NameSpecification.swift
[36/176] Compiling ArgumentParser Option.swift
[37/176] Emitting module Yams
[38/176] Compiling ArgumentParser ZshCompletionsGenerator.swift
[39/176] Compiling ArgumentParser Argument.swift
[40/176] Compiling ArgumentParser ArgumentHelp.swift
[41/176] Emitting module SwiftShell
[42/176] Compiling ArgumentParser CommandConfiguration.swift
[43/176] Compiling ArgumentParser CommandGroup.swift
[44/176] Compiling SwiftShell Files.swift
[45/176] Compiling ArgumentParser OptionGroup.swift
[46/176] Compiling ArgumentParser AsyncParsableCommand.swift
[47/176] Compiling SwiftShell String.swift
[52/176] Compiling ArgumentParser EnumerableFlag.swift
[53/182] Compiling SwiftShell Process.swift
[54/182] Compiling SwiftShell Lazy-split.swift
[55/182] Compiling SwiftShell Stream.swift
[58/182] Compiling SwiftShell Context.swift
[60/183] Wrapping AST for Yams for debugging
[61/183] Wrapping AST for SwiftShell for debugging
[63/183] Compiling ArgumentParser Name.swift
[64/183] Compiling ArgumentParser Parsed.swift
[65/183] Compiling ArgumentParser ParsedValues.swift
[66/183] Compiling ArgumentParser ParserError.swift
[67/183] Compiling ArgumentParser SplitArguments.swift
[68/183] Compiling ArgumentParser CollectionExtensions.swift
[69/183] Compiling ArgumentParser Platform.swift
[70/183] Compiling ArgumentParser SequenceExtensions.swift
[71/183] Compiling ArgumentParser StringExtensions.swift
[72/183] Compiling ArgumentParser Tree.swift
[79/183] Emitting module ArgumentParser
[94/183] Compiling ArgumentParser ExpressibleByArgument.swift
[107/192] Compiling ArgumentParser ParsableCommand.swift
[108/192] Compiling ArgumentParser ArgumentDecoder.swift
[109/192] Compiling ArgumentParser DumpHelpGenerator.swift
[110/192] Compiling ArgumentParser HelpCommand.swift
[111/192] Compiling ArgumentParser HelpGenerator.swift
[112/192] Compiling ArgumentParser MessageInfo.swift
[113/192] Compiling ArgumentParser UsageGenerator.swift
[114/192] Compiling ArgumentParser ArgumentDefinition.swift
[115/192] Compiling ArgumentParser ArgumentSet.swift
[116/192] Compiling ArgumentParser CommandParser.swift
[117/192] Compiling ArgumentParser InputKey.swift
[118/192] Compiling ArgumentParser InputOrigin.swift
[119/193] Wrapping AST for ArgumentParser for debugging
[121/201] Compiling SakeShared CommandGroupsJSON.swift
[122/201] Compiling SakeShared FileHandle+TextOutputStream.swift
[123/201] Compiling SakeShared CaseConvertingStrategy.swift
[124/201] Emitting module SakeShared
[125/201] Compiling SakeShared ProcessInterruptionTask.swift
[126/201] Compiling SakeShared SakeAppExitCode.swift
[127/201] Compiling SakeShared URL+BuildDirectory.swift
[128/201] Compiling SakeShared ProcessMonitor.swift
[129/202] Wrapping AST for SakeShared for debugging
[131/228] Emitting module SakeCLI
[132/231] Compiling SakeCLI Constants.swift
[133/231] Compiling SakeCLI PackageDescription.swift
[134/231] Compiling SakeCLI SakeAppContents.swift
[135/231] Compiling SakeCLI ShellCompletionCommandListGenerator.swift
[136/231] Compiling SakeCLI SakeCLI.swift
[137/231] Compiling SakeCLI Version.swift
[138/231] Compiling SakeCLI SakeAppManager+InitializedMode.swift
[139/231] Compiling SakeCLI SakeAppManager+UnitializedMode.swift
[140/231] Compiling SakeCLI SakeAppManager.swift
[141/231] Compiling SakeCLI SakeAppManagerCommandExecutor.swift
[142/231] Compiling SakeCLI SakeAppManagerError.swift
[143/231] Compiling SakeCLI SakeAppManagerFileHandle.swift
[144/231] Compiling SakeCLI Config.swift
[145/231] Compiling SakeCLI ConfigManager.swift
[146/231] Compiling SakeCLI ENVConfig.swift
[147/231] Compiling SakeCLI FileConfig.swift
[148/231] Compiling SakeCLI String+nilIfEmpty.swift
[149/231] Compiling SakeCLI InitCommand.swift
[150/231] Compiling SakeCLI ListCommand.swift
[151/231] Compiling SakeCLI RunCommand.swift
[152/231] Compiling SakeCLI BuildCommand.swift
[153/231] Compiling SakeCLI CleanCommand.swift
[154/231] Compiling SakeCLI CommonOptions.swift
[155/231] Compiling SakeCLI CLIConfig.swift
[156/231] Compiling SakeCLI EditCommand.swift
[157/231] Compiling SakeCLI DynamicCodingKey.swift
[158/231] Compiling SakeCLI Logger.swift
[159/231] Compiling SakeCLI ShellExecutor.swift
[160/232] Wrapping AST for SakeCLI for debugging
[161/232] Write Objects.LinkFileList
[162/232] Linking sake
[164/232] Emitting module SwiftSyntax
[165/232] Compiling SwiftSyntax SyntaxEnum.swift
[166/232] Compiling SwiftSyntax SyntaxKind.swift
[167/232] Compiling SwiftSyntax SyntaxRewriter.swift
[168/232] Compiling SwiftSyntax SyntaxTraits.swift
[169/232] Compiling SwiftSyntax SyntaxVisitor.swift
[170/232] Compiling SwiftSyntax TokenKind.swift
[171/232] Compiling SwiftSyntax Tokens.swift
[172/232] Compiling SwiftSyntax TriviaPieces.swift
[173/232] Compiling SwiftSyntax RawSyntaxNodesAB.swift
[174/232] Compiling SwiftSyntax RawSyntaxNodesC.swift
[175/232] Compiling SwiftSyntax RawSyntaxNodesD.swift
[176/232] Compiling SwiftSyntax RawSyntaxNodesEF.swift
[177/232] Compiling SwiftSyntax RawSyntaxNodesGHI.swift
[178/232] Compiling SwiftSyntax RawSyntaxNodesJKLMN.swift
[179/232] Compiling SwiftSyntax RawSyntaxNodesOP.swift
[180/232] Compiling SwiftSyntax RawSyntaxNodesQRS.swift
[181/232] Compiling SwiftSyntax RawSyntaxNodesTUVWXYZ.swift
[182/232] Compiling SwiftSyntax RawSyntaxValidation.swift
[189/232] Compiling SwiftSyntax TokenDiagnostic.swift
[190/232] Compiling SwiftSyntax TokenSequence.swift
[191/232] Compiling SwiftSyntax TokenSyntax.swift
[210/232] Compiling SwiftSyntax SyntaxNodesAB.swift
[211/232] Compiling SwiftSyntax SyntaxNodesC.swift
[212/232] Compiling SwiftSyntax SyntaxNodesD.swift
[213/232] Compiling SwiftSyntax SyntaxNodesEF.swift
[214/232] Compiling SwiftSyntax SyntaxNodesGHI.swift
[215/232] Compiling SwiftSyntax SyntaxNodesJKLMN.swift
[216/232] Compiling SwiftSyntax SyntaxNodesOP.swift
[217/232] Compiling SwiftSyntax SyntaxNodesQRS.swift
[218/232] Compiling SwiftSyntax SyntaxNodesTUVWXYZ.swift
[219/233] Wrapping AST for SwiftSyntax for debugging
[221/291] Compiling SwiftBasicFormat Syntax+Extensions.swift
[222/291] Emitting module SwiftDiagnostics
[223/292] Compiling SwiftBasicFormat SyntaxProtocol+Formatted.swift
[224/292] Compiling SwiftBasicFormat Trivia+FormatExtensions.swift
[225/292] Compiling SwiftDiagnostics DiagnosticDecorator.swift
[226/292] Compiling SwiftBasicFormat InferIndentation.swift
[227/292] Compiling SwiftDiagnostics Message.swift
[228/292] Compiling SwiftBasicFormat Indenter.swift
[229/292] Compiling SwiftDiagnostics Note.swift
[230/292] Compiling SwiftParser Attributes.swift
[231/292] Compiling SwiftParser Availability.swift
[232/292] Compiling SwiftParser CharacterInfo.swift
[233/292] Compiling SwiftParser CollectionNodes+Parsable.swift
[234/292] Compiling SwiftDiagnostics DiagnosticsFormatter.swift
[235/292] Compiling SwiftDiagnostics FixIt.swift
[236/292] Compiling SwiftDiagnostics GroupedDiagnostics.swift
[237/293] Emitting module SwiftBasicFormat
[238/293] Compiling SwiftBasicFormat BasicFormat.swift
[240/294] Wrapping AST for SwiftDiagnostics for debugging
[241/294] Wrapping AST for SwiftBasicFormat for debugging
[243/294] Compiling SwiftParser Modifiers.swift
[244/294] Compiling SwiftParser Names.swift
[245/294] Compiling SwiftParser Nominals.swift
[246/294] Compiling SwiftParser Parameters.swift
[247/294] Compiling SwiftParser ParseSourceFile.swift
[248/294] Compiling SwiftParser Parser.swift
[249/299] Compiling SwiftParser LexemeSequence.swift
[250/299] Compiling SwiftParser Lexer.swift
[251/299] Compiling SwiftParser RegexLiteralLexer.swift
[252/299] Compiling SwiftParser UnicodeScalarExtensions.swift
[253/299] Compiling SwiftParser Lookahead.swift
[254/299] Compiling SwiftParser LoopProgressCondition.swift
[255/299] Compiling SwiftParser SwiftParserCompatibility.swift
[256/299] Compiling SwiftParser SwiftVersion.swift
[257/299] Compiling SwiftParser SyntaxUtils.swift
[258/299] Compiling SwiftParser TokenConsumer.swift
[259/299] Compiling SwiftParser TokenPrecedence.swift
[260/299] Compiling SwiftParser TokenSpec.swift
[261/299] Compiling SwiftParser TokenSpecSet.swift
[262/299] Compiling SwiftParser TopLevel.swift
[263/299] Compiling SwiftParser TriviaParser.swift
[264/299] Compiling SwiftParser Types.swift
[265/299] Compiling SwiftParser Patterns.swift
[266/299] Compiling SwiftParser Recovery.swift
[267/299] Compiling SwiftParser Specifiers.swift
[268/299] Compiling SwiftParser Statements.swift
[269/299] Compiling SwiftParser StringLiteralRepresentedLiteralValue.swift
[270/299] Compiling SwiftParser StringLiterals.swift
[275/299] Compiling SwiftParser Declarations.swift
[276/299] Compiling SwiftParser Directives.swift
[277/299] Emitting module SwiftParser
[278/299] Compiling SwiftParser ExpressionInterpretedAsVersionTuple.swift
[279/299] Compiling SwiftParser Expressions.swift
[280/299] Compiling SwiftParser IncrementalParseTransition.swift
[281/299] Compiling SwiftParser IsValidIdentifier.swift
[282/299] Compiling SwiftParser Cursor.swift
[283/299] Compiling SwiftParser Lexeme.swift
[284/299] Compiling SwiftParser ExperimentalFeatures.swift
[285/299] Compiling SwiftParser IsLexerClassified.swift
[286/299] Compiling SwiftParser LayoutNodes+Parsable.swift
[287/299] Compiling SwiftParser Parser+TokenSpecSet.swift
[288/299] Compiling SwiftParser TokenSpecStaticMembers.swift
[289/300] Wrapping AST for SwiftParser for debugging
[291/323] Compiling SwiftOperators PrecedenceGraph.swift
[292/323] Compiling SwiftOperators PrecedenceGroup.swift
[293/324] Compiling SwiftParserDiagnostics SyntaxKindNameForDiagnostics.swift
[294/325] Compiling SwiftOperators OperatorTable.swift
[295/325] Compiling SwiftOperators OperatorTable+Semantics.swift
[296/325] Emitting module SwiftOperators
[297/325] Compiling SwiftParserDiagnostics DiagnosticExtensions.swift
[298/325] Compiling SwiftParserDiagnostics LexerDiagnosticMessages.swift
[299/325] Compiling SwiftParserDiagnostics TokenNameForDiagnostics.swift
[300/325] Compiling SwiftParserDiagnostics SyntaxExtensions.swift
[301/325] Compiling SwiftParserDiagnostics Utils.swift
[302/325] Compiling SwiftOperators SyntaxSynthesis.swift
[303/325] Compiling SwiftParserDiagnostics MissingNodesError.swift
[304/325] Compiling SwiftParserDiagnostics MissingTokenError.swift
[305/325] Compiling SwiftOperators OperatorTable+Folding.swift
[309/326] Compiling SwiftParserDiagnostics ChildNameForDiagnostics.swift
[309/326] Wrapping AST for SwiftOperators for debugging
[311/326] Compiling SwiftParserDiagnostics ParserDiagnosticMessages.swift
[312/326] Compiling SwiftParserDiagnostics PresenceUtils.swift
[313/326] Emitting module SwiftParserDiagnostics
[316/326] Compiling SwiftParserDiagnostics MultiLineStringLiteralDiagnosticsGenerator.swift
[317/326] Compiling SwiftParserDiagnostics ParseDiagnosticsGenerator.swift
[318/327] Wrapping AST for SwiftParserDiagnostics for debugging
[320/342] Compiling SwiftSyntaxBuilder ConvenienceInitializers.swift
[321/342] Compiling SwiftSyntaxBuilder DeclSyntaxParseable.swift
[322/342] Emitting module SwiftSyntaxBuilder
[323/343] Compiling SwiftSyntaxBuilder WithTrailingCommaSyntax+EnsuringTrailingComma.swift
[324/343] Compiling SwiftSyntaxBuilder BuildableNodes.swift
[325/343] Compiling SwiftSyntaxBuilder ResultBuilderExtensions.swift
[326/343] Compiling SwiftSyntaxBuilder SwiftSyntaxBuilderCompatibility.swift
[327/343] Compiling SwiftSyntaxBuilder Indenter.swift
[328/343] Compiling SwiftSyntaxBuilder ListBuilder.swift
[329/343] Compiling SwiftSyntaxBuilder SyntaxParsable+ExpressibleByStringInterpolation.swift
[330/343] Compiling SwiftSyntaxBuilder ValidatingSyntaxNodes.swift
[331/343] Compiling SwiftSyntaxBuilder Syntax+StringInterpolation.swift
[332/343] Compiling SwiftSyntaxBuilder SyntaxNodeWithBody.swift
[333/343] Compiling SwiftSyntaxBuilder SyntaxExpressibleByStringInterpolationConformances.swift
[334/343] Compiling SwiftSyntaxBuilder RenamedChildrenBuilderCompatibility.swift
[335/343] Compiling SwiftSyntaxBuilder ResultBuilders.swift
[336/344] Wrapping AST for SwiftSyntaxBuilder for debugging
[338/361] Compiling SwiftSyntaxMacros ExpressionMacro.swift
[339/361] Compiling SwiftSyntaxMacros ExtensionMacro.swift
[340/363] Compiling SwiftSyntaxMacros CodeItemMacro.swift
[341/363] Compiling SwiftSyntaxMacros DeclarationMacro.swift
[342/363] Compiling SwiftSyntaxMacros AccessorMacro.swift
[343/363] Compiling SwiftSyntaxMacros AttachedMacro.swift
[344/363] Compiling SwiftSyntaxMacros BodyMacro.swift
[345/363] Compiling SwiftSyntaxMacros FreestandingMacro.swift
[346/363] Compiling SwiftSyntaxMacros Macro+Format.swift
[347/363] Compiling SwiftSyntaxMacros Macro.swift
[348/363] Compiling SwiftSyntaxMacros MemberAttributeMacro.swift
[349/363] Compiling SwiftSyntaxMacros MemberMacro.swift
[350/363] Compiling SwiftSyntaxMacros PeerMacro.swift
[351/363] Emitting module SwiftSyntaxMacros
[352/363] Compiling SwiftSyntaxMacros AbstractSourceLocation.swift
[353/363] Compiling SwiftSyntaxMacros MacroExpansionContext.swift
[354/363] Compiling SwiftSyntaxMacros MacroExpansionDiagnosticMessages.swift
[355/363] Compiling SwiftSyntaxMacros PreambleMacro.swift
[356/363] Compiling SwiftSyntaxMacros Syntax+LexicalContext.swift
[357/364] Wrapping AST for SwiftSyntaxMacros for debugging
[359/373] Compiling SwiftSyntaxMacroExpansion BasicMacroExpansionContext.swift
[360/373] Compiling SwiftSyntaxMacroExpansion FunctionParameterUtils.swift
[361/373] Emitting module SwiftSyntaxMacroExpansion
[362/374] Compiling SwiftSyntaxMacroExpansion MacroArgument.swift
[363/374] Compiling SwiftSyntaxMacroExpansion IndentationUtils.swift
[364/374] Compiling SwiftSyntaxMacroExpansion MacroExpansion.swift
[365/374] Compiling SwiftSyntaxMacroExpansion MacroExpansionDiagnosticMessages.swift
[366/374] Compiling SwiftSyntaxMacroExpansion MacroSpec.swift
[367/374] Compiling SwiftSyntaxMacroExpansion MacroReplacement.swift
[368/374] Compiling SwiftSyntaxMacroExpansion MacroSystem.swift
[369/375] Wrapping AST for SwiftSyntaxMacroExpansion for debugging
[371/387] Compiling SwiftCompilerPluginMessageHandling CompilerPluginMessageHandler.swift
[372/387] Compiling SwiftCompilerPluginMessageHandling Diagnostics.swift
[373/388] Emitting module SwiftCompilerPluginMessageHandling
[374/388] Compiling SwiftCompilerPluginMessageHandling StandardIOMessageConnection.swift
[375/388] Compiling SwiftCompilerPluginMessageHandling PluginMessageCompatibility.swift
[376/388] Compiling SwiftCompilerPluginMessageHandling PluginMacroExpansionContext.swift
[377/388] Compiling SwiftCompilerPluginMessageHandling PluginMessages.swift
[378/388] Compiling SwiftCompilerPluginMessageHandling LRUCache.swift
[379/388] Compiling SwiftCompilerPluginMessageHandling Macros.swift
[380/388] Compiling SwiftCompilerPluginMessageHandling JSONDecoding.swift
[381/388] Compiling SwiftCompilerPluginMessageHandling JSONEncoding.swift
[382/388] Compiling SwiftCompilerPluginMessageHandling CodingUtilities.swift
[383/388] Compiling SwiftCompilerPluginMessageHandling JSON.swift
[384/389] Wrapping AST for SwiftCompilerPluginMessageHandling for debugging
[386/391] Emitting module SwiftCompilerPlugin
[387/391] Compiling SwiftCompilerPlugin CompilerPlugin.swift
[388/392] Wrapping AST for SwiftCompilerPlugin for debugging
[390/395] Compiling SakeMacros Plugin.swift
[391/395] Compiling SakeMacros SakeAppMacro.swift
[392/395] Emitting module SakeMacros
[393/396] Wrapping AST for SakeMacros for debugging
[394/396] Write Objects.LinkFileList
[395/396] Linking SakeMacros-tool
[397/413] Compiling Sake Command+Map.swift
[398/413] Compiling Sake Command.swift
[399/415] Compiling Sake CommandsPreprocessor.swift
[400/415] Compiling Sake Logger.swift
[401/415] Compiling Sake CommandNameCaseConverter.swift
[402/415] Compiling Sake CommandRunner.swift
[403/415] Compiling Sake SakeParsableCommand.swift
[404/415] Compiling Sake ClosestMatchFinder.swift
[405/415] Compiling Sake Command+Context.swift
[406/415] Compiling Sake CommandGroupProtocol.swift
[407/415] Compiling Sake CommandListFormatter.swift
[408/415] Compiling Sake SakeApp+main.swift
[409/415] Compiling Sake SakeAppError.swift
[410/415] Compiling Sake SakeAppProtocol.swift
[411/415] Compiling Sake String+Case.swift
[412/415] Compiling Sake CLI.swift
[413/415] Compiling Sake ListCommand.swift
[414/415] Compiling Sake RunCommand.swift
[415/415] Emitting module Sake
Build complete! (88.78s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftshell",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kareman/SwiftShell"
    },
    {
      "identity" : "swift-argument-parser",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-argument-parser.git"
    },
    {
      "identity" : "swift-syntax",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "601.0.0",
            "upper_bound" : "602.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-syntax"
    },
    {
      "identity" : "yams",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.1.3",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/jpsim/Yams.git"
    }
  ],
  "manifest_display_name" : "Sake",
  "name" : "Sake",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "sake",
      "targets" : [
        "SakeCLI"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "Sake",
      "targets" : [
        "Sake"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "SakeMacros",
      "targets" : [
        "SakeMacros"
      ],
      "type" : {
        "macro" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SakeTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeTests",
      "path" : "Tests/SakeTests",
      "sources" : [
        "ClosestMatchFinderTests.swift",
        "CommandListFormatterTests.swift",
        "CommandMapTests.swift",
        "CommandNameCaseConverterTests.swift",
        "CommandRunnerTests.swift",
        "CommandsPreprocessorTests.swift"
      ],
      "target_dependencies" : [
        "Sake"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeShared",
      "module_type" : "SwiftTarget",
      "name" : "SakeShared",
      "path" : "Sources/SakeShared",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "sake",
        "Sake"
      ],
      "sources" : [
        "CaseConvertingStrategy.swift",
        "CommandGroupsJSON.swift",
        "FileHandle+TextOutputStream.swift",
        "ProcessInterruptionTask.swift",
        "ProcessMonitor.swift",
        "SakeAppExitCode.swift",
        "URL+BuildDirectory.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "SakeMacrosTests",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacrosTests",
      "path" : "Tests/SakeMacrosTests",
      "product_dependencies" : [
        "SwiftSyntaxMacrosTestSupport"
      ],
      "sources" : [
        "SakeAppMacroTests.swift"
      ],
      "target_dependencies" : [
        "SakeMacros"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SakeMacros",
      "module_type" : "SwiftTarget",
      "name" : "SakeMacros",
      "path" : "Sources/SakeMacros",
      "product_dependencies" : [
        "SwiftSyntaxMacros",
        "SwiftCompilerPlugin"
      ],
      "product_memberships" : [
        "Sake",
        "SakeMacros"
      ],
      "sources" : [
        "Plugin.swift",
        "SakeAppMacro.swift"
      ],
      "type" : "macro"
    },
    {
      "c99name" : "SakeCLI",
      "module_type" : "SwiftTarget",
      "name" : "SakeCLI",
      "path" : "Sources/SakeCLI",
      "product_dependencies" : [
        "ArgumentParser",
        "SwiftShell",
        "Yams"
      ],
      "product_memberships" : [
        "sake"
      ],
      "sources" : [
        "BuildCommand.swift",
        "CleanCommand.swift",
        "CommonOptions.swift",
        "Config/CLIConfig.swift",
        "Config/Config.swift",
        "Config/ConfigManager.swift",
        "Config/ENVConfig.swift",
        "Config/FileConfig.swift",
        "EditCommand.swift",
        "Helpers/DynamicCodingKey.swift",
        "Helpers/Logger.swift",
        "Helpers/ShellExecutor.swift",
        "Helpers/String+nilIfEmpty.swift",
        "InitCommand.swift",
        "ListCommand.swift",
        "RunCommand.swift",
        "SakeAppManager/Constants.swift",
        "SakeAppManager/PackageDescription.swift",
        "SakeAppManager/SakeAppContents.swift",
        "SakeAppManager/SakeAppManager+InitializedMode.swift",
        "SakeAppManager/SakeAppManager+UnitializedMode.swift",
        "SakeAppManager/SakeAppManager.swift",
        "SakeAppManager/SakeAppManagerCommandExecutor.swift",
        "SakeAppManager/SakeAppManagerError.swift",
        "SakeAppManager/SakeAppManagerFileHandle.swift",
        "SakeAppManager/ShellCompletionCommandListGenerator.swift",
        "SakeCLI.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "Sake",
      "module_type" : "SwiftTarget",
      "name" : "Sake",
      "path" : "Sources/Sake",
      "product_dependencies" : [
        "ArgumentParser"
      ],
      "product_memberships" : [
        "Sake"
      ],
      "sources" : [
        "CLI/CLI.swift",
        "CLI/ListCommand.swift",
        "CLI/RunCommand.swift",
        "CLI/SakeParsableCommand.swift",
        "ClosestMatchFinder.swift",
        "Command+Context.swift",
        "Command+Map.swift",
        "Command.swift",
        "CommandGroupProtocol.swift",
        "CommandListFormatter.swift",
        "CommandNameCaseConverter.swift",
        "CommandRunner.swift",
        "CommandsPreprocessor.swift",
        "Logger.swift",
        "SakeApp+main.swift",
        "SakeAppError.swift",
        "SakeAppProtocol.swift",
        "String+Case.swift"
      ],
      "target_dependencies" : [
        "SakeMacros",
        "SakeShared"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IntegrationTests",
      "module_type" : "SwiftTarget",
      "name" : "IntegrationTests",
      "path" : "Tests/IntegrationTests",
      "product_dependencies" : [
        "SwiftShell"
      ],
      "sources" : [
        "IntegrationTests.swift"
      ],
      "target_dependencies" : [
        "SakeShared"
      ],
      "type" : "test"
    }
  ],
  "tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.