Build Information
Successful build of OpenMeteoSdk, reference v1.18.0 (9924b6
), with Swift 6.0 for Linux on 6 Nov 2024 21:07:19 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/open-meteo/sdk.git
Reference: v1.18.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.18.0 -> FETCH_HEAD
HEAD is now at 9924b6a Revert "fix: bump the semantic group across 1 directory with 2 updates (#150)" (#152)
Cloned https://github.com/open-meteo/sdk.git
Revision (git rev-parse @):
9924b6a8627cd4237fd955445cf3d0b99e1db0bf
SUCCESS checkout https://github.com/open-meteo/sdk.git at v1.18.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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/google/flatbuffers.git
[1/83589] Fetching flatbuffers
Fetched https://github.com/google/flatbuffers.git from cache (6.78s)
Computing version for https://github.com/google/flatbuffers.git
Computed https://github.com/google/flatbuffers.git at 24.3.25 (0.61s)
Creating working copy for https://github.com/google/flatbuffers.git
Working copy of https://github.com/google/flatbuffers.git resolved at 24.3.25
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/22] Emitting module FlatBuffers
[5/24] Compiling FlatBuffers TableVerifier.swift
[6/24] Compiling FlatBuffers VeriferOptions.swift
[7/24] Compiling FlatBuffers ByteBuffer.swift
[8/24] Compiling FlatBuffers Constants.swift
[9/24] Compiling FlatBuffers Enum.swift
[10/24] Compiling FlatBuffers FlatbuffersErrors.swift
[11/24] Compiling FlatBuffers Int+extension.swift
[12/24] Compiling FlatBuffers Message.swift
[13/24] Compiling FlatBuffers Verifiable.swift
[14/24] Compiling FlatBuffers Verifier.swift
[15/24] Compiling FlatBuffers Struct.swift
[16/24] Compiling FlatBuffers Table.swift
[17/24] Compiling FlatBuffers Root.swift
[18/24] Compiling FlatBuffers String+extension.swift
[19/24] Compiling FlatBuffers FlatBufferBuilder.swift
[20/24] Compiling FlatBuffers FlatBufferObject.swift
[21/24] Compiling FlatBuffers FlatBuffersUtils.swift
[22/24] Compiling FlatBuffers Mutable.swift
[23/24] Compiling FlatBuffers NativeObject.swift
[24/24] Compiling FlatBuffers Offset.swift
[26/30] Compiling OpenMeteoSdk OpenMeteoSdk.swift
[27/30] Emitting module OpenMeteoSdk
[28/30] Compiling OpenMeteoSdk weather_api_generated.swift
[29/30] Compiling OpenMeteoSdk VariablesWithTime.swift
[30/30] Compiling OpenMeteoSdk Unit.swift
Build complete! (34.81s)
Build complete.
{
"dependencies" : [
{
"identity" : "flatbuffers",
"requirement" : {
"range" : [
{
"lower_bound" : "24.3.25",
"upper_bound" : "25.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/google/flatbuffers.git"
}
],
"manifest_display_name" : "OpenMeteoSdk",
"name" : "OpenMeteoSdk",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.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.6"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.