The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of SwiftKSUID, reference main (b9a284), with Swift 6.0 for Linux on 3 Dec 2024 10:41:50 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toffaletti/swiftksuid.git
Reference: main
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/toffaletti/swiftksuid
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b9a2844 add workflow and use FoundationEssentials (#1)
Cloned https://github.com/toffaletti/swiftksuid.git
Revision (git rev-parse @):
b9a284428f5db8543c27ff9b4d890eb100a780c0
SUCCESS checkout https://github.com/toffaletti/swiftksuid.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/toffaletti/swiftksuid.git
{
  "dependencies" : [
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    }
  ],
  "manifest_display_name" : "SwiftKSUID",
  "name" : "SwiftKSUID",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKSUID",
      "targets" : [
        "SwiftKSUID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BenchmarkSwiftKSUID",
      "targets" : [
        "BenchmarkSwiftKSUID"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKSUIDTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKSUIDTests",
      "path" : "Tests/SwiftKSUIDTests",
      "sources" : [
        "SwiftKSUIDTests.swift"
      ],
      "target_dependencies" : [
        "SwiftKSUID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKSUID",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKSUID",
      "path" : "Sources/SwiftKSUID",
      "product_memberships" : [
        "SwiftKSUID",
        "BenchmarkSwiftKSUID"
      ],
      "sources" : [
        "Base62.swift",
        "SwiftKSUID.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkSwiftKSUID",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkSwiftKSUID",
      "path" : "Benchmarks/BenchmarkSwiftKSUID",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "BenchmarkSwiftKSUID"
      ],
      "sources" : [
        "BenchmarkSwiftKSUID.swift"
      ],
      "target_dependencies" : [
        "SwiftKSUID"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ordo-one/package-benchmark
[1/5589] Fetching package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (0.55s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.27.3 (2.90s)
Fetching https://github.com/ordo-one/TextTable
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/HdrHistogram/hdrhistogram-swift
Fetching https://github.com/apple/swift-system
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/ordo-one/package-jemalloc
[1/586] Fetching hdrhistogram-swift
[587/621] Fetching hdrhistogram-swift, package-jemalloc
[622/824] Fetching hdrhistogram-swift, package-jemalloc, texttable
[825/2393] Fetching hdrhistogram-swift, package-jemalloc, texttable, swift-atomics
Fetched https://github.com/HdrHistogram/hdrhistogram-swift from cache (0.28s)
Fetched https://github.com/ordo-one/package-jemalloc from cache (0.28s)
Fetched https://github.com/ordo-one/TextTable from cache (0.29s)
[1/3919] Fetching swift-system
Fetched https://github.com/apple/swift-atomics from cache (0.42s)
[1/12395] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-system from cache (0.91s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.92s)
Computing version for https://github.com/ordo-one/package-jemalloc
Computed https://github.com/ordo-one/package-jemalloc at 1.0.0 (0.61s)
Computing version for https://github.com/ordo-one/TextTable
Computed https://github.com/ordo-one/TextTable at 0.0.2 (0.68s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift
Computed https://github.com/HdrHistogram/hdrhistogram-swift at 0.1.2 (0.51s)
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.47s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.46s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.0 (0.47s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.69s)
Creating working copy for https://github.com/ordo-one/package-jemalloc
Working copy of https://github.com/ordo-one/package-jemalloc resolved at 1.0.0
Creating working copy for https://github.com/ordo-one/TextTable
Working copy of https://github.com/ordo-one/TextTable resolved at 0.0.2
Creating working copy for https://github.com/apple/swift-atomics
Working copy of https://github.com/apple/swift-atomics resolved at 1.2.0
Creating working copy for https://github.com/HdrHistogram/hdrhistogram-swift
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift resolved at 0.1.2
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.27.3
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.0
Building for debugging...
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[4/12] Compiling CSystem shims.c
[7/42] Emitting module SystemPackage
[8/45] Compiling SystemPackage FileOperations.swift
[9/45] Compiling SystemPackage FilePath.swift
[10/45] Compiling SystemPackage FilePathComponentView.swift
[11/45] Compiling SystemPackage FilePathComponents.swift
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[13/45] Emitting module ArgumentParserToolInfo
[14/45] Compiling SystemPackage Errno.swift
[15/45] Compiling SystemPackage ErrnoWindows.swift
[16/45] Compiling SystemPackage FileDescriptor.swift
[17/45] Compiling SystemPackage FileHelpers.swift
[18/46] Compiling SystemPackage FilePathParsing.swift
[19/46] Compiling SystemPackage FilePathString.swift
[20/46] Compiling SystemPackage FilePathSyntax.swift
[21/46] Compiling SystemPackage FilePathTemp.swift
[22/46] Compiling SystemPackage MachPort.swift
[23/46] Compiling SystemPackage PlatformString.swift
[24/46] Compiling SystemPackage SystemString.swift
[26/46] Compiling SystemPackage Util+StringArray.swift
[27/46] Compiling SystemPackage Util.swift
[28/46] Compiling SystemPackage UtilConsumers.swift
[28/46] Wrapping AST for ArgumentParserToolInfo for debugging
[30/84] Compiling ArgumentParser ParsableArguments.swift
[31/84] Compiling ArgumentParser ParsableArgumentsValidation.swift
[32/84] Compiling ArgumentParser ParsableCommand.swift
[33/84] Compiling ArgumentParser ArgumentDecoder.swift
[34/84] Compiling ArgumentParser ArgumentDefinition.swift
[35/84] Compiling ArgumentParser ArgumentSet.swift
[36/84] Compiling ArgumentParser CommandParser.swift
[37/84] Compiling ArgumentParser InputKey.swift
[38/84] Compiling ArgumentParser CommandConfiguration.swift
[39/84] Compiling ArgumentParser CommandGroup.swift
[40/84] Compiling ArgumentParser EnumerableFlag.swift
[41/84] Compiling ArgumentParser ExpressibleByArgument.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Compiling ArgumentParser OptionGroup.swift
[45/85] Compiling ArgumentParser AsyncParsableCommand.swift
[49/90] Emitting module ArgumentParser
[50/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[51/90] Compiling ArgumentParser CompletionsGenerator.swift
[52/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[53/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[54/90] Compiling ArgumentParser Argument.swift
[55/90] Compiling ArgumentParser ArgumentHelp.swift
[56/90] Compiling ArgumentParser CollectionExtensions.swift
[57/90] Compiling ArgumentParser Platform.swift
[58/90] Compiling ArgumentParser SequenceExtensions.swift
[59/90] Compiling ArgumentParser StringExtensions.swift
[60/90] Compiling ArgumentParser Tree.swift
[61/90] Compiling ArgumentParser ArgumentVisibility.swift
[62/90] Compiling ArgumentParser CompletionKind.swift
[63/90] Compiling ArgumentParser Errors.swift
[64/90] Compiling ArgumentParser Flag.swift
[65/90] Compiling ArgumentParser NameSpecification.swift
[66/90] Compiling ArgumentParser Option.swift
[76/90] Compiling ArgumentParser InputOrigin.swift
[77/90] Compiling ArgumentParser Name.swift
[78/90] Compiling ArgumentParser Parsed.swift
[79/90] Compiling ArgumentParser ParsedValues.swift
[80/90] Compiling ArgumentParser ParserError.swift
[81/90] Compiling ArgumentParser SplitArguments.swift
[82/90] Compiling ArgumentParser DumpHelpGenerator.swift
[83/90] Compiling ArgumentParser HelpCommand.swift
[84/90] Compiling ArgumentParser HelpGenerator.swift
[85/90] Compiling ArgumentParser MessageInfo.swift
[86/90] Compiling ArgumentParser UsageGenerator.swift
[87/91] Wrapping AST for ArgumentParser for debugging
[89/93] Emitting module BenchmarkBoilerplateGenerator
[90/93] Compiling BenchmarkBoilerplateGenerator BenchmarkBoilerplateGenerator.swift
[91/94] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[92/94] Write Objects.LinkFileList
[93/94] Linking BenchmarkBoilerplateGenerator-tool
Build of product 'BenchmarkBoilerplateGenerator' complete! (18.86s)
[1/1] Compiling plugin BenchmarkCommandPlugin
[2/2] Compiling plugin BenchmarkPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/34] Write sources
[13/34] Compiling _NumericsShims _NumericsShims.c
[14/34] Compiling SwiftRuntimeHooks shims.c
[15/34] Compiling _AtomicsShims.c
[16/34] Compiling CSystem shims.c
[17/34] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[18/34] Generating plugin support files
[19/34] Write swift-version-24593BA9C3E375BF.txt
[20/34] Write sources
[22/96] Emitting module RealModule
[23/97] Emitting module SystemPackage
[24/100] Compiling RealModule Real.swift
[25/100] Compiling Atomics UnsafeAtomic.swift
[26/100] Compiling Atomics UnsafeAtomicLazyReference.swift
[27/102] Compiling Atomics AtomicReference.swift
[28/102] Compiling Atomics AtomicStorage.swift
[29/102] Compiling Atomics AtomicValue.swift
[30/102] Compiling RealModule RealFunctions.swift
[31/102] Compiling Atomics AtomicMemoryOrderings.swift
[32/102] Compiling Atomics DoubleWord.swift
[33/102] Compiling Atomics ManagedAtomic.swift
[34/102] Compiling Atomics ManagedAtomicLazyReference.swift
[35/102] Compiling RealModule Float80+Real.swift
[36/102] Compiling ArgumentParserToolInfo ToolInfo.swift
[37/102] Emitting module ArgumentParserToolInfo
[38/102] Compiling RealModule Float16+Real.swift
[39/103] Compiling Atomics IntegerConformances.swift
[40/103] Compiling Atomics PointerConformances.swift
[41/103] Compiling RealModule ElementaryFunctions.swift
[43/103] Compiling Atomics Primitives.native.swift
[45/103] Compiling Atomics Primitives.shims.swift
[48/103] Compiling SystemPackage Util+StringArray.swift
[49/103] Compiling SystemPackage Util.swift
[50/103] Compiling SystemPackage UtilConsumers.swift
[51/103] Compiling RealModule Float+Real.swift
[52/104] Compiling Atomics IntegerOperations.swift
[53/104] Compiling Atomics Unmanaged extensions.swift
[54/104] Compiling Atomics OptionalRawRepresentable.swift
[55/104] Compiling Atomics RawRepresentable.swift
[56/104] Compiling Atomics AtomicBool.swift
[57/104] Emitting module Atomics
[62/104] Compiling Atomics AtomicInteger.swift
[63/104] Compiling Atomics AtomicOptionalWrappable.swift
[64/104] Compiling SystemPackage MachPort.swift
[65/104] Compiling SystemPackage PlatformString.swift
[66/104] Compiling SystemPackage SystemString.swift
[69/105] Wrapping AST for ArgumentParserToolInfo for debugging
[70/105] Wrapping AST for RealModule for debugging
[71/118] Wrapping AST for Atomics for debugging
[73/148] Compiling ArgumentParser EnumerableFlag.swift
[74/148] Compiling ArgumentParser ExpressibleByArgument.swift
[75/148] Compiling ArgumentParser ParsableArguments.swift
[76/148] Compiling ArgumentParser ParsableArgumentsValidation.swift
[77/148] Compiling ArgumentParser Argument.swift
[78/148] Compiling ArgumentParser ArgumentHelp.swift
[79/148] Compiling ArgumentParser ArgumentVisibility.swift
[80/148] Compiling ArgumentParser CompletionKind.swift
[81/148] Compiling ArgumentParser ParsableCommand.swift
[82/148] Compiling ArgumentParser ArgumentDecoder.swift
[83/148] Compiling ArgumentParser ArgumentDefinition.swift
[84/148] Compiling ArgumentParser ArgumentSet.swift
[85/148] Compiling ArgumentParser Errors.swift
[86/148] Compiling ArgumentParser Flag.swift
[87/148] Compiling ArgumentParser NameSpecification.swift
[88/148] Compiling ArgumentParser Option.swift
[89/148] Compiling ArgumentParser OptionGroup.swift
[90/148] Compiling ArgumentParser AsyncParsableCommand.swift
[91/148] Compiling ArgumentParser CommandConfiguration.swift
[92/148] Compiling ArgumentParser CommandGroup.swift
[94/149] Compiling SwiftKSUID Base62.swift
[95/149] Emitting module SwiftKSUID
[96/149] Compiling SwiftKSUID SwiftKSUID.swift
[97/150] Wrapping AST for SystemPackage for debugging
[98/150] Wrapping AST for SwiftKSUID for debugging
[100/150] Compiling ComplexModule Arithmetic.swift
[101/150] Compiling ComplexModule ElementaryFunctions.swift
[102/150] Compiling ComplexModule Differentiable.swift
[103/150] Compiling ComplexModule Complex.swift
[104/150] Emitting module ComplexModule
[111/156] Wrapping AST for ComplexModule for debugging
[113/158] Emitting module ArgumentParser
[114/158] Compiling ArgumentParser BashCompletionsGenerator.swift
[115/158] Compiling ArgumentParser CompletionsGenerator.swift
[116/158] Compiling ArgumentParser FishCompletionsGenerator.swift
[117/158] Compiling ArgumentParser ZshCompletionsGenerator.swift
[120/158] Emitting module Numerics
[121/158] Compiling Numerics Numerics.swift
[122/159] Wrapping AST for Numerics for debugging
[134/161] Compiling ArgumentParser CollectionExtensions.swift
[135/161] Compiling ArgumentParser Platform.swift
[136/161] Compiling ArgumentParser SequenceExtensions.swift
[137/161] Compiling ArgumentParser StringExtensions.swift
[138/161] Compiling ArgumentParser Tree.swift
[141/161] Compiling ArgumentParser CommandParser.swift
[142/161] Compiling ArgumentParser InputKey.swift
[143/161] Compiling ArgumentParser InputOrigin.swift
[144/161] Compiling ArgumentParser DumpHelpGenerator.swift
[145/161] Compiling ArgumentParser HelpCommand.swift
[146/161] Compiling ArgumentParser HelpGenerator.swift
[147/161] Compiling ArgumentParser MessageInfo.swift
[148/161] Compiling ArgumentParser UsageGenerator.swift
[149/161] Compiling ArgumentParser Name.swift
[150/161] Compiling ArgumentParser Parsed.swift
[151/161] Compiling ArgumentParser ParsedValues.swift
[152/161] Compiling ArgumentParser ParserError.swift
[153/161] Compiling ArgumentParser SplitArguments.swift
[154/162] Emitting module Histogram
[155/162] Compiling Histogram Histogram.swift
[157/176] Wrapping AST for Histogram for debugging
[158/176] Wrapping AST for ArgumentParser for debugging
[160/190] Compiling Benchmark ARCStats.swift
[161/190] Compiling Benchmark ARCStatsProducer.swift
[162/190] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[163/190] Compiling Benchmark Benchmark.swift
[164/193] Emitting module Benchmark
[165/193] Compiling Benchmark ProgressElements.swift
[166/193] Compiling Benchmark Utilities.swift
[167/193] Compiling Benchmark Statistics.swift
[168/193] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[169/193] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[170/193] Compiling Benchmark Progress.swift
[171/193] Compiling Benchmark BenchmarkClock.swift
[172/193] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[173/193] Compiling Benchmark BenchmarkExecutor.swift
[174/193] Compiling Benchmark BenchmarkInternals.swift
[175/193] Compiling Benchmark BenchmarkMetric+Defaults.swift
[176/193] Compiling Benchmark BenchmarkMetric.swift
[177/193] Compiling Benchmark BenchmarkResult.swift
[178/193] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[179/193] Compiling Benchmark BenchmarkRunner.swift
[180/193] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[181/193] Compiling Benchmark BenchmarkThresholds.swift
[182/193] Compiling Benchmark Blackhole.swift
[183/193] Compiling Benchmark NIOLock.swift
[184/193] Compiling Benchmark lock.swift
[185/193] Compiling Benchmark OperatingSystemStats.swift
[186/193] Compiling Benchmark Int+Extensions.swift
[187/193] Compiling Benchmark MallocStats+jemalloc-support.swift
[188/193] Compiling Benchmark MallocStats.swift
[189/193] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[190/194] Wrapping AST for Benchmark for debugging
[192/197] Emitting module BenchmarkSwiftKSUID
[193/197] Compiling BenchmarkSwiftKSUID __BenchmarkBoilerplate.swift
[194/197] Compiling BenchmarkSwiftKSUID BenchmarkSwiftKSUID.swift
[195/198] Wrapping AST for BenchmarkSwiftKSUID for debugging
[196/198] Write Objects.LinkFileList
[197/198] Linking BenchmarkSwiftKSUID
Build complete! (68.08s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "package-benchmark",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.26.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ordo-one/package-benchmark"
    }
  ],
  "manifest_display_name" : "SwiftKSUID",
  "name" : "SwiftKSUID",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftKSUID",
      "targets" : [
        "SwiftKSUID"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "BenchmarkSwiftKSUID",
      "targets" : [
        "BenchmarkSwiftKSUID"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftKSUIDTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKSUIDTests",
      "path" : "Tests/SwiftKSUIDTests",
      "sources" : [
        "SwiftKSUIDTests.swift"
      ],
      "target_dependencies" : [
        "SwiftKSUID"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftKSUID",
      "module_type" : "SwiftTarget",
      "name" : "SwiftKSUID",
      "path" : "Sources/SwiftKSUID",
      "product_memberships" : [
        "SwiftKSUID",
        "BenchmarkSwiftKSUID"
      ],
      "sources" : [
        "Base62.swift",
        "SwiftKSUID.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BenchmarkSwiftKSUID",
      "module_type" : "SwiftTarget",
      "name" : "BenchmarkSwiftKSUID",
      "path" : "Benchmarks/BenchmarkSwiftKSUID",
      "product_dependencies" : [
        "Benchmark",
        "BenchmarkPlugin"
      ],
      "product_memberships" : [
        "BenchmarkSwiftKSUID"
      ],
      "sources" : [
        "BenchmarkSwiftKSUID.swift"
      ],
      "target_dependencies" : [
        "SwiftKSUID"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.