The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DL4S with Swift 5.7 for Linux.

Build Command

docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/palle-k/DL4S.git
Reference: 0.4.1
Cloned https://github.com/palle-k/DL4S.git into spi-builder-workspace
SUCCESS checkout https://github.com/palle-k/DL4S.git at 0.4.1
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.7
Building package at path:  spi-builder-workspace
Running build ...
docker run --rm -v "checkouts-4606859-1":/host -w "/host/spi-builder-workspace" registry.gitlab.com/finestructure/spi-images:basic-5.7-latest swift build 2>&1
Building for debugging...
[0/1] Compiling MKL placeholder.c
[2/70] Emitting module DL4S
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[3/79] Compiling DL4S GPU.swift
[4/79] Compiling DL4S Allocator.swift
[5/79] Compiling DL4S MemoryOps.swift
[6/79] Compiling DL4S Activation.swift
[7/79] Compiling DL4S BasicRNN.swift
[8/79] Compiling DL4S BatchNorm.swift
[9/79] Compiling DL4S BidirectionalRNN.swift
[10/79] Compiling DL4S Convolution.swift
[11/79] Compiling DL4S Dense.swift
[12/79] Compiling DL4S Dropout.swift
[13/79] Compiling DL4S Random.swift
[14/79] Compiling DL4S SummaryWriter.swift
[15/79] Compiling DL4S Context.swift
[16/79] Compiling DL4S Graph.swift
[17/79] Compiling DL4S Binary.swift
[18/79] Compiling DL4S Conv.swift
[19/79] Compiling DL4S Loss.swift
[20/79] Compiling DL4S Matrix.swift
[21/79] Compiling DL4S Reduce.swift
[22/79] Compiling DL4S Assertions.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[23/79] Compiling DL4S Buffer.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[24/79] Compiling DL4S CPU.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[25/79] Compiling DL4S CPUEngine.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[26/79] Compiling DL4S CPUDouble.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[27/79] Compiling DL4S CPUFloat.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[28/79] Compiling DL4S CPUGeneric.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[29/79] Compiling DL4S CPUInt32.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[30/79] Compiling DL4S CPUNumeric.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[31/79] Compiling DL4S Engine.swift
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:461:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = exp(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:475:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = log(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:489:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tanh(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:503:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sqrt(src[i])
                     ^~~~~~~~~~~~
                                 ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:525:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = sin(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:539:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = cos(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUDouble.swift:553:22: error: function produces expected type 'Double'; did you mean to call it with '()'?
            dst[i] = tan(src[i])
                     ^~~~~~~~~~~
                                ()
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:31:10: warning: Compiling DL4S without any accelerator library
#warning("Compiling DL4S without any accelerator library")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/host/spi-builder-workspace/Sources/DL4S/Engine/CPU/Numeric/CPUFloat.swift:32:10: warning: DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md
#warning("DL4S can be accelerated with Intel MKL, IPP and TBB. See README.md")
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[32/79] Compiling DL4S Scatter.swift
[33/79] Compiling DL4S Shape.swift
[34/79] Compiling DL4S Stack.swift
[35/79] Compiling DL4S Subscript.swift
[36/79] Compiling DL4S Unary.swift
[37/79] Compiling DL4S UtilOps.swift
[38/79] Compiling DL4S Tensor.swift
[39/79] Compiling DL4S TensorExt.swift
[40/79] Compiling DL4S Util.swift
[41/79] Compiling DL4S AlexNet.swift
[42/79] Compiling DL4S ResNet.swift
[43/79] Compiling DL4S MultiHeadAttention.swift
[44/79] Compiling DL4S PointwiseFeedForward.swift
[45/79] Compiling DL4S PositionalEncoding.swift
[46/79] Compiling DL4S ScaledDotProductAttention.swift
[47/79] Compiling DL4S Transformer.swift
[48/79] Compiling DL4S TransformerDecoder.swift
[49/79] Compiling DL4S TransformerDecoderBlock.swift
[50/79] Compiling DL4S TransformerEncoder.swift
[51/79] Compiling DL4S LearningRate.swift
[52/79] Compiling DL4S Momentum.swift
[53/79] Compiling DL4S Optim.swift
[54/79] Compiling DL4S RMSProp.swift
[55/79] Compiling DL4S SGD.swift
[56/79] Compiling DL4S Double.swift
[57/79] Compiling DL4S Float.swift
[58/79] Compiling DL4S Int32.swift
[59/79] Compiling DL4S NumericType.swift
[60/79] Compiling DL4S Embedding.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[61/79] Compiling DL4S GRU.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[62/79] Compiling DL4S LSTM.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[63/79] Compiling DL4S Layer.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[64/79] Compiling DL4S LayerNorm.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[65/79] Compiling DL4S Pooling.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[66/79] Compiling DL4S RNN.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[67/79] Compiling DL4S Residual.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[68/79] Compiling DL4S Sequential.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[69/79] Compiling DL4S ShapeLayer.swift
/host/spi-builder-workspace/Sources/DL4S/NN/Layer/Sequential.swift:91:2: warning: '@_functionBuilder' has been renamed to '@resultBuilder'
@_functionBuilder
 ^~~~~~~~~~~~~~~~
 resultBuilder
[70/79] Compiling DL4S TransformerEncoderBlock.swift
[71/79] Compiling DL4S TransformerUtil.swift
[72/79] Compiling DL4S VGG.swift
[73/79] Compiling DL4S VGG11.swift
[74/79] Compiling DL4S VGG13.swift
[75/79] Compiling DL4S VGG16.swift
[76/79] Compiling DL4S VGG19.swift
[77/79] Compiling DL4S Adadelta.swift
[78/79] Compiling DL4S Adagrad.swift
[79/79] Compiling DL4S Adam.swift
BUILD FAILURE 5.7 linux

Build Machine: Linux 1