Build Information
Successful build of OpenMeteoSdk, reference v1.26.0 (a29c4b), with Swift 6.0 for Linux on 21 Mar 2026 18:31:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-meteo/sdk.git
Reference: v1.26.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/sdk
* tag v1.26.0 -> FETCH_HEAD
HEAD is now at a29c4b6 fix: use java version 17 for build (#262)
Cloned https://github.com/open-meteo/sdk.git
Revision (git rev-parse @):
a29c4b62dd8445128e6db30f0a6fb5509fa1259c
SUCCESS checkout https://github.com/open-meteo/sdk.git at v1.26.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/open-meteo/sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ece747c77e94bae4930a5e18230daf779deb87c9e35c56d75daa73885bd2cdd2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Fetching https://github.com/google/flatbuffers.git
[1/97849] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (9.14s)
Computing version for https://github.com/google/flatbuffers.git
Computed https://github.com/google/flatbuffers.git at 25.9.23 (0.70s)
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at 25.9.23
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling Common padding.swift
[6/8] Compiling Common Int+extension.swift
[7/8] Emitting module Common
[8/8] Compiling Common Scalar.swift
[10/28] Compiling FlatBuffers VeriferOptions.swift
[11/28] Compiling FlatBuffers Verifiable.swift
[12/30] Compiling FlatBuffers FlatBufferBuilder.swift
[13/30] Compiling FlatBuffers FlatBufferObject.swift
[14/30] Compiling FlatBuffers FlatBuffersUtils.swift
[15/30] Compiling FlatBuffers Verifier.swift
[16/30] Compiling FlatBuffers _InternalByteBuffer.swift
[17/30] Emitting module FlatBuffers
[18/30] Compiling FlatBuffers ByteBuffer.swift
[19/30] Compiling FlatBuffers Constants.swift
[20/30] Compiling FlatBuffers Enum.swift
[21/30] Compiling FlatBuffers String+extension.swift
[22/30] Compiling FlatBuffers Struct.swift
[23/30] Compiling FlatBuffers FlatbuffersErrors.swift
[24/30] Compiling FlatBuffers Message.swift
[25/30] Compiling FlatBuffers Mutable.swift
[26/30] Compiling FlatBuffers NativeObject.swift
[27/30] Compiling FlatBuffers Offset.swift
[28/30] Compiling FlatBuffers Root.swift
[29/30] Compiling FlatBuffers Table.swift
[30/30] Compiling FlatBuffers TableVerifier.swift
[32/36] Compiling OpenMeteoSdk OpenMeteoSdk.swift
[33/36] Emitting module OpenMeteoSdk
[34/36] Compiling OpenMeteoSdk Unit.swift
[35/36] Compiling OpenMeteoSdk weather_api_generated.swift
[36/36] Compiling OpenMeteoSdk VariablesWithTime.swift
Build complete! (29.74s)
Build complete.
{
"dependencies" : [
{
"identity" : "flatbuffers",
"requirement" : {
"exact" : [
"25.9.23"
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/flatbuffers.git"
}
],
"manifest_display_name" : "OpenMeteoSdk",
"name" : "OpenMeteoSdk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "12.0"
},
{
"name" : "macos",
"version" : "10.14"
},
{
"name" : "watchos",
"version" : "8.0"
}
],
"products" : [
{
"name" : "OpenMeteoSdk",
"targets" : [
"OpenMeteoSdk"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenMeteoSdkTests",
"module_type" : "SwiftTarget",
"name" : "OpenMeteoSdkTests",
"path" : "swift/Tests",
"sources" : [
"OpenMeteoSdkTests/ApiTests.swift",
"OpenMeteoSdkTests/OpenMeteoSdkTests.swift"
],
"target_dependencies" : [
"OpenMeteoSdk"
],
"type" : "test"
},
{
"c99name" : "OpenMeteoSdk",
"module_type" : "SwiftTarget",
"name" : "OpenMeteoSdk",
"path" : "swift/Sources",
"product_dependencies" : [
"FlatBuffers"
],
"product_memberships" : [
"OpenMeteoSdk"
],
"sources" : [
"OpenMeteoSdk/OpenMeteoSdk.swift",
"OpenMeteoSdk/Unit.swift",
"OpenMeteoSdk/VariablesWithTime.swift",
"OpenMeteoSdk/weather_api_generated.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ece747c77e94bae4930a5e18230daf779deb87c9e35c56d75daa73885bd2cdd2
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.