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 Genesis, reference 0.9.0 (fe00b6), with Swift 6.1 for Linux on 27 Apr 2025 15:25:01 UTC.

Swift 6 data race errors: 2

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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: 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/Genesis
 * tag               0.9.0      -> FETCH_HEAD
HEAD is now at fe00b6c allow array option to be a string with commas
Cloned https://github.com/yonaskolb/Genesis.git
Revision (git rev-parse @):
fe00b6c9ab984849bbee890e9936c2a9271cb899
SUCCESS checkout https://github.com/yonaskolb/Genesis.git at 0.9.0
========================================
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-4606859-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/jakeheis/SwiftCLI
[1/5074] Fetching swiftcli
Fetching https://github.com/kylef/PathKit
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/SwiftGen/StencilSwiftKit
Fetching https://github.com/jpsim/Yams
Fetched https://github.com/jakeheis/SwiftCLI from cache (0.61s)
[1/1411] Fetching pathkit
[368/2607] Fetching pathkit, rainbow
[2465/6615] Fetching pathkit, rainbow, stencilswiftkit
[2582/16904] Fetching pathkit, rainbow, stencilswiftkit, yams
Fetched https://github.com/kylef/PathKit from cache (0.46s)
[2416/15493] Fetching rainbow, stencilswiftkit, yams
Fetched https://github.com/onevcat/Rainbow from cache (0.48s)
[1323/14297] Fetching stencilswiftkit, yams
Fetched https://github.com/jpsim/Yams from cache (1.99s)
[1323/4008] Fetching stencilswiftkit
Fetched https://github.com/SwiftGen/StencilSwiftKit from cache (3.49s)
Computing version for https://github.com/jakeheis/SwiftCLI
Computed https://github.com/jakeheis/SwiftCLI at 6.0.3 (5.02s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (2.89s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.26s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 4.1.0 (4.60s)
Computing version for https://github.com/SwiftGen/StencilSwiftKit
Computed https://github.com/SwiftGen/StencilSwiftKit at 2.10.1 (1.29s)
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.34s)
Fetched https://github.com/stencilproject/Stencil.git from cache (0.34s)
Computing version for https://github.com/shibapm/Komondor.git
Computed https://github.com/shibapm/Komondor.git at 1.1.3 (0.89s)
Fetching https://github.com/shibapm/PackageConfig.git
Fetching https://github.com/JohnSundell/ShellOut.git
[1/960] Fetching shellout
[961/1540] Fetching shellout, packageconfig
Fetched https://github.com/JohnSundell/ShellOut.git from cache (0.26s)
Fetched https://github.com/shibapm/PackageConfig.git from cache (0.26s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (0.80s)
Computing version for https://github.com/stencilproject/Stencil.git
Computed https://github.com/stencilproject/Stencil.git at 0.15.1 (0.55s)
Computing version for https://github.com/JohnSundell/ShellOut.git
Computed https://github.com/JohnSundell/ShellOut.git at 2.3.0 (0.54s)
Computing version for https://github.com/shibapm/PackageConfig.git
Computed https://github.com/shibapm/PackageConfig.git at 1.1.3 (0.54s)
Computing version for https://github.com/jpsim/Yams
Computed https://github.com/jpsim/Yams at 5.3.1 (0.56s)
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/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/SwiftGen/StencilSwiftKit
Working copy of https://github.com/SwiftGen/StencilSwiftKit resolved at 2.10.1
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/jpsim/Yams
Working copy of https://github.com/jpsim/Yams resolved at 5.3.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/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
Building for debugging...
[0/27] Write sources
[9/27] Compiling reader.c
[10/27] Compiling writer.c
[11/27] Compiling api.c
[12/27] Compiling parser.c
[13/27] Compiling emitter.c
[14/27] Compiling scanner.c
[15/27] Write swift-version-24593BA9C3E375BF.txt
[17/80] Compiling SwiftCLI Parameter.swift
[18/80] Compiling SwiftCLI Parser.swift
[19/82] Compiling SwiftCLI Error.swift
[20/82] Compiling SwiftCLI HelpCommand.swift
[21/82] Compiling SwiftCLI HelpMessageGenerator.swift
[22/84] Compiling Rainbow String+Rainbow.swift
[23/84] Compiling Rainbow StringGenerator.swift
[24/85] Compiling Rainbow Style.swift
[25/85] Compiling SwiftCLI ValueBox.swift
[26/85] Compiling SwiftCLI VersionCommand.swift
[27/85] Compiling SwiftCLI OptionGroup.swift
[28/85] Compiling SwiftCLI OptionRegistry.swift
[29/85] Compiling Yams YamlError.swift
[30/85] Compiling Yams YamlTagProviding.swift
[31/85] Compiling SwiftCLI Command.swift
[32/85] Compiling SwiftCLI Compatibility.swift
[33/85] Compiling SwiftCLI CompletionGenerator.swift
[37/85] Compiling SwiftCLI Path.swift
[38/85] Compiling SwiftCLI Stream.swift
[39/85] Compiling SwiftCLI Task.swift
[40/85] Emitting module Rainbow
[47/85] Compiling Rainbow Rainbow.swift
[48/85] Compiling Rainbow OutputTarget.swift
[49/85] Compiling SwiftCLI Input.swift
[50/85] Compiling SwiftCLI Option.swift
[54/86] Emitting module SwiftCLI
[55/86] Compiling Yams Node.Sequence.swift
[56/86] Compiling Yams Node.swift
[57/86] Compiling Yams Parser.swift
[73/87] Emitting module Yams
[75/88] Compiling PathKit PathKit.swift
[76/88] Emitting module PathKit
[78/89] Wrapping AST for Rainbow for debugging
[79/89] Wrapping AST for SwiftCLI for debugging
[80/89] Wrapping AST for Yams for debugging
[81/89] Wrapping AST for PathKit for debugging
[83/111] Compiling Stencil Context.swift
[84/111] Compiling Stencil DynamicMemberLookup.swift
[85/111] Compiling Stencil Environment.swift
[86/111] Emitting module Stencil
[87/113] Compiling Stencil Loader.swift
[88/113] Compiling Stencil Node.swift
[89/113] Compiling Stencil NowTag.swift
[90/113] Compiling Stencil IfTag.swift
[91/113] Compiling Stencil Include.swift
[92/113] Compiling Stencil Inheritance.swift
[93/113] Compiling Stencil KeyPath.swift
[94/113] Compiling Stencil LazyValueWrapper.swift
[95/113] Compiling Stencil Lexer.swift
[96/113] Compiling Stencil FilterTag.swift
[97/113] Compiling Stencil Filters.swift
[98/113] Compiling Stencil ForTag.swift
[99/113] Compiling Stencil Errors.swift
[100/113] Compiling Stencil Expression.swift
[101/113] Compiling Stencil Extension.swift
[102/113] Compiling Stencil Parser.swift
[103/113] Compiling Stencil Template.swift
[104/113] Compiling Stencil Tokenizer.swift
[105/113] Compiling Stencil TrimBehaviour.swift
[106/113] Compiling Stencil Variable.swift
[107/114] Wrapping AST for Stencil for debugging
[109/126] Compiling StencilSwiftKit StencilSwiftTemplate.swift
[110/126] Compiling StencilSwiftKit SetNode.swift
[111/126] Compiling StencilSwiftKit ImportNode.swift
[112/126] Compiling StencilSwiftKit MapNode.swift
[113/126] Compiling StencilSwiftKit Parameters.swift
[114/127] Compiling StencilSwiftKit Environment.swift
[115/127] Compiling StencilSwiftKit Filters+Numbers.swift
[116/127] Emitting module StencilSwiftKit
[117/127] Compiling StencilSwiftKit Filters+Strings.swift
[118/127] Compiling StencilSwiftKit Filters.swift
[119/127] Compiling StencilSwiftKit CallMacroNodes.swift
[120/127] Compiling StencilSwiftKit Context.swift
[121/127] Compiling StencilSwiftKit SwiftIdentifier.swift
[122/128] Wrapping AST for StencilSwiftKit for debugging
[124/134] Compiling GenesisKit GenesisTemplate.swift
[125/134] Compiling GenesisKit File.swift
[126/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
[127/134] Compiling GenesisKit Option.swift
[128/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
[129/134] Compiling GenesisKit Input.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] Emitting module Genesis
[139/142] Compiling Genesis main.swift
[140/143] Wrapping AST for Genesis for debugging
[141/143] Write Objects.LinkFileList
[142/143] Linking genesis
Build complete! (38.61s)
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.