Build Information
Successful build of OpenAISwift, reference main (dba18d
), with Swift 5.10 for Linux on 12 Feb 2025 17:55:57 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-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.10
Building package at path: $PWD
https://github.com/adamrushy/OpenAISwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/13] Emitting module OpenAISwift
[4/14] Compiling OpenAISwift OpenAIModelType.swift
[5/14] Compiling OpenAISwift OpenAIEndpoint.swift
[6/14] Compiling OpenAISwift OpenAISwift.swift
[7/14] Compiling OpenAISwift ServerSentEventsHandler.swift
[8/14] Compiling OpenAISwift Instruction.swift
[9/14] Compiling OpenAISwift Moderation.swift
[10/14] Compiling OpenAISwift EmbeddingsInput.swift
[11/14] Compiling OpenAISwift ImageGeneration.swift
[12/14] Compiling OpenAISwift ChatMessage.swift
[13/14] Compiling OpenAISwift Command.swift
[14/14] Compiling OpenAISwift OpenAI.swift
Build complete! (7.52s)
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.10-latest: Pulling from finestructure/spi-images
Digest: sha256:8b386ca1081dd55ec0944429387f246ccb59ef99c9c8cbb418b0abd78460b38f
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.10-latest
Done.