Build Information
Successful build of om-file-format, reference main (18bee8), with Swift 6.2 for macOS (SPM) on 10 Apr 2026 02:31:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "om-file-format",
"name": "om-file-format",
"url": "https://github.com/open-meteo/om-file-format.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/om-file-format",
"dependencies": [
]
}
]
}
Fetching https://github.com/open-meteo/om-file-format.git
[1/1854] Fetching om-file-format
Fetched https://github.com/open-meteo/om-file-format.git from cache (1.00s)
Creating working copy for https://github.com/open-meteo/om-file-format.git
Working copy of https://github.com/open-meteo/om-file-format.git resolved at main (18bee85)
warning: '.resolve-product-dependencies': dependency 'om-file-format' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/open-meteo/om-file-format.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/27] Compiling vp4c_avx2.c
[0/27] Compiling vp4d.c
[0/27] Compiling vp4d_avx2.c
[3/27] Compiling vp4c.c
[4/27] Write swift-version-49B95AFC49DCD68C.txt
[5/27] Compiling om_variable.c
[6/27] Compiling om_file.c
[7/27] Compiling om_encoder.c
[8/27] Compiling om_common.c
[9/27] Compiling om_decoder.c
[10/27] Compiling delta2d.c
[11/27] Compiling vp4c_def.c
[12/27] Compiling vp4d_sse.c
[13/27] Compiling bitunpack_avx2.c
[14/27] Compiling bitunpack.c
[15/27] Compiling bitpack_avx2.c
[16/27] Compiling bitpack.c
[16/27] Write sources
[18/27] Compiling vp4c_sse.c
[19/27] Compiling bitutil.c
[20/27] Compiling vp4d_def.c
[21/27] Compiling vint.c
[22/27] Compiling fp.c
[23/27] Compiling bitpack_sse.c
[24/27] Compiling bitpack_def.c
[25/27] Compiling bitunpack_def.c
[26/27] Compiling bitunpack_sse.c
[28/41] Compiling OmFileFormat OmReaderInterpolation.swift
[29/41] Compiling OmFileFormat OmFileReaderProtocol.swift
[30/41] Compiling OmFileFormat OmFileWriter.swift
[31/41] Compiling OmFileFormat OmFileWriterBackend.swift
[32/42] Compiling OmFileFormat OmFileFormat.swift
[33/42] Compiling OmFileFormat OmFileReader.swift
[34/42] Compiling OmFileFormat OmBufferedWriter.swift
[35/42] Compiling OmFileFormat OmFileDataTypeProtocol.swift
[36/42] Emitting module OmFileFormat
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:1:56: warning: conformance of 'UnsafeBufferPointer<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
1 | extension UnsafeBufferPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeBufferPointer<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
2 |
3 | }
Swift.UnsafeBufferPointer:2:11: note: 'UnsafeBufferPointer<Element>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeBufferPointer : Sendable where Element : ~Copyable {
| `- note: 'UnsafeBufferPointer<Element>' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:5:60: warning: conformance of 'UnsafeMutableRawPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
3 | }
4 |
5 | extension UnsafeMutableRawPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeMutableRawPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
6 |
7 | }
Swift.UnsafeMutableRawPointer:2:11: note: 'UnsafeMutableRawPointer' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutableRawPointer : Sendable {
| `- note: 'UnsafeMutableRawPointer' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:9:50: warning: conformance of 'UnsafePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
7 | }
8 |
9 | extension UnsafePointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
10 |
11 | }
Swift.UnsafePointer:2:11: note: 'UnsafePointer<Pointee>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafePointer : Sendable where Pointee : ~Copyable {
| `- note: 'UnsafePointer<Pointee>' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:13:59: warning: conformance of 'UnsafeRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
11 | }
12 |
13 | extension UnsafeRawBufferPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
14 |
15 | }
Swift.UnsafeRawBufferPointer:2:11: note: 'UnsafeRawBufferPointer' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeRawBufferPointer : Sendable {
| `- note: 'UnsafeRawBufferPointer' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:17:66: warning: conformance of 'UnsafeMutableRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
15 | }
16 |
17 | extension UnsafeMutableRawBufferPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeMutableRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
18 |
19 | }
Swift.UnsafeMutableRawBufferPointer:2:11: note: 'UnsafeMutableRawBufferPointer' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutableRawBufferPointer : Sendable {
| `- note: 'UnsafeMutableRawBufferPointer' declares conformance to protocol 'Sendable' here
3 | }
[37/42] Compiling OmFileFormat FileHandleWithCount.swift
[38/42] Compiling OmFileFormat MmapFile.swift
[39/42] Compiling OmFileFormat DataAsClass.swift
[40/42] Compiling OmFileFormat FileHandleExtension.swift
[41/42] Compiling OmFileFormat OmFileReaderArray.swift
[42/42] Compiling OmFileFormat UnsafePointer+Sendable.swift
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:1:56: warning: conformance of 'UnsafeBufferPointer<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
1 | extension UnsafeBufferPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeBufferPointer<Element>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
2 |
3 | }
Swift.UnsafeBufferPointer:2:11: note: 'UnsafeBufferPointer<Element>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeBufferPointer : Sendable where Element : ~Copyable {
| `- note: 'UnsafeBufferPointer<Element>' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:5:60: warning: conformance of 'UnsafeMutableRawPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
3 | }
4 |
5 | extension UnsafeMutableRawPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeMutableRawPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
6 |
7 | }
Swift.UnsafeMutableRawPointer:2:11: note: 'UnsafeMutableRawPointer' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutableRawPointer : Sendable {
| `- note: 'UnsafeMutableRawPointer' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:9:50: warning: conformance of 'UnsafePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
7 | }
8 |
9 | extension UnsafePointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafePointer<Pointee>' to protocol 'Sendable' conflicts with that stated in the type's module 'Swift' and will be ignored; there cannot be more than one conformance, even with different conditional bounds
10 |
11 | }
Swift.UnsafePointer:2:11: note: 'UnsafePointer<Pointee>' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafePointer : Sendable where Pointee : ~Copyable {
| `- note: 'UnsafePointer<Pointee>' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:13:59: warning: conformance of 'UnsafeRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
11 | }
12 |
13 | extension UnsafeRawBufferPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
14 |
15 | }
Swift.UnsafeRawBufferPointer:2:11: note: 'UnsafeRawBufferPointer' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeRawBufferPointer : Sendable {
| `- note: 'UnsafeRawBufferPointer' declares conformance to protocol 'Sendable' here
3 | }
/Users/admin/builder/spi-builder-workspace/Swift/OmFileFormat/UnsafePointer+Sendable.swift:17:66: warning: conformance of 'UnsafeMutableRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
15 | }
16 |
17 | extension UnsafeMutableRawBufferPointer: @unchecked @retroactive Sendable {
| `- warning: conformance of 'UnsafeMutableRawBufferPointer' to protocol 'Sendable' was already stated in the type's module 'Swift'
18 |
19 | }
Swift.UnsafeMutableRawBufferPointer:2:11: note: 'UnsafeMutableRawBufferPointer' declares conformance to protocol 'Sendable' here
1 | @available(*, unavailable)
2 | extension UnsafeMutableRawBufferPointer : Sendable {
| `- note: 'UnsafeMutableRawBufferPointer' declares conformance to protocol 'Sendable' here
3 | }
Build complete! (23.67s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "om-file-format",
"name" : "om-file-format",
"path" : "/Users/admin/builder/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"
}
Done.