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 Lista, reference 1.1.0 (588790), with Swift 6.0 for Linux on 3 Dec 2024 11:43:28 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-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/ptsochantaris/lista.git
Reference: 1.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/ptsochantaris/lista
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 588790a Locking for non-Apple platforms
Cloned https://github.com/ptsochantaris/lista.git
Revision (git rev-parse @):
588790a0bef7f4f6cdfcc8d072e37a4b0c5e2ba9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/ptsochantaris/lista.git at 1.1.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/ptsochantaris/lista.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Lista",
  "name" : "Lista",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Lista",
      "targets" : [
        "Lista"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ListaTests",
      "module_type" : "SwiftTarget",
      "name" : "ListaTests",
      "path" : "Tests/ListaTests",
      "sources" : [
        "ListaTests.swift"
      ],
      "target_dependencies" : [
        "Lista"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lista",
      "module_type" : "SwiftTarget",
      "name" : "Lista",
      "path" : "Sources/Lista",
      "product_memberships" : [
        "Lista"
      ],
      "sources" : [
        "Lista.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/4] Emitting module Lista
[4/4] Compiling Lista Lista.swift
Build complete! (11.32s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Lista",
  "name" : "Lista",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Lista",
      "targets" : [
        "Lista"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ListaTests",
      "module_type" : "SwiftTarget",
      "name" : "ListaTests",
      "path" : "Tests/ListaTests",
      "sources" : [
        "ListaTests.swift"
      ],
      "target_dependencies" : [
        "Lista"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Lista",
      "module_type" : "SwiftTarget",
      "name" : "Lista",
      "path" : "Sources/Lista",
      "product_memberships" : [
        "Lista"
      ],
      "sources" : [
        "Lista.swift"
      ],
      "type" : "library"
    }
  ],
  "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.