The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Gifu 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/kaishin/Gifu.git
Reference: master
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/kaishin/Gifu
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7abb6bb Fix typo (#198)
Cloned https://github.com/kaishin/Gifu.git
Revision (git rev-parse @):
7abb6bb59284d5c515b57f9d5070cc153efdcd88
SUCCESS checkout https://github.com/kaishin/Gifu.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $workDir
https://github.com/kaishin/Gifu.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...
[1/10] Compiling Gifu CGSize.swift
[2/10] Compiling Gifu Array.swift
[3/10] Compiling Gifu GIFImageView.swift
[4/11] Compiling Gifu ImageSourceHelpers.swift
[5/11] Emitting module Gifu
[6/11] Compiling Gifu FrameStore.swift
[7/11] Compiling Gifu GIFAnimatable.swift
[8/11] Compiling Gifu AnimatedFrame.swift
[9/11] Compiling Gifu Animator.swift
[10/11] Compiling Gifu UIImageView.swift
[11/11] Compiling Gifu UIImage.swift
Build complete! (4.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Gifu",
  "name" : "Gifu",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "Gifu",
      "targets" : [
        "Gifu"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Gifu",
      "module_type" : "SwiftTarget",
      "name" : "Gifu",
      "path" : "Sources/Gifu",
      "product_memberships" : [
        "Gifu"
      ],
      "sources" : [
        "Classes/AnimatedFrame.swift",
        "Classes/Animator.swift",
        "Classes/FrameStore.swift",
        "Classes/GIFAnimatable.swift",
        "Classes/GIFImageView.swift",
        "Extensions/Array.swift",
        "Extensions/CGSize.swift",
        "Extensions/UIImage.swift",
        "Extensions/UIImageView.swift",
        "Helpers/ImageSourceHelpers.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.

Build Machine: Linux 2