Build Information
Successful build of SwiftPFFFT, reference 0.1.1 (a0628a
), with Swift 5.9 for macOS (SPM) on 31 Oct 2024 06:00:20 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
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 /Users/admin/builder/spi-builder-workspace/.git/
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: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/jkl1337/SwiftPFFFT.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Compiling _NumericsShims _NumericsShims.c
[1/14] Compiling PFFFTLib pffft_common.c
[3/14] Compiling RealModule ElementaryFunctions.swift
[4/14] Compiling RealModule AugmentedArithmetic.swift
[5/15] Compiling RealModule ApproximateEquality.swift
[6/15] Emitting module RealModule
[7/15] Compiling RealModule AlgebraicField.swift
[8/15] Compiling RealModule Double+Real.swift
[9/15] Compiling RealModule Real.swift
[10/15] Compiling RealModule Float80+Real.swift
[11/15] Compiling RealModule Float16+Real.swift
[12/15] Compiling RealModule Float+Real.swift
[13/15] Compiling RealModule RealFunctions.swift
In file included from /Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/pffft.c:98:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/simd/pf_float.h:63:
/Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/simd/pf_neon_float.h:40:9: warning: /Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/simd/pf_neon_float.h: ARM NEON macros are defined [-W#pragma-messages]
#pragma message( __FILE__ ": ARM NEON macros are defined" )
^
1 warning generated.
[13/20] Compiling PFFFTLib pffft.c
In file included from /Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/pffft_double.c:110:
In file included from /Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/simd/pf_double.h:64:
/Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/simd/pf_neon_double.h:44:9: warning: /Users/admin/builder/spi-builder-workspace/Sources/PFFFTLib/simd/pf_neon_double.h: NEON (from AVX) macros are defined [-W#pragma-messages]
#pragma message (__FILE__ ": NEON (from AVX) macros are defined" )
^
1 warning generated.
[14/20] Compiling PFFFTLib pffft_double.c
[16/20] Compiling ComplexModule Complex.swift
[17/20] Compiling ComplexModule Differentiable.swift
[18/20] Compiling ComplexModule ElementaryFunctions.swift
[19/20] Emitting module ComplexModule
[20/20] Compiling ComplexModule Arithmetic.swift
[21/22] Compiling Numerics Numerics.swift
[22/22] Emitting module Numerics
[23/28] Compiling PFFFT Setup.swift
[24/28] Compiling PFFFT PFFFT.swift
[25/28] Compiling PFFFT FFT.swift
[26/28] Compiling PFFFT SetupCache.swift
[27/28] Compiling PFFFT Buffer.swift
[28/28] Emitting module PFFFT
Build complete! (11.76s)
Fetching https://github.com/apple/swift-numerics
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics (1.61s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.2 (3.00s)
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.2
Build complete.
Done.