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 0.1.1 (a0628a), with Swift 5.9 for Linux on 31 Oct 2024 05:53:40 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jkl1337/SwiftPFFFT.git
Reference: 0.1.1
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
 * tag               0.1.1      -> FETCH_HEAD
HEAD is now at a0628a5 Add CI
Cloned https://github.com/jkl1337/SwiftPFFFT.git
Revision (git rev-parse @):
a0628a5725023b188c3798f7feaeda8cf2547ffd
SUCCESS checkout https://github.com/jkl1337/SwiftPFFFT.git at 0.1.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.9
Building package at path:  $PWD
https://github.com/jkl1337/SwiftPFFFT.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:a06db64ee3297a5f3491915d7662e6a86c0024d45425be3d593d7649696fef17
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.49s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (0.92s)
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/4] Compiling _NumericsShims _NumericsShims.c
[1/4] 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]
#pragma message( __FILE__ ": SSE1 float macros are defined" )
        ^
1 warning generated.
[2/14] 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]
#pragma message (__FILE__ ": SSE2 double macros are defined" )
        ^
1 warning generated.
[3/14] Compiling PFFFTLib pffft_double.c
[5/14] Compiling RealModule ElementaryFunctions.swift
[6/15] Compiling RealModule RealFunctions.swift
[7/15] Compiling RealModule Float+Real.swift
[8/15] Compiling RealModule Float16+Real.swift
[9/15] Compiling RealModule AugmentedArithmetic.swift
[10/15] Compiling RealModule Double+Real.swift
[11/15] Emitting module RealModule
[12/15] Compiling RealModule AlgebraicField.swift
[13/15] Compiling RealModule ApproximateEquality.swift
[14/15] Compiling RealModule Float80+Real.swift
[15/15] Compiling RealModule Real.swift
[18/22] Compiling ComplexModule ElementaryFunctions.swift
[19/22] Compiling ComplexModule Complex.swift
[20/22] Emitting module ComplexModule
[21/22] Compiling ComplexModule Arithmetic.swift
[22/22] Compiling ComplexModule Differentiable.swift
[25/26] Compiling Numerics Numerics.swift
[26/26] Emitting module Numerics
[29/34] Emitting module PFFFT
[30/34] Compiling PFFFT Buffer.swift
[31/34] Compiling PFFFT FFT.swift
[32/34] Compiling PFFFT Setup.swift
[33/34] Compiling PFFFT PFFFT.swift
[34/34] Compiling PFFFT SetupCache.swift
Build complete! (10.47s)
Build complete.
Done.