The Swift Package Index logo.Swift Package Index

Build Information

Successful build of om-file-format, reference v1.2.0 (4de07b), with Swift 6.1 for Linux on 6 Jan 2026 03:55:46 UTC.

Swift 6 data race errors: 0

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/finestructure/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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-meteo/om-file-format.git
Reference: v1.2.0
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
 * tag               v1.2.0     -> FETCH_HEAD
HEAD is now at 4de07b5 fix: long strings (#43)
Cloned https://github.com/open-meteo/om-file-format.git
Revision (git rev-parse @):
4de07b5669d41c5ce6269a71a15767a1bf0b3ec2
SUCCESS checkout https://github.com/open-meteo/om-file-format.git at v1.2.0
========================================
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-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/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 finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Building for debugging...
[0/27] Compiling bitpack.c
[1/27] Compiling vp4d.c
[2/27] Write swift-version-24593BA9C3E375BF.txt
[3/27] Compiling vp4c_sse.c
[4/27] Compiling vp4c_avx2.c
[5/27] Compiling vp4d_avx2.c
[6/27] Compiling vp4c.c
[7/27] Compiling om_file.c
[8/27] Compiling om_variable.c
[9/27] Compiling vp4d_sse.c
[10/27] Compiling vp4c_def.c
[11/27] Compiling om_encoder.c
[12/27] Compiling om_decoder.c
[13/27] Compiling delta2d.c
[14/27] Compiling om_common.c
[15/27] Compiling vp4d_def.c
[16/27] Compiling vint.c
[17/27] Compiling bitunpack.c
[18/27] Compiling bitutil.c
[18/27] Write sources
[20/27] Compiling fp.c
[21/27] Compiling bitpack_avx2.c
[22/27] Compiling bitpack_sse.c
[23/27] Compiling bitunpack_def.c
[24/27] Compiling bitpack_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] Emitting module OmFileFormat
[31/42] Compiling OmFileFormat DataAsClass.swift
[32/42] Compiling OmFileFormat FileHandleExtension.swift
[33/42] Compiling OmFileFormat FileHandleWithCount.swift
[34/42] Compiling OmFileFormat MmapFile.swift
[35/42] Compiling OmFileFormat OmFileWriter.swift
[36/42] Compiling OmFileFormat OmFileWriterBackend.swift
[37/42] Compiling OmFileFormat OmBufferedWriter.swift
[38/42] Compiling OmFileFormat OmFileDataTypeProtocol.swift
[39/42] Compiling OmFileFormat OmFileFormat.swift
[40/42] Compiling OmFileFormat OmFileReader.swift
[41/42] Compiling OmFileFormat OmFileReaderArray.swift
[42/42] Compiling OmFileFormat OmFileReaderProtocol.swift
Build complete! (118.89s)
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 finestructure/spi-images
Digest: sha256:7a52ddccc7ba366c24bb516637054305dd0c5fa0b57dff9877b95decd3e21586
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.