The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Float16, reference main (65ba01), with Swift 5.9 for Linux on 2 Jan 2025 14:36:35 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/SusanDoggie/Float16.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/SusanDoggie/Float16
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 65ba010 update
Cloned https://github.com/SusanDoggie/Float16.git
Revision (git rev-parse @):
65ba0108c67190c1624b54e9d4d79dfb658f43a7
SUCCESS checkout https://github.com/SusanDoggie/Float16.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/SusanDoggie/Float16.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics (0.35s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.40s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Building for debugging...
[0/2] Compiling _NumericsShims _NumericsShims.c
[1/2] Compiling CFloat16 float16.c
[3/12] Compiling RealModule Float16+Real.swift
[4/12] Compiling RealModule Real.swift
[5/13] Compiling RealModule RealFunctions.swift
[6/13] Compiling RealModule AlgebraicField.swift
[7/13] Compiling RealModule ApproximateEquality.swift
[8/13] Emitting module RealModule
[9/13] Compiling RealModule AugmentedArithmetic.swift
[10/13] Compiling RealModule Double+Real.swift
[11/13] Compiling RealModule Float+Real.swift
[12/13] Compiling RealModule Float80+Real.swift
[13/13] Compiling RealModule ElementaryFunctions.swift
[16/19] Compiling Float16 Real.swift
[17/19] Compiling Float16 Concurrency.swift
[18/19] Emitting module Float16
[19/19] Compiling Float16 float16.swift
Build complete! (6.22s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-numerics",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-numerics"
    }
  ],
  "manifest_display_name" : "Float16",
  "name" : "Float16",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Float16",
      "targets" : [
        "Float16"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Float16Tests",
      "module_type" : "SwiftTarget",
      "name" : "Float16Tests",
      "path" : "Tests/Float16Tests",
      "sources" : [
        "Float16Test.swift"
      ],
      "target_dependencies" : [
        "Float16"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Float16",
      "module_type" : "SwiftTarget",
      "name" : "Float16",
      "path" : "Sources/Float16",
      "product_dependencies" : [
        "RealModule"
      ],
      "product_memberships" : [
        "Float16"
      ],
      "sources" : [
        "Concurrency.swift",
        "Real.swift",
        "float16.swift"
      ],
      "target_dependencies" : [
        "CFloat16"
      ],
      "type" : "library"
    },
    {
      "c99name" : "CFloat16",
      "module_type" : "ClangTarget",
      "name" : "CFloat16",
      "path" : "Sources/CFloat16",
      "product_memberships" : [
        "Float16"
      ],
      "sources" : [
        "float16.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.