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 SwiftPFFFT, reference master (795003), with Swift 6.0 for Linux on 31 Oct 2024 11:32:06 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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkl1337/SwiftPFFFT.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/jkl1337/SwiftPFFFT
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 7950034 Rename buffer mapInPlace to enumerateInPlace.
Cloned https://github.com/jkl1337/SwiftPFFFT.git
Revision (git rev-parse @):
795003432e639a7d0223232e3e9d9f4be466c769
SUCCESS checkout https://github.com/jkl1337/SwiftPFFFT.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/jkl1337/SwiftPFFFT.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.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 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
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics from cache (0.35s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (2.07s)
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/9] Write sources
[4/9] Compiling _NumericsShims _NumericsShims.c
[5/9] Compiling PFFFTLib pffft_common.c
In file included from /host/spi-builder-workspace/Sources/PFFFTLib/pffft.c:98:
In file included from /host/spi-builder-workspace/Sources/PFFFTLib/simd/pf_float.h:62:
/host/spi-builder-workspace/Sources/PFFFTLib/simd/pf_sse1_float.h:40:9: warning: /host/spi-builder-workspace/Sources/PFFFTLib/simd/pf_sse1_float.h: SSE1 float macros are defined [-W#pragma-messages]
   40 | #pragma message( __FILE__ ": SSE1 float macros are defined" )
      |         ^
1 warning generated.
[6/9] Compiling PFFFTLib pffft.c
In file included from /host/spi-builder-workspace/Sources/PFFFTLib/pffft_double.c:110:
In file included from /host/spi-builder-workspace/Sources/PFFFTLib/simd/pf_double.h:63:
/host/spi-builder-workspace/Sources/PFFFTLib/simd/pf_sse2_double.h:52:9: warning: /host/spi-builder-workspace/Sources/PFFFTLib/simd/pf_sse2_double.h: SSE2 double macros are defined [-W#pragma-messages]
   52 | #pragma message (__FILE__ ": SSE2 double macros are defined" )
      |         ^
1 warning generated.
[7/9] Compiling PFFFTLib pffft_double.c
[7/9] Write swift-version-24593BA9C3E375BF.txt
[10/19] Compiling RealModule Float+Real.swift
[11/20] Compiling RealModule RealFunctions.swift
[12/20] Compiling RealModule AugmentedArithmetic.swift
[13/20] Compiling RealModule Double+Real.swift
[14/20] Compiling RealModule ElementaryFunctions.swift
[15/20] Emitting module RealModule
[16/20] Compiling RealModule AlgebraicField.swift
[17/20] Compiling RealModule ApproximateEquality.swift
[18/20] Compiling RealModule Real.swift
[19/20] Compiling RealModule Float80+Real.swift
[20/20] Compiling RealModule Float16+Real.swift
[22/26] Compiling ComplexModule ElementaryFunctions.swift
[23/26] Emitting module ComplexModule
[24/26] Compiling ComplexModule Complex.swift
[25/26] Compiling ComplexModule Arithmetic.swift
[26/26] Compiling ComplexModule Differentiable.swift
[28/29] Emitting module Numerics
[29/29] Compiling Numerics Numerics.swift
[31/36] Emitting module PFFFT
[32/36] Compiling PFFFT Buffer.swift
[33/36] Compiling PFFFT FFT.swift
[34/36] Compiling PFFFT PFFFT.swift
[35/36] Compiling PFFFT SetupCache.swift
[36/36] Compiling PFFFT Setup.swift
Build complete! (17.53s)
Build complete.
{
  "c_language_standard" : "c99",
  "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" : "SwiftPFFFT",
  "name" : "SwiftPFFFT",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "PFFFT",
      "targets" : [
        "PFFFT",
        "PFFFTLib"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "PFFFTTests",
      "module_type" : "SwiftTarget",
      "name" : "PFFFTTests",
      "path" : "Tests/PFFFTTests",
      "sources" : [
        "PFFFTTests.swift"
      ],
      "target_dependencies" : [
        "PFFFT"
      ],
      "type" : "test"
    },
    {
      "c99name" : "PFFFTLib",
      "module_type" : "ClangTarget",
      "name" : "PFFFTLib",
      "path" : "Sources/PFFFTLib",
      "product_memberships" : [
        "PFFFT"
      ],
      "sources" : [
        "pffft.c",
        "pffft_common.c",
        "pffft_double.c"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PFFFT",
      "module_type" : "SwiftTarget",
      "name" : "PFFFT",
      "path" : "Sources/PFFFT",
      "product_dependencies" : [
        "Numerics"
      ],
      "product_memberships" : [
        "PFFFT"
      ],
      "sources" : [
        "Buffer.swift",
        "FFT.swift",
        "PFFFT.swift",
        "Setup.swift",
        "SetupCache.swift"
      ],
      "target_dependencies" : [
        "PFFFTLib"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
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.