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 swift-gen, reference main (f2e186), with Swift 5.10 for Linux on 4 Aug 2025 18:01:37 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/pointfreeco/swift-gen.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/pointfreeco/swift-gen
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f2e186a Sendable support (#30)
Cloned https://github.com/pointfreeco/swift-gen.git
Revision (git rev-parse @):
f2e186a188cb7a4dfb0e122ede34b147e6c0ce17
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/pointfreeco/swift-gen.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $PWD
https://github.com/pointfreeco/swift-gen.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/9] Compiling Gen LCRNG.swift
[4/9] Compiling Gen Xoshiro.swift
[5/9] Compiling Gen Zip.swift
[6/9] Compiling Gen UIKit.swift
[7/9] Emitting module Gen
/host/spi-builder-workspace/Sources/Gen/Gen.swift:124:42: warning: capture of 'range' with non-sendable type 'ClosedRange<Value>' in a `@Sendable` closure
    return Gen { rng in Value.random(in: range, using: &rng) }
                                         ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:135:42: warning: capture of 'range' with non-sendable type 'ClosedRange<Value>' in a `@Sendable` closure
    return Gen { rng in Value.random(in: range, using: &rng) }
                                         ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:328:40: warning: type 'Value' does not conform to the 'Sendable' protocol
    self.flatMap { Gen<Value.Element?>.element(of: $0) }
                                       ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:334:41: warning: type 'Value' does not conform to the 'Sendable' protocol
    self.flatMap { Gen<[Value.Element]>.shuffled($0) }
                                        ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:342:55: warning: type 'Value' does not conform to the 'Sendable' protocol
    return Gen<Value.AllCases>.always(Value.allCases).element.map { $0! }
                                                      ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
[8/9] Compiling Gen AnyRandomNumberGenerator.swift
[9/9] Compiling Gen Gen.swift
/host/spi-builder-workspace/Sources/Gen/Gen.swift:124:42: warning: capture of 'range' with non-sendable type 'ClosedRange<Value>' in a `@Sendable` closure
    return Gen { rng in Value.random(in: range, using: &rng) }
                                         ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:135:42: warning: capture of 'range' with non-sendable type 'ClosedRange<Value>' in a `@Sendable` closure
    return Gen { rng in Value.random(in: range, using: &rng) }
                                         ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:328:40: warning: type 'Value' does not conform to the 'Sendable' protocol
    self.flatMap { Gen<Value.Element?>.element(of: $0) }
                                       ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:334:41: warning: type 'Value' does not conform to the 'Sendable' protocol
    self.flatMap { Gen<[Value.Element]>.shuffled($0) }
                                        ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
/host/spi-builder-workspace/Sources/Gen/Gen.swift:342:55: warning: type 'Value' does not conform to the 'Sendable' protocol
    return Gen<Value.AllCases>.always(Value.allCases).element.map { $0! }
                                                      ^
/host/spi-builder-workspace/Sources/Gen/Gen.swift:2:19: note: consider making generic parameter 'Value' conform to the 'Sendable' protocol
public struct Gen<Value>: Sendable {
                  ^
                       : Sendable
Build complete! (4.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-gen",
  "name" : "swift-gen",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gen",
      "targets" : [
        "Gen"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GenTests",
      "module_type" : "SwiftTarget",
      "name" : "GenTests",
      "path" : "Tests/GenTests",
      "sources" : [
        "GenTests.swift"
      ],
      "target_dependencies" : [
        "Gen"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gen",
      "module_type" : "SwiftTarget",
      "name" : "Gen",
      "path" : "Sources/Gen",
      "product_memberships" : [
        "Gen"
      ],
      "sources" : [
        "AnyRandomNumberGenerator.swift",
        "Gen.swift",
        "LCRNG.swift",
        "UIKit.swift",
        "Xoshiro.swift",
        "Zip.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:c30bb8beee7254e839cc0142f4ae78578b8fc8e8159324cc3637097cc1b395b6
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.