The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftyHYGDB, reference master (98f632), with Swift 6.2 for Linux on 18 Jun 2025 11:22:23 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Bersaelor/SwiftyHYGDB.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/Bersaelor/SwiftyHYGDB
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 98f632f Merge pull request #11 from Bersaelor/feature/swift_package_manager_update
Cloned https://github.com/Bersaelor/SwiftyHYGDB.git
Revision (git rev-parse @):
98f632f1ef7c62b9864d77f52b639a7d5193305c
SUCCESS checkout https://github.com/Bersaelor/SwiftyHYGDB.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Bersaelor/SwiftyHYGDB.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/15] Compiling SwiftyHYGDB Indexer.swift
[4/15] Compiling SwiftyHYGDB LineGenerator.swift
[5/16] Emitting module SwiftyHYGDB
[6/16] Compiling SwiftyHYGDB Box.swift
[7/16] Compiling SwiftyHYGDB FloatingPoint+CompressedString.swift
[8/16] Compiling SwiftyHYGDB Star3D.swift
[9/16] Compiling SwiftyHYGDB RadialStar+Codable.swift
[10/16] Compiling SwiftyHYGDB RadialStar.swift
[11/16] Compiling SwiftyHYGDB Star3D+CVS.swift
[12/16] Compiling SwiftyHYGDB Star3D+Codable.swift
[13/16] Compiling SwiftyHYGDB Point3D.swift
[14/16] Compiling SwiftyHYGDB RadialStar+CSV.swift
[15/16] Compiling SwiftyHYGDB StarData.swift
[16/16] Compiling SwiftyHYGDB SwiftyHYGDB.swift
Build complete! (16.68s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftyHYGDB",
  "name" : "SwiftyHYGDB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftyHYGDB",
      "targets" : [
        "SwiftyHYGDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftyHYGDBTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHYGDBTests",
      "path" : "Tests/SwiftyHYGDBTests",
      "sources" : [
        "LoadSaveRadialStarTests.swift",
        "Testhelper+StarIdentical.swift"
      ],
      "target_dependencies" : [
        "SwiftyHYGDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftyHYGDB",
      "module_type" : "SwiftTarget",
      "name" : "SwiftyHYGDB",
      "path" : "Sources/SwiftyHYGDB",
      "product_memberships" : [
        "SwiftyHYGDB"
      ],
      "sources" : [
        "Box.swift",
        "FloatingPoint+CompressedString.swift",
        "Indexer.swift",
        "LineGenerator.swift",
        "Point3D.swift",
        "RadialStar+CSV.swift",
        "RadialStar+Codable.swift",
        "RadialStar.swift",
        "Star3D+CVS.swift",
        "Star3D+Codable.swift",
        "Star3D.swift",
        "StarData.swift",
        "SwiftyHYGDB.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.