Build Information
Successful build of SwiftKSUID, reference main (b9a284
), with Swift 6.1 for Linux on 29 Apr 2025 13:09:54 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.1-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.61.1
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.1
Building package at path: $PWD
https://github.com/toffaletti/swiftksuid.git
https://github.com/toffaletti/swiftksuid.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"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.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 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/ordo-one/package-benchmark
[1/5898] Fetching package-benchmark
Fetched https://github.com/ordo-one/package-benchmark from cache (0.44s)
Computing version for https://github.com/ordo-one/package-benchmark
Computed https://github.com/ordo-one/package-benchmark at 1.29.2 (2.42s)
Fetching https://github.com/apple/swift-atomics
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/HdrHistogram/hdrhistogram-swift
Fetching https://github.com/ordo-one/package-jemalloc
Fetching https://github.com/ordo-one/TextTable
Fetching https://github.com/apple/swift-system
[1/602] Fetching hdrhistogram-swift
[603/805] Fetching hdrhistogram-swift, texttable
[806/840] Fetching hdrhistogram-swift, texttable, package-jemalloc
[841/2545] Fetching hdrhistogram-swift, texttable, package-jemalloc, swift-atomics
[2512/6909] Fetching hdrhistogram-swift, texttable, package-jemalloc, swift-atomics, swift-system
Fetched https://github.com/ordo-one/TextTable from cache (0.41s)
Fetched https://github.com/ordo-one/package-jemalloc from cache (0.41s)
Fetched https://github.com/apple/swift-system from cache (0.41s)
[1/14950] Fetching swift-argument-parser
Fetched https://github.com/HdrHistogram/hdrhistogram-swift from cache (0.81s)
Fetched https://github.com/apple/swift-atomics from cache (0.81s)
Fetched https://github.com/apple/swift-argument-parser from cache (0.82s)
Computing version for https://github.com/ordo-one/package-jemalloc
Computed https://github.com/ordo-one/package-jemalloc at 1.0.0 (1.29s)
Computing version for https://github.com/ordo-one/TextTable
Computed https://github.com/ordo-one/TextTable at 0.0.2 (0.47s)
Computing version for https://github.com/HdrHistogram/hdrhistogram-swift
Computed https://github.com/HdrHistogram/hdrhistogram-swift at 0.1.3 (0.67s)
Fetching https://github.com/apple/swift-numerics
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.59s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (1.39s)
Computing version for https://github.com/apple/swift-atomics
Computed https://github.com/apple/swift-atomics at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-system
Computed https://github.com/apple/swift-system at 1.4.2 (0.70s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.0 (0.88s)
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/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system
Working copy of https://github.com/apple/swift-system resolved at 1.4.2
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/HdrHistogram/hdrhistogram-swift
Working copy of https://github.com/HdrHistogram/hdrhistogram-swift resolved at 0.1.3
Creating working copy for https://github.com/ordo-one/package-benchmark
Working copy of https://github.com/ordo-one/package-benchmark resolved at 1.29.2
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/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.0
[0/12] Write sources
[4/12] Write swift-version-24593BA9C3E375BF.txt
[5/12] Compiling CSystem shims.c
[7/42] Emitting module SystemPackage
[8/45] Compiling SystemPackage Util+StringArray.swift
[9/45] Compiling SystemPackage Util.swift
[10/45] Compiling SystemPackage UtilConsumers.swift
[11/45] Emitting module ArgumentParserToolInfo
[12/45] Compiling ArgumentParserToolInfo ToolInfo.swift
[14/46] Compiling SystemPackage FilePathParsing.swift
[15/46] Compiling SystemPackage FilePathString.swift
[16/46] Compiling SystemPackage FilePathSyntax.swift
[17/46] Compiling SystemPackage FilePathTemp.swift
[18/46] Compiling SystemPackage FilePathTempPosix.swift
[19/46] Compiling SystemPackage FilePathTempWindows.swift
[20/46] Compiling SystemPackage FilePathWindows.swift
[21/46] Compiling SystemPackage FilePermissions.swift
[21/46] Wrapping AST for ArgumentParserToolInfo for debugging
[23/46] Compiling SystemPackage Errno.swift
[24/46] Compiling SystemPackage ErrnoWindows.swift
[25/46] Compiling SystemPackage FileDescriptor.swift
[26/46] Compiling SystemPackage FileHelpers.swift
[27/46] Compiling SystemPackage FileOperations.swift
[28/46] Compiling SystemPackage FilePath.swift
[29/46] Compiling SystemPackage FilePathComponentView.swift
[30/46] Compiling SystemPackage FilePathComponents.swift
[31/84] Compiling ArgumentParser InputOrigin.swift
[32/84] Compiling ArgumentParser DumpHelpGenerator.swift
[33/84] Compiling ArgumentParser HelpCommand.swift
[34/84] Compiling ArgumentParser HelpGenerator.swift
[35/84] Compiling ArgumentParser MessageInfo.swift
[36/84] Compiling ArgumentParser UsageGenerator.swift
[37/84] Compiling ArgumentParser OptionGroup.swift
[38/84] Compiling ArgumentParser AsyncParsableCommand.swift
[39/84] Compiling ArgumentParser CommandConfiguration.swift
[40/84] Compiling ArgumentParser CommandGroup.swift
[41/84] Compiling ArgumentParser EnumerableFlag.swift
[42/85] Wrapping AST for SystemPackage for debugging
[44/85] Compiling ArgumentParser Name.swift
[45/85] Compiling ArgumentParser Parsed.swift
[46/85] Compiling ArgumentParser ParsedValues.swift
[47/85] Compiling ArgumentParser ParserError.swift
[48/85] Compiling ArgumentParser SplitArguments.swift
[49/90] Emitting module ArgumentParser
[55/90] Compiling ArgumentParser ExpressibleByArgument.swift
[56/90] Compiling ArgumentParser ParsableArguments.swift
[57/90] Compiling ArgumentParser ParsableArgumentsValidation.swift
[58/90] Compiling ArgumentParser ParsableCommand.swift
[59/90] Compiling ArgumentParser ArgumentDecoder.swift
[60/90] Compiling ArgumentParser BashCompletionsGenerator.swift
[61/90] Compiling ArgumentParser CompletionsGenerator.swift
[62/90] Compiling ArgumentParser FishCompletionsGenerator.swift
[63/90] Compiling ArgumentParser ZshCompletionsGenerator.swift
[64/90] Compiling ArgumentParser Argument.swift
[65/90] Compiling ArgumentParser ArgumentHelp.swift
[66/90] Compiling ArgumentParser ArgumentVisibility.swift
[67/90] Compiling ArgumentParser CompletionKind.swift
[68/90] Compiling ArgumentParser Errors.swift
[69/90] Compiling ArgumentParser Flag.swift
[70/90] Compiling ArgumentParser NameSpecification.swift
[71/90] Compiling ArgumentParser Option.swift
[72/90] Compiling ArgumentParser CollectionExtensions.swift
[73/90] Compiling ArgumentParser Platform.swift
[74/90] Compiling ArgumentParser SequenceExtensions.swift
[75/90] Compiling ArgumentParser StringExtensions.swift
[76/90] Compiling ArgumentParser Tree.swift
[77/90] Compiling ArgumentParser ArgumentDefinition.swift
[78/90] Compiling ArgumentParser ArgumentSet.swift
[79/90] Compiling ArgumentParser CommandParser.swift
[80/90] Compiling ArgumentParser InputKey.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
[1/1] Compiling plugin BenchmarkPlugin
[2/2] Compiling plugin BenchmarkCommandPlugin
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/47] Write sources
[18/47] Compiling _NumericsShims _NumericsShims.c
[19/47] Compiling _AtomicsShims.c
[20/47] Compiling SwiftRuntimeHooks shims.c
[21/47] Compiling CSystem shims.c
[22/47] Compiling CLinuxOperatingSystemStats CLinuxOperatingSystemStats.c
[23/47] Compiling CSystem shims.c
[24/47] Write swift-version-24593BA9C3E375BF.txt
[26/113] Compiling RealModule Real.swift
[27/114] Compiling SystemPackage FilePathComponents.swift
[28/114] Compiling SystemPackage Errno.swift
[29/114] Compiling SystemPackage ErrnoWindows.swift
[30/116] Emitting module ArgumentParserToolInfo
[32/117] Compiling RealModule RealFunctions.swift
[33/117] Compiling RealModule Float+Real.swift
[34/117] Compiling RealModule Float16+Real.swift
[35/117] Emitting module Shared
[36/117] Compiling Shared Command+Helpers.swift
[37/118] Compiling RealModule ElementaryFunctions.swift
[38/118] Compiling RealModule Float80+Real.swift
[39/118] Compiling SystemPackage FilePathSyntax.swift
[40/118] Compiling SystemPackage FilePathTemp.swift
[41/118] Compiling SystemPackage Backcompat.swift
[42/118] Compiling SystemPackage CInterop.swift
[43/118] Emitting module ArgumentParserToolInfo
[44/118] Compiling SystemPackage FilePathTempWindows.swift
[45/118] Compiling SystemPackage FilePathWindows.swift
[46/118] Compiling SystemPackage FileOperations.swift
[47/118] Compiling SystemPackage FilePath.swift
[48/118] Compiling SystemPackage FilePathComponentView.swift
[51/118] Emitting module RealModule
[54/118] Compiling Atomics IntegerOperations.swift
[55/118] Compiling Atomics Unmanaged extensions.swift
[57/119] Compiling SystemPackage FilePermissions.swift
[58/119] Compiling SystemPackage FilePathParsing.swift
[59/119] Compiling SystemPackage FilePathString.swift
[60/120] Wrapping AST for ArgumentParserToolInfo for debugging
[66/123] Compiling SystemPackage FilePathTempPosix.swift
[70/123] Emitting module SystemPackage
[71/124] Compiling SystemPackage Mocking.swift
[72/124] Compiling SystemPackage RawBuffer.swift
[73/124] Compiling SystemPackage Syscalls.swift
[74/124] Compiling SystemPackage WindowsSyscallAdapters.swift
[75/124] Compiling SystemPackage MachPort.swift
[76/124] Compiling SystemPackage PlatformString.swift
[77/124] Compiling SystemPackage SystemString.swift
[77/124] Wrapping AST for Shared for debugging
[79/127] Emitting module SystemPackage
[80/129] Wrapping AST for RealModule for debugging
[82/129] Compiling ArgumentParserToolInfo ToolInfo.swift
[82/130] Wrapping AST for SystemPackage for debugging
[89/130] Compiling ComplexModule Arithmetic.swift
[90/130] Compiling SystemPackage Util+StringArray.swift
[91/130] Compiling SystemPackage Util.swift
[92/130] Compiling SystemPackage UtilConsumers.swift
[92/130] Wrapping AST for ArgumentParserToolInfo for debugging
[94/168] Emitting module ArgumentParser
[95/169] Compiling ArgumentParser Argument.swift
[96/169] Compiling ArgumentParser ArgumentHelp.swift
[97/169] Compiling ArgumentParser ArgumentVisibility.swift
[98/169] Compiling ArgumentParser CompletionKind.swift
[99/169] Compiling ArgumentParser BashCompletionsGenerator.swift
[100/169] Compiling ArgumentParser CompletionsGenerator.swift
[101/169] Compiling ArgumentParser FishCompletionsGenerator.swift
[102/169] Compiling ArgumentParser ZshCompletionsGenerator.swift
[104/170] Emitting module ComplexModule
[106/170] Compiling ComplexModule ElementaryFunctions.swift
[107/170] Emitting module Atomics
[107/170] Wrapping AST for ArgumentParser for debugging
[108/170] Wrapping AST for SystemPackage for debugging
[112/171] Compiling ArgumentParser Errors.swift
[113/172] Emitting module BenchmarkBoilerplateGenerator
[116/173] Emitting module SwiftKSUID
[117/173] Emitting module ArgumentParser
[117/178] Wrapping AST for Atomics for debugging
[118/178] Wrapping AST for BenchmarkBoilerplateGenerator for debugging
[119/178] Write Objects.LinkFileList
[124/178] Compiling ArgumentParser Flag.swift
[125/178] Compiling ArgumentParser NameSpecification.swift
[126/178] Compiling ArgumentParser Option.swift
[127/178] Compiling SwiftKSUID Base62.swift
[128/178] Compiling SwiftKSUID SwiftKSUID.swift
[129/179] Wrapping AST for SwiftKSUID for debugging
[136/179] Linking BenchmarkBoilerplateGenerator-tool
[137/179] Generating plugin support files
[138/179] Write sources
[140/179] Compiling ArgumentParser CollectionExtensions.swift
[141/179] Compiling ArgumentParser Platform.swift
[142/179] Compiling ArgumentParser SequenceExtensions.swift
[143/179] Compiling ArgumentParser StringExtensions.swift
[144/179] Compiling ArgumentParser Tree.swift
[145/179] Compiling ArgumentParser DumpHelpGenerator.swift
[146/179] Compiling ArgumentParser HelpCommand.swift
[147/179] Compiling ArgumentParser HelpGenerator.swift
[148/179] Compiling ArgumentParser MessageInfo.swift
[149/179] Compiling ArgumentParser UsageGenerator.swift
[150/179] Compiling ArgumentParser Name.swift
[151/179] Compiling ArgumentParser Parsed.swift
[152/179] Compiling ArgumentParser ParsedValues.swift
[153/179] Compiling ArgumentParser ParserError.swift
[154/179] Compiling ArgumentParser SplitArguments.swift
[155/179] Compiling ArgumentParser ArgumentDefinition.swift
[156/179] Compiling ArgumentParser ArgumentSet.swift
[157/179] Compiling ArgumentParser CommandParser.swift
[158/179] Compiling ArgumentParser InputKey.swift
[159/179] Compiling ArgumentParser InputOrigin.swift
[160/179] Compiling ArgumentParser OptionGroup.swift
[161/179] Compiling ArgumentParser AsyncParsableCommand.swift
[162/179] Compiling ArgumentParser CommandConfiguration.swift
[163/179] Compiling ArgumentParser CommandGroup.swift
[164/179] Compiling ArgumentParser EnumerableFlag.swift
[165/179] Compiling ArgumentParser ExpressibleByArgument.swift
[166/179] Compiling ArgumentParser ParsableArguments.swift
[167/179] Compiling ArgumentParser ParsableArgumentsValidation.swift
[168/179] Compiling ArgumentParser ParsableCommand.swift
[169/179] Compiling ArgumentParser ArgumentDecoder.swift
[170/180] Wrapping AST for ArgumentParser for debugging
[172/180] Compiling ComplexModule Complex.swift
[173/180] Compiling ComplexModule Differentiable.swift
[174/181] Wrapping AST for ComplexModule for debugging
[176/183] Emitting module Numerics
[177/183] Compiling Numerics Numerics.swift
[178/184] Wrapping AST for Numerics for debugging
[180/186] Compiling Histogram Histogram.swift
[181/186] Emitting module Histogram
[182/187] Wrapping AST for Histogram for debugging
[184/215] Emitting module Benchmark
[185/218] Compiling Benchmark NIOLock.swift
[186/218] Compiling Benchmark lock.swift
[187/218] Compiling Benchmark OperatingSystemStats.swift
[188/218] Compiling Benchmark OperatingSystemStatsProducer+Darwin.swift
[189/218] Compiling Benchmark OperatingSystemStatsProducer+Linux.swift
[190/218] Compiling Benchmark OutputSuppressor.swift
[191/218] Compiling Benchmark Progress.swift
[192/218] Compiling Benchmark BenchmarkRunner.swift
[193/218] Compiling Benchmark BenchmarkThresholds+Defaults.swift
[194/218] Compiling Benchmark BenchmarkThresholds.swift
[195/218] Compiling Benchmark Blackhole.swift
[196/218] Compiling Benchmark ARCStats.swift
[197/218] Compiling Benchmark ARCStatsProducer.swift
[198/218] Compiling Benchmark Benchmark+ConvenienceInitializers.swift
[199/218] Compiling Benchmark Benchmark.swift
[200/218] Compiling Benchmark BenchmarkClock.swift
[201/218] Compiling Benchmark BenchmarkExecutor+Extensions.swift
[202/218] Compiling Benchmark BenchmarkExecutor.swift
[203/218] Compiling Benchmark BenchmarkInternals.swift
[204/218] Compiling Benchmark BenchmarkMetric+Defaults.swift
[205/218] Compiling Benchmark BenchmarkMetric.swift
[206/218] Compiling Benchmark BenchmarkResult.swift
[207/218] Compiling Benchmark BenchmarkRunner+ReadWrite.swift
[208/218] Compiling Benchmark ProgressElements.swift
[209/218] Compiling Benchmark Utilities.swift
[210/218] Compiling Benchmark Statistics.swift
[211/218] Compiling Benchmark Int+Extensions.swift
[212/218] Compiling Benchmark MallocStats+jemalloc-support.swift
[213/218] Compiling Benchmark MallocStats.swift
[214/218] Compiling Benchmark MallocStatsProducer+jemalloc.swift
[215/219] Wrapping AST for Benchmark for debugging
[217/222] Compiling BenchmarkSwiftKSUID __BenchmarkBoilerplate.swift
[218/222] Emitting module BenchmarkSwiftKSUID
[219/222] Compiling BenchmarkSwiftKSUID BenchmarkSwiftKSUID.swift
[220/223] Wrapping AST for BenchmarkSwiftKSUID for debugging
[221/223] Write Objects.LinkFileList
[222/223] Linking BenchmarkSwiftKSUID
Build complete! (46.89s)
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.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.