Build Information
Failed to build Neuron, reference 2.2.3 (ca3695), with Swift 6.1 for Wasm on 17 Mar 2026 03:08:33 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/wvabrinskas/Neuron.git
Reference: 2.2.3
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/wvabrinskas/Neuron
* tag 2.2.3 -> FETCH_HEAD
HEAD is now at ca3695f Major framework upgrade: TensorStorage, pointer-based arithmetic, batching, and new layers (#159)
Cloned https://github.com/wvabrinskas/Neuron.git
Revision (git rev-parse @):
ca3695f82f562e420fde957bf913ed44cd1c6e47
SUCCESS checkout https://github.com/wvabrinskas/Neuron.git at 2.2.3
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/wvabrinskas/Neuron.git
https://github.com/wvabrinskas/Neuron.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "numswift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.24",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wvabrinskas/NumSwift.git"
},
{
"identity" : "logger",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.6",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/wvabrinskas/Logger.git"
},
{
"identity" : "swift-numerics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-numerics"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-docc-plugin"
}
],
"manifest_display_name" : "Neuron",
"name" : "Neuron",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "Neuron",
"targets" : [
"Neuron"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "NeuronTests",
"module_type" : "SwiftTarget",
"name" : "NeuronTests",
"path" : "Tests/NeuronTests",
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/NeuronTests/Resources/pretrained-classifier-color.smodel",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"ArithmeticTests.swift",
"DecayFunctionTests.swift",
"DepthwiseConv2dTests.swift",
"FullModelTests.swift",
"ImporterTests.swift",
"InitializerTests.swift",
"LayerTests.swift",
"LossFunctionTests.swift",
"MetalContextBufferPoolTests.swift",
"MetalTensorStorageIntegrationTests.swift",
"MetalTensorStorageTests.swift",
"MixupTests.swift",
"ModelUtilitiesTests.swift",
"Models/ColorType.swift",
"NeuronTests.swift",
"OptimizerTests.swift",
"TensorMathTests.swift",
"TensorStorageArithmeticTests.swift",
"TensorStorageTests.swift",
"TokenizerTests.swift",
"Utilities/Resource.swift",
"VectorizeTests.swift"
],
"target_dependencies" : [
"Neuron"
],
"type" : "test"
},
{
"c99name" : "Neuron",
"module_type" : "SwiftTarget",
"name" : "Neuron",
"path" : "Sources/Neuron",
"product_dependencies" : [
"NumSwift",
"Logger",
"Numerics",
"Atomics"
],
"product_memberships" : [
"Neuron"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Neuron/Resources/GPU.metal",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Neuron/Resources/print-example.png",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Augmenters/Augmenter.swift",
"Augmenters/Mixup.swift",
"Constants.swift",
"Datasets/Dataset.swift",
"Devices/CPU.swift",
"Devices/Devices.swift",
"Devices/GPU.swift",
"Devices/GPU/BufferPool.swift",
"Devices/GPU/MetalContext.swift",
"Export/ExportHelper.swift",
"Export/LayerModel.swift",
"Export/LayerModelConverter.swift",
"Gradient.swift",
"Helpers/WelfordVariance.swift",
"Importers/Importer.swift",
"Importers/Remote.swift",
"Initializers.swift",
"Layers/Activations/Activation.swift",
"Layers/Activations/GeLu.swift",
"Layers/Activations/LeakyReLu.swift",
"Layers/Activations/ReLu.swift",
"Layers/Activations/SeLu.swift",
"Layers/Activations/Sigmoid.swift",
"Layers/Activations/Softmax.swift",
"Layers/Activations/Swish.swift",
"Layers/Activations/Tanh.swift",
"Layers/Add.swift",
"Layers/AvgPool.swift",
"Layers/BatchNormalize.swift",
"Layers/Conv2d.swift",
"Layers/Dense.swift",
"Layers/DepthwiseConv2d.swift",
"Layers/Divide.swift",
"Layers/Dropout.swift",
"Layers/Embedding/Embedding.swift",
"Layers/Flatten.swift",
"Layers/GlobalAveragePool.swift",
"Layers/InstanceNormalize.swift",
"Layers/LSTM/LSTM.swift",
"Layers/LSTM/LSTMCell.swift",
"Layers/LSTM/OutputCell.swift",
"Layers/Layer.swift",
"Layers/LayerNormalize.swift",
"Layers/MaxPool.swift",
"Layers/Multiply.swift",
"Layers/ResNet.swift",
"Layers/Reshape.swift",
"Layers/RexNet.swift",
"Layers/Subtract.swift",
"Layers/TransConv2d.swift",
"Layers/Utilities/LayerGroup.swift",
"Models/Classifier.swift",
"Models/GAN.swift",
"Models/RNN.swift",
"Models/Utilities/Accuracy.swift",
"Models/Utilities/VectorizableDataset.swift",
"Models/WGAN.swift",
"Models/WGANGP.swift",
"Optimizers/Adam.swift",
"Optimizers/DecayFunction/CosineAnnealing.swift",
"Optimizers/DecayFunction/DecayFunction.swift",
"Optimizers/DecayFunction/ExponentialDecay.swift",
"Optimizers/LossFunction/LossFunction.swift",
"Optimizers/Optimizer.swift",
"Optimizers/RMSProp.swift",
"Optimizers/SGD.swift",
"Tensor/IDGenerator.swift",
"Tensor/MetalTensorStorage.swift",
"Tensor/Tensor.swift",
"Tensor/TensorContext.swift",
"Tensor/TensorMath.swift",
"Tensor/TensorSize.swift",
"Tensor/TensorStorage+Arithmetic.swift",
"Tensor/TensorStorage.swift",
"Tokenizers/Tokenizing.swift",
"Trainable/Sequential.swift",
"Trainable/Trainable.swift",
"Utilities/BetaDistribution.swift",
"Utilities/Exportable.swift",
"Utilities/Extensions+Numbers.swift",
"Utilities/Extensions+String.swift",
"Utilities/Extensions+ThreadSafety.swift",
"Utilities/Metrics.swift",
"Utilities/ModelBuilder.swift",
"Utilities/NormalDistribution.swift",
"Utilities/Storage.swift",
"Utilities/Vectorize.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/apple/swift-docc-plugin from cache (0.41s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
Fetching https://github.com/wvabrinskas/Logger.git
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/wvabrinskas/NumSwift.git
Fetching https://github.com/apple/swift-atomics.git
[1/1658] Fetching numswift
[2/1765] Fetching numswift, logger
[1253/3585] Fetching numswift, logger, swift-atomics
[2367/7255] Fetching numswift, logger, swift-atomics, swift-docc-symbolkit
[3064/13671] Fetching numswift, logger, swift-atomics, swift-docc-symbolkit, swift-numerics
Fetched https://github.com/wvabrinskas/NumSwift.git from cache (0.29s)
[2665/12013] Fetching logger, swift-atomics, swift-docc-symbolkit, swift-numerics
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
[9103/10193] Fetching logger, swift-docc-symbolkit, swift-numerics
Fetched https://github.com/wvabrinskas/Logger.git from cache (0.62s)
Fetched https://github.com/apple/swift-numerics from cache (0.63s)
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.63s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.35s)
Computing version for https://github.com/wvabrinskas/NumSwift.git
Computed https://github.com/wvabrinskas/NumSwift.git at 2.0.24 (0.86s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.59s)
Computing version for https://github.com/wvabrinskas/Logger.git
Computed https://github.com/wvabrinskas/Logger.git at 1.0.7 (0.63s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.54s)
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/wvabrinskas/Logger.git
Working copy of https://github.com/wvabrinskas/Logger.git resolved at 1.0.7
Creating working copy for https://github.com/wvabrinskas/NumSwift.git
Working copy of https://github.com/wvabrinskas/NumSwift.git resolved at 2.0.24
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at main (e977f65)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[2/16] Copying print-example.png
[2/16] Copying GPU.metal
[2/16] Write sources
[11/16] Compiling _NumericsShims _NumericsShims.c
[12/16] Compiling _AtomicsShims.c
In file included from /host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/numswiftc_base.c:1:
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:30:3: error: _Float16 is not supported on this target
30 | _Float16 value;
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:40:48: error: _Float16 is not supported on this target
40 | extern NSC_IndexedValue nsc_index_of_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:41:48: error: _Float16 is not supported on this target
41 | extern NSC_IndexedValue nsc_index_of_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:31: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:8: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:31: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:8: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:32: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:8: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:31: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:8: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:42: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:8: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:34: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:54: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:80: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:27: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:49: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:75: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[13/16] Compiling NumSwiftC numswiftc_base.c
In file included from /host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/numswiftc.c:2:
In file included from /host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc.h:5:
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:30:3: error: _Float16 is not supported on this target
30 | _Float16 value;
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:40:48: error: _Float16 is not supported on this target
40 | extern NSC_IndexedValue nsc_index_of_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:41:48: error: _Float16 is not supported on this target
41 | extern NSC_IndexedValue nsc_index_of_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:31: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:8: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:31: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:8: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:32: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:8: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:31: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:8: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:42: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:8: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:34: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:54: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:80: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:27: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:49: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:75: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
[13/16] Compiling NumSwiftC numswiftc.c
[13/16] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7b4552feb759c014e60bb7d16019351f72ce4b9f19dbbaa081e1f5551c90672
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
In file included from /host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/numswiftc_base.c:1:
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:30:3: error: _Float16 is not supported on this target
30 | _Float16 value;
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:40:48: error: _Float16 is not supported on this target
40 | extern NSC_IndexedValue nsc_index_of_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:41:48: error: _Float16 is not supported on this target
41 | extern NSC_IndexedValue nsc_index_of_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:31: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:8: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:31: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:8: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:32: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:8: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:31: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:8: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:42: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:8: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:34: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:54: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:80: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:27: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:49: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:75: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2/5] Compiling NumSwiftC numswiftc_base.c
In file included from /host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/numswiftc.c:2:
In file included from /host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc.h:5:
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:30:3: error: _Float16 is not supported on this target
30 | _Float16 value;
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:40:48: error: _Float16 is not supported on this target
40 | extern NSC_IndexedValue nsc_index_of_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:41:48: error: _Float16 is not supported on this target
41 | extern NSC_IndexedValue nsc_index_of_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:31: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:42:8: error: _Float16 is not supported on this target
42 | extern _Float16 nsc_max(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:31: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:43:8: error: _Float16 is not supported on this target
43 | extern _Float16 nsc_min(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:32: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:44:8: error: _Float16 is not supported on this target
44 | extern _Float16 nsc_mean(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:31: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:45:8: error: _Float16 is not supported on this target
45 | extern _Float16 nsc_sum(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:42: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:46:8: error: _Float16 is not supported on this target
46 | extern _Float16 nsc_sum_of_squares(const _Float16 array[], int size);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:34: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:54: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:48:80: error: _Float16 is not supported on this target
48 | extern void nsc_add_scalar(const _Float16 lhs, const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:27: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:49: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
/host/spi-builder-workspace/.build/checkouts/NumSwift/Sources/NumSwiftC/include/numswiftc_base.h:49:75: error: _Float16 is not supported on this target
49 | extern void nsc_add(const _Float16 lhs[], const _Float16 rhs[], int size, _Float16 *result);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
[2/5] Compiling NumSwiftC numswiftc.c
[2/5] Write swift-version-24593BA9C3E375BF.txt
BUILD FAILURE 6.1 wasm