Build Information
Successful build of OpenAISwift, reference main (dba18d
), with Swift 5.9 for Linux on 12 Feb 2025 17:55:53 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adamrushy/OpenAISwift.git
Reference: main
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/adamrushy/OpenAISwift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at dba18d7 Merge pull request #113 from underthestars-zhy/main
Cloned https://github.com/adamrushy/OpenAISwift.git
Revision (git rev-parse @):
dba18d7a0cf1dbeb61baaa2a87c2e42b44d71236
SUCCESS checkout https://github.com/adamrushy/OpenAISwift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/adamrushy/OpenAISwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Building for debugging...
[1/11] Compiling OpenAISwift ChatMessage.swift
[2/11] Compiling OpenAISwift Command.swift
[3/11] Compiling OpenAISwift Instruction.swift
[4/11] Compiling OpenAISwift Moderation.swift
[5/11] Emitting module OpenAISwift
[6/11] Compiling OpenAISwift EmbeddingsInput.swift
[7/11] Compiling OpenAISwift ImageGeneration.swift
[8/11] Compiling OpenAISwift OpenAI.swift
[9/12] Compiling OpenAISwift OpenAIModelType.swift
[10/12] Compiling OpenAISwift OpenAIEndpoint.swift
[11/12] Compiling OpenAISwift OpenAISwift.swift
[12/12] Compiling OpenAISwift ServerSentEventsHandler.swift
Build complete! (12.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "OpenAISwift",
"name" : "OpenAISwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "OpenAISwift",
"targets" : [
"OpenAISwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OpenAISwiftTests",
"module_type" : "SwiftTarget",
"name" : "OpenAISwiftTests",
"path" : "Tests/OpenAISwiftTests",
"sources" : [
"OpenAISwiftTests.swift"
],
"target_dependencies" : [
"OpenAISwift"
],
"type" : "test"
},
{
"c99name" : "OpenAISwift",
"module_type" : "SwiftTarget",
"name" : "OpenAISwift",
"path" : "Sources/OpenAISwift",
"product_memberships" : [
"OpenAISwift"
],
"sources" : [
"Models/ChatMessage.swift",
"Models/Command.swift",
"Models/EmbeddingsInput.swift",
"Models/ImageGeneration.swift",
"Models/Instruction.swift",
"Models/Moderation.swift",
"Models/OpenAI.swift",
"Models/OpenAIModelType.swift",
"OpenAIEndpoint.swift",
"OpenAISwift.swift",
"ServerSentEventsHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
Done.