The Swift Package Index logo.Swift Package Index

Build Information

Successful build of OpenMeteoSdk, reference v1.26.0 (a29c4b), with Swift 6.2 for Linux on 21 Mar 2026 18:31:14 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build 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.2
Building package at path:  $PWD
https://github.com/open-meteo/sdk.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d2f920c74e2de776c2ba4e297b2280b61148e6eb762436a4aad45f2a95167cea
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Fetching https://github.com/google/flatbuffers.git
[1/97849] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (9.10s)
Computing version for https://github.com/google/flatbuffers.git
Computed https://github.com/google/flatbuffers.git at 25.9.23 (9.64s)
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 Scalar.swift
[7/8] Emitting module Common
[8/8] Compiling Common Int+extension.swift
[10/28] Emitting module FlatBuffers
[11/30] Compiling FlatBuffers String+extension.swift
[12/30] Compiling FlatBuffers Struct.swift
[13/30] Compiling FlatBuffers NativeObject.swift
[14/30] Compiling FlatBuffers Offset.swift
[15/30] Compiling FlatBuffers Root.swift
[16/30] Compiling FlatBuffers ByteBuffer.swift
[17/30] Compiling FlatBuffers Constants.swift
[18/30] Compiling FlatBuffers Enum.swift
[19/30] Compiling FlatBuffers VeriferOptions.swift
[20/30] Compiling FlatBuffers Verifiable.swift
[21/30] Compiling FlatBuffers FlatbuffersErrors.swift
[22/30] Compiling FlatBuffers Message.swift
[23/30] Compiling FlatBuffers Mutable.swift
[24/30] Compiling FlatBuffers Verifier.swift
[25/30] Compiling FlatBuffers _InternalByteBuffer.swift
[26/30] Compiling FlatBuffers FlatBufferBuilder.swift
[27/30] Compiling FlatBuffers FlatBufferObject.swift
[28/30] Compiling FlatBuffers FlatBuffersUtils.swift
[29/30] Compiling FlatBuffers Table.swift
[30/30] Compiling FlatBuffers TableVerifier.swift
[32/36] Compiling OpenMeteoSdk Unit.swift
[33/36] Compiling OpenMeteoSdk VariablesWithTime.swift
[34/36] Emitting module OpenMeteoSdk
[35/36] Compiling OpenMeteoSdk OpenMeteoSdk.swift
[36/36] Compiling OpenMeteoSdk weather_api_generated.swift
Build complete! (29.52s)
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.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:d2f920c74e2de776c2ba4e297b2280b61148e6eb762436a4aad45f2a95167cea
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.2-latest
Done.