Build Information
Successful build of om-file-format, reference main (18bee8), with Swift 6.1 for Linux on 10 Apr 2026 02:45:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-meteo/om-file-format.git
Reference: main
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/open-meteo/om-file-format
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 18bee85 fix: improve checks for invalid dimension counts (#50)
Cloned https://github.com/open-meteo/om-file-format.git
Revision (git rev-parse @):
18bee8578d953bd95ad7de1ae688faa7cf421f7c
SUCCESS checkout https://github.com/open-meteo/om-file-format.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/open-meteo/om-file-format.git
https://github.com/open-meteo/om-file-format.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "om-file-format",
"name" : "om-file-format",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OmFileFormat",
"targets" : [
"OmFileFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OmFileFormatTests",
"module_type" : "SwiftTarget",
"name" : "OmFileFormatTests",
"path" : "Tests/OmFileFormatTests",
"sources" : [
"OmFileFormatTests.swift"
],
"target_dependencies" : [
"OmFileFormat"
],
"type" : "test"
},
{
"c99name" : "OmFileFormatC",
"module_type" : "ClangTarget",
"name" : "OmFileFormatC",
"path" : "c",
"product_memberships" : [
"OmFileFormat"
],
"sources" : [
"src/bitpack.c",
"src/bitpack_avx2.c",
"src/bitpack_def.c",
"src/bitpack_sse.c",
"src/bitunpack.c",
"src/bitunpack_avx2.c",
"src/bitunpack_def.c",
"src/bitunpack_sse.c",
"src/bitutil.c",
"src/delta2d.c",
"src/fp.c",
"src/om_common.c",
"src/om_decoder.c",
"src/om_encoder.c",
"src/om_file.c",
"src/om_variable.c",
"src/vint.c",
"src/vp4c.c",
"src/vp4c_avx2.c",
"src/vp4c_def.c",
"src/vp4c_sse.c",
"src/vp4d.c",
"src/vp4d_avx2.c",
"src/vp4d_def.c",
"src/vp4d_sse.c"
],
"type" : "library"
},
{
"c99name" : "OmFileFormat",
"module_type" : "SwiftTarget",
"name" : "OmFileFormat",
"path" : "Swift/OmFileFormat",
"product_memberships" : [
"OmFileFormat"
],
"sources" : [
"DataAsClass.swift",
"FileHandleExtension.swift",
"FileHandleWithCount.swift",
"MmapFile.swift",
"OmBufferedWriter.swift",
"OmFileDataTypeProtocol.swift",
"OmFileFormat.swift",
"OmFileReader.swift",
"OmFileReaderArray.swift",
"OmFileReaderProtocol.swift",
"OmFileWriter.swift",
"OmFileWriterBackend.swift",
"OmReaderInterpolation.swift",
"UnsafePointer+Sendable.swift"
],
"target_dependencies" : [
"OmFileFormatC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Building for debugging...
[0/27] Compiling vp4d.c
[1/27] Write swift-version-24593BA9C3E375BF.txt
[2/27] Compiling vp4d_avx2.c
[3/27] Compiling vp4c_sse.c
[4/27] Compiling vp4c.c
[5/27] Compiling vp4c_def.c
[6/27] Compiling vp4d_sse.c
[7/27] Compiling om_file.c
[8/27] Compiling vp4c_avx2.c
[9/27] Compiling om_variable.c
[10/27] Compiling vp4d_def.c
[11/27] Compiling om_common.c
[12/27] Compiling om_encoder.c
[13/27] Compiling delta2d.c
[14/27] Compiling om_decoder.c
[15/27] Compiling vint.c
[16/27] Compiling bitutil.c
[17/27] Compiling bitunpack.c
[18/27] Compiling bitpack.c
[19/27] Write sources
[20/27] Compiling fp.c
[21/27] Compiling bitpack_avx2.c
[22/27] Compiling bitpack_sse.c
[23/27] Compiling bitpack_def.c
[24/27] Compiling bitunpack_def.c
[25/27] Compiling bitunpack_avx2.c
[26/27] Compiling bitunpack_sse.c
[28/41] Compiling OmFileFormat OmReaderInterpolation.swift
[29/42] Compiling OmFileFormat UnsafePointer+Sendable.swift
[30/42] Compiling OmFileFormat OmFileFormat.swift
[31/42] Compiling OmFileFormat OmFileReader.swift
[32/42] Compiling OmFileFormat OmFileWriter.swift
[33/42] Compiling OmFileFormat OmFileWriterBackend.swift
[34/42] Compiling OmFileFormat OmBufferedWriter.swift
[35/42] Compiling OmFileFormat OmFileDataTypeProtocol.swift
[36/42] Compiling OmFileFormat DataAsClass.swift
[37/42] Compiling OmFileFormat FileHandleExtension.swift
[38/42] Emitting module OmFileFormat
[39/42] Compiling OmFileFormat FileHandleWithCount.swift
[40/42] Compiling OmFileFormat MmapFile.swift
[41/42] Compiling OmFileFormat OmFileReaderArray.swift
[42/42] Compiling OmFileFormat OmFileReaderProtocol.swift
Build complete! (93.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "om-file-format",
"name" : "om-file-format",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "OmFileFormat",
"targets" : [
"OmFileFormat"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OmFileFormatTests",
"module_type" : "SwiftTarget",
"name" : "OmFileFormatTests",
"path" : "Tests/OmFileFormatTests",
"sources" : [
"OmFileFormatTests.swift"
],
"target_dependencies" : [
"OmFileFormat"
],
"type" : "test"
},
{
"c99name" : "OmFileFormatC",
"module_type" : "ClangTarget",
"name" : "OmFileFormatC",
"path" : "c",
"product_memberships" : [
"OmFileFormat"
],
"sources" : [
"src/bitpack.c",
"src/bitpack_avx2.c",
"src/bitpack_def.c",
"src/bitpack_sse.c",
"src/bitunpack.c",
"src/bitunpack_avx2.c",
"src/bitunpack_def.c",
"src/bitunpack_sse.c",
"src/bitutil.c",
"src/delta2d.c",
"src/fp.c",
"src/om_common.c",
"src/om_decoder.c",
"src/om_encoder.c",
"src/om_file.c",
"src/om_variable.c",
"src/vint.c",
"src/vp4c.c",
"src/vp4c_avx2.c",
"src/vp4c_def.c",
"src/vp4c_sse.c",
"src/vp4d.c",
"src/vp4d_avx2.c",
"src/vp4d_def.c",
"src/vp4d_sse.c"
],
"type" : "library"
},
{
"c99name" : "OmFileFormat",
"module_type" : "SwiftTarget",
"name" : "OmFileFormat",
"path" : "Swift/OmFileFormat",
"product_memberships" : [
"OmFileFormat"
],
"sources" : [
"DataAsClass.swift",
"FileHandleExtension.swift",
"FileHandleWithCount.swift",
"MmapFile.swift",
"OmBufferedWriter.swift",
"OmFileDataTypeProtocol.swift",
"OmFileFormat.swift",
"OmFileReader.swift",
"OmFileReaderArray.swift",
"OmFileReaderProtocol.swift",
"OmFileWriter.swift",
"OmFileWriterBackend.swift",
"OmReaderInterpolation.swift",
"UnsafePointer+Sendable.swift"
],
"target_dependencies" : [
"OmFileFormatC"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:a7bfd71e9384436264431030299dc8a2d42d0664a168cfa1a5dd84c9bc592ccf
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.1-latest
Done.