The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GzipSwift with Swift 5.9 for Linux.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/1024jp/GzipSwift.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/1024jp/GzipSwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46b9987 Add description about privacy manufests to README
Cloned https://github.com/1024jp/GzipSwift.git
Revision (git rev-parse @):
46b998707be09a26a1201cc9447c6da62d84e69d
SUCCESS checkout https://github.com/1024jp/GzipSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/1024jp/GzipSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Building for debugging...
[0/1] Compiling system-zlib anchor.c
[2/3] Emitting module Gzip
[3/3] Compiling Gzip Data+Gzip.swift
Build complete! (5.57s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GzipSwift",
  "name" : "GzipSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Gzip",
      "targets" : [
        "Gzip"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "system_zlib",
      "module_type" : "ClangTarget",
      "name" : "system-zlib",
      "path" : "Sources/system-zlib",
      "product_memberships" : [
        "Gzip"
      ],
      "sources" : [
        "anchor.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "GzipTests",
      "module_type" : "SwiftTarget",
      "name" : "GzipTests",
      "path" : "Tests/GzipTests",
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Tests/GzipTests/test.txt.gz",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "GzipTests.swift"
      ],
      "target_dependencies" : [
        "Gzip"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Gzip",
      "module_type" : "SwiftTarget",
      "name" : "Gzip",
      "path" : "Sources/Gzip",
      "product_memberships" : [
        "Gzip"
      ],
      "sources" : [
        "Data+Gzip.swift"
      ],
      "target_dependencies" : [
        "system-zlib"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.

Build Machine: Linux 2