The Swift Package Index logo.Swift Package Index

Build Information

Successful build of IDGenerator, reference 0.1.0 (8e3f5b), with Swift 6.1 for Linux on 23 Feb 2026 02:48:36 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ShivaHuang/swift-id-generator.git
Reference: 0.1.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/ShivaHuang/swift-id-generator
 * tag               0.1.0      -> FETCH_HEAD
HEAD is now at 8e3f5b4 [refactor] Rename Generate protocol to IDGenerator
Cloned https://github.com/ShivaHuang/swift-id-generator.git
Revision (git rev-parse @):
8e3f5b463b99c11eb241d28d777c0239b6bf63b2
SUCCESS checkout https://github.com/ShivaHuang/swift-id-generator.git at 0.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ShivaHuang/swift-id-generator.git
https://github.com/ShivaHuang/swift-id-generator.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "IDGenerator",
  "name" : "IDGenerator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "IDGenerator",
      "targets" : [
        "IDGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IDGeneratorDependency",
      "targets" : [
        "IDGeneratorDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IDGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "IDGeneratorTests",
      "path" : "Tests/IDGeneratorTests",
      "sources" : [
        "IDGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "IDGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDGeneratorDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "IDGeneratorDependencyTests",
      "path" : "Tests/IDGeneratorDependencyTests",
      "product_dependencies" : [
        "Dependencies"
      ],
      "sources" : [
        "IDGeneratorDependencyTests.swift"
      ],
      "target_dependencies" : [
        "IDGeneratorDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDGeneratorDependency",
      "module_type" : "SwiftTarget",
      "name" : "IDGeneratorDependency",
      "path" : "Sources/IDGeneratorDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "IDGeneratorDependency"
      ],
      "sources" : [
        "IDGeneratorDependency.swift"
      ],
      "target_dependencies" : [
        "IDGenerator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IDGenerator",
      "module_type" : "SwiftTarget",
      "name" : "IDGenerator",
      "path" : "Sources/IDGenerator",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "IDGenerator",
        "IDGeneratorDependency"
      ],
      "sources" : [
        "IDGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/pointfreeco/swift-dependencies
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/6617] Fetching swift-dependencies
[266/7503] Fetching swift-dependencies, swift-concurrency-extras
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.29s)
Fetched https://github.com/pointfreeco/swift-dependencies from cache (0.38s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 1.3.2 (0.98s)
Computing version for https://github.com/pointfreeco/swift-dependencies
Computed https://github.com/pointfreeco/swift-dependencies at 1.11.0 (1.09s)
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/pointfreeco/combine-schedulers
Fetching https://github.com/pointfreeco/swift-clocks
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/1317] Fetching swift-clocks
[1266/3867] Fetching swift-clocks, combine-schedulers
[3868/9585] Fetching swift-clocks, combine-schedulers, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/combine-schedulers from cache (0.39s)
[4920/7035] Fetching swift-clocks, xctest-dynamic-overlay
[7036/81425] Fetching swift-clocks, xctest-dynamic-overlay, swift-syntax
Fetched https://github.com/pointfreeco/swift-clocks from cache (4.80s)
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (4.81s)
Fetched https://github.com/swiftlang/swift-syntax from cache (4.96s)
Computing version for https://github.com/pointfreeco/swift-clocks
Computed https://github.com/pointfreeco/swift-clocks at 1.0.6 (5.53s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 1.1.0 (1.19s)
Fetching https://github.com/OpenCombine/OpenCombine.git
[1/8284] Fetching opencombine
Fetched https://github.com/OpenCombine/OpenCombine.git from cache (0.61s)
Computing version for https://github.com/OpenCombine/OpenCombine.git
Computed https://github.com/OpenCombine/OpenCombine.git at 0.14.0 (3.72s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.66s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (0.92s)
Creating working copy for https://github.com/pointfreeco/swift-dependencies
Working copy of https://github.com/pointfreeco/swift-dependencies resolved at 1.11.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-clocks
Working copy of https://github.com/pointfreeco/swift-clocks resolved at 1.0.6
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 1.1.0
Creating working copy for https://github.com/OpenCombine/OpenCombine.git
Working copy of https://github.com/OpenCombine/OpenCombine.git resolved at 0.14.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 1.3.2
Building for debugging...
[0/15] Write sources
[13/15] Write swift-version-24593BA9C3E375BF.txt
[14/28] Compiling COpenCombineHelpers COpenCombineHelpers.cpp
[16/120] Emitting module OpenCombine
[17/132] Emitting module ConcurrencyExtras
[18/133] Emitting module IssueReportingPackageSupport
[19/133] Compiling IssueReportingPackageSupport _Test.swift
[21/134] Compiling ConcurrencyExtras UncheckedSendable.swift
[22/134] Compiling OpenCombine Result.swift
[23/134] Compiling OpenCombine Scheduler.swift
[24/134] Compiling OpenCombine Subject+Void.swift
[25/134] Compiling OpenCombine Subscriber+Void.swift
[26/134] Compiling OpenCombine Subscribers.Assign.swift
[27/134] Compiling OpenCombine Subscribers.Completion.swift
[28/134] Compiling OpenCombine Subscribers.Demand.swift
[29/134] Compiling OpenCombine Subscribers.Sink.swift
[30/134] Compiling OpenCombine Subscribers.swift
[31/134] Compiling OpenCombine Subscription.swift
[32/134] Compiling OpenCombine Subscriptions.swift
[33/134] Compiling OpenCombine _Introspection.swift
[34/134] Compiling OpenCombine Utils.swift
[35/134] Compiling OpenCombine Violations.swift
[36/134] Compiling OpenCombine ImmediateScheduler.swift
[37/134] Compiling OpenCombine ObservableObject.swift
[38/134] Compiling OpenCombine PassthroughSubject.swift
[39/134] Compiling OpenCombine Published.swift
[40/134] Compiling OpenCombine Publisher+Subscribe.swift
[41/134] Compiling OpenCombine Deferred.swift
[42/134] Compiling OpenCombine Empty.swift
[43/134] Compiling OpenCombine Fail.swift
[44/134] Compiling OpenCombine GENERATED-Publishers.Catch.swift
[45/134] Compiling OpenCombine GENERATED-Publishers.Encode.swift
[46/134] Compiling OpenCombine GENERATED-Publishers.MapKeyPath.swift
[47/134] Compiling OpenCombine ConduitBase.swift
[48/134] Compiling OpenCombine ConduitList.swift
[49/134] Compiling OpenCombine DebugHook.swift
[50/134] Compiling OpenCombine FilterProducer.swift
[51/134] Compiling OpenCombine Locking.swift
[52/134] Compiling OpenCombine PartialCompletion.swift
[53/134] Compiling OpenCombine PublishedSubject.swift
[54/134] Compiling OpenCombine PublishedSubscriber.swift
[55/134] Compiling OpenCombine ReduceProducer.swift
[56/134] Compiling OpenCombine SubjectSubscriber.swift
[57/134] Compiling OpenCombine SubscriberTap.swift
[58/134] Compiling OpenCombine SubscriptionStatus.swift
[59/134] Compiling OpenCombine SubscriptionTap.swift
[60/134] Compiling OpenCombine Publishers.Map.swift
[61/134] Compiling OpenCombine Publishers.MapError.swift
[62/134] Compiling OpenCombine Publishers.MeasureInterval.swift
[63/134] Compiling OpenCombine Publishers.Multicast.swift
[64/134] Compiling OpenCombine Publishers.Output.swift
[65/134] Compiling OpenCombine Publishers.PrefixUntilOutput.swift
[66/134] Compiling OpenCombine Publishers.PrefixWhile.swift
[67/134] Compiling OpenCombine Publishers.Print.swift
[68/134] Compiling OpenCombine Publishers.ReceiveOn.swift
[69/134] Compiling OpenCombine Publishers.Reduce.swift
[70/134] Compiling OpenCombine Publishers.RemoveDuplicates.swift
[71/134] Compiling OpenCombine Publishers.ReplaceEmpty.swift
[72/134] Compiling OpenCombine Publishers.ReplaceError.swift
[73/134] Compiling OpenCombine Publishers.Retry.swift
[74/134] Compiling OpenCombine Publishers.Scan.swift
[75/134] Compiling OpenCombine Publishers.Sequence.swift
[76/134] Compiling OpenCombine Publishers.SetFailureType.swift
[77/134] Compiling OpenCombine Publishers.Share.swift
[78/134] Compiling OpenCombine Publishers.SubscribeOn.swift
[79/134] Compiling OpenCombine Publishers.SwitchToLatest.swift
[80/134] Compiling OpenCombine Publishers.Throttle.swift
[81/134] Compiling OpenCombine Publishers.Timeout.swift
[82/134] Compiling OpenCombine Publishers.Zip.swift
[83/134] Compiling OpenCombine Publishers.swift
[84/134] Compiling OpenCombine Record.swift
[85/134] Compiling OpenCombine Result.Publisher.swift
[86/154] Compiling IssueReporting ErrorReporting.swift
[87/154] Compiling IssueReporting AppHostWarning.swift
[88/154] Compiling IssueReporting Deprecations.swift
[89/154] Compiling IssueReporting FailureObserver.swift
[90/154] Compiling IssueReporting LockIsolated.swift
[91/154] Compiling IssueReporting Rethrows.swift
[92/154] Compiling IssueReporting SwiftTesting.swift
[93/154] Compiling IssueReporting UncheckedSendable.swift
[94/154] Compiling IssueReporting Warn.swift
[95/154] Compiling IssueReporting XCTest.swift
[96/154] Compiling IssueReporting IsTesting.swift
[97/154] Compiling IssueReporting IssueReporter.swift
[98/154] Compiling IssueReporting BreakpointReporter.swift
[99/154] Compiling IssueReporting DefaultReporter.swift
[100/154] Compiling IssueReporting FatalErrorReporter.swift
[101/154] Compiling IssueReporting IssueSeverity.swift
[102/154] Compiling IssueReporting ReportIssue.swift
[103/154] Compiling IssueReporting TestContext.swift
[104/154] Compiling IssueReporting Unimplemented.swift
[105/154] Compiling OpenCombine ConcurrencyHelpers.swift
[106/154] Compiling OpenCombine Future+Concurrency.swift
[107/154] Compiling OpenCombine GENERATED-Publisher+Concurrency.swift
[108/154] Compiling OpenCombine CurrentValueSubject.swift
[109/154] Compiling OpenCombine CustomCombineIdentifierConvertible.swift
[110/154] Compiling OpenCombine Future.swift
[111/154] Compiling OpenCombine GENERATED-RootProtocols.swift
[112/154] Compiling OpenCombine Just.swift
[113/154] Compiling OpenCombine Optional.Publisher.swift
[114/154] Compiling OpenCombine Publishers.AllSatisfy.swift
[115/154] Compiling OpenCombine Publishers.AssertNoFailure.swift
[116/154] Compiling OpenCombine Publishers.Autoconnect.swift
[117/154] Compiling OpenCombine Publishers.Breakpoint.swift
[118/154] Compiling OpenCombine Publishers.Buffer.swift
[119/154] Compiling OpenCombine Publishers.Collect.swift
[120/154] Compiling OpenCombine Publishers.CollectByCount.swift
[121/154] Compiling OpenCombine Publishers.CompactMap.swift
[122/154] Compiling OpenCombine Publishers.Comparison.swift
[123/154] Compiling OpenCombine Publishers.Concatenate.swift
[124/154] Compiling OpenCombine Publishers.Contains.swift
[130/170] Compiling IssueReporting WithExpectedIssue.swift
[131/170] Compiling IssueReporting WithIssueContext.swift
[132/170] Compiling ConcurrencyExtras Task.swift
[133/170] Compiling ConcurrencyExtras Result.swift
[134/170] Compiling ConcurrencyExtras MainSerialExecutor.swift
[135/170] Compiling OpenCombineFoundation JSONEncoder.swift
[136/170] Compiling OpenCombineFoundation NotificationCenter.swift
[137/170] Compiling OpenCombineFoundation Violations.swift
[149/170] Compiling OpenCombineFoundation Utils.swift
[151/170] Compiling ConcurrencyExtras LockIsolated.swift
[152/170] Compiling OpenCombineFoundation Locking.swift
[153/170] Compiling OpenCombineFoundation Portability.swift
[157/171] Emitting module IssueReporting
[160/172] Emitting module OpenCombineDispatch
[161/172] Compiling OpenCombineDispatch DispatchQueue+Scheduler.swift
[163/186] Compiling XCTestDynamicOverlay Exports.swift
[164/186] Compiling IDGenerator IDGenerator.swift
[165/186] Emitting module IDGenerator
[166/186] Compiling Clocks Timer.swift
[167/188] Emitting module Clocks
[169/188] Compiling Clocks ImmediateClock.swift
[170/188] Compiling Clocks AnyClock.swift
[171/188] Compiling Clocks _AsyncTimerSequence.swift
[172/188] Compiling Clocks Lock.swift
[173/188] Compiling Clocks UnimplementedClock.swift
[174/188] Compiling Clocks TestClock.swift
[175/188] Compiling Clocks SwiftUI.swift
[176/189] Compiling XCTestDynamicOverlay Deprecations.swift
[177/189] Emitting module XCTestDynamicOverlay
[180/190] Compiling OpenCombineFoundation Timer+Publisher.swift
[181/191] Compiling OpenCombineFoundation PropertyListEncoder.swift
[182/191] Compiling OpenCombineFoundation RunLoop+Scheduler.swift
[183/191] Emitting module OpenCombineFoundation
[186/191] Compiling OpenCombineFoundation OperationQueue+Scheduler.swift
[191/191] Compiling OpenCombineFoundation URLSession.swift
[193/194] Compiling OpenCombineShim OpenCombineShim.swift
[194/194] Emitting module OpenCombineShim
[196/208] Compiling CombineSchedulers UIKit.swift
[197/209] Compiling CombineSchedulers Platform.swift
[198/209] Compiling CombineSchedulers SwiftUI.swift
[199/209] Compiling CombineSchedulers Lock.swift
[200/209] Compiling CombineSchedulers NSRecursiveLock.swift
[201/209] Compiling CombineSchedulers AnyScheduler.swift
[202/209] Compiling CombineSchedulers Concurrency.swift
[203/209] Compiling CombineSchedulers ImmediateScheduler.swift
[204/209] Compiling CombineSchedulers Deprecations.swift
[205/209] Emitting module CombineSchedulers
[206/209] Compiling CombineSchedulers UnimplementedScheduler.swift
[207/209] Compiling CombineSchedulers TestScheduler.swift
[208/209] Compiling CombineSchedulers Timer.swift
[209/209] Compiling CombineSchedulers UIScheduler.swift
[211/234] Emitting module Dependencies
[212/237] Compiling Dependencies MainQueue.swift
[213/237] Compiling Dependencies MainRunLoop.swift
[214/237] Compiling Dependencies NotificationCenter.swift
[215/237] Compiling Dependencies Assert.swift
[216/237] Compiling Dependencies Calendar.swift
[217/237] Compiling Dependencies Clocks.swift
[218/237] Compiling Dependencies Context.swift
[219/237] Compiling Dependencies OpenURL.swift
[220/237] Compiling Dependencies TimeZone.swift
[221/237] Compiling Dependencies URLSession.swift
[222/237] Compiling Dependencies UUID.swift
[223/237] Compiling Dependencies WithRandomNumberGenerator.swift
[224/237] Compiling Dependencies AppEntryPoint.swift
[225/237] Compiling Dependencies Deprecations.swift
[226/237] Compiling Dependencies Exports.swift
[227/237] Compiling Dependencies TypeName.swift
[228/237] Compiling Dependencies Date.swift
[229/237] Compiling Dependencies FireAndForget.swift
[230/237] Compiling Dependencies Locale.swift
[231/237] Compiling Dependencies Dependency.swift
[232/237] Compiling Dependencies DependencyContext.swift
[233/237] Compiling Dependencies DependencyKey.swift
[234/237] Compiling Dependencies DependencyValues.swift
[235/237] Compiling Dependencies PreviewTrait.swift
[236/237] Compiling Dependencies TestTrait.swift
[237/237] Compiling Dependencies WithDependencies.swift
[239/240] Emitting module IDGeneratorDependency
[240/240] Compiling IDGeneratorDependency IDGeneratorDependency.swift
Build complete! (44.61s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-concurrency-extras",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-concurrency-extras"
    },
    {
      "identity" : "swift-dependencies",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-dependencies"
    }
  ],
  "manifest_display_name" : "IDGenerator",
  "name" : "IDGenerator",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "IDGenerator",
      "targets" : [
        "IDGenerator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "IDGeneratorDependency",
      "targets" : [
        "IDGeneratorDependency"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "IDGeneratorTests",
      "module_type" : "SwiftTarget",
      "name" : "IDGeneratorTests",
      "path" : "Tests/IDGeneratorTests",
      "sources" : [
        "IDGeneratorTests.swift"
      ],
      "target_dependencies" : [
        "IDGenerator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDGeneratorDependencyTests",
      "module_type" : "SwiftTarget",
      "name" : "IDGeneratorDependencyTests",
      "path" : "Tests/IDGeneratorDependencyTests",
      "product_dependencies" : [
        "Dependencies"
      ],
      "sources" : [
        "IDGeneratorDependencyTests.swift"
      ],
      "target_dependencies" : [
        "IDGeneratorDependency"
      ],
      "type" : "test"
    },
    {
      "c99name" : "IDGeneratorDependency",
      "module_type" : "SwiftTarget",
      "name" : "IDGeneratorDependency",
      "path" : "Sources/IDGeneratorDependency",
      "product_dependencies" : [
        "Dependencies"
      ],
      "product_memberships" : [
        "IDGeneratorDependency"
      ],
      "sources" : [
        "IDGeneratorDependency.swift"
      ],
      "target_dependencies" : [
        "IDGenerator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "IDGenerator",
      "module_type" : "SwiftTarget",
      "name" : "IDGenerator",
      "path" : "Sources/IDGenerator",
      "product_dependencies" : [
        "ConcurrencyExtras"
      ],
      "product_memberships" : [
        "IDGenerator",
        "IDGeneratorDependency"
      ],
      "sources" : [
        "IDGenerator.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.