Build Information
Successful build of SwiftAvroCore, reference master (5ce795), with Swift 6.0 for Linux on 9 Apr 2026 10:17:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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/lynixliu/SwiftAvroCore.git
Reference: master
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/lynixliu/SwiftAvroCore
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 5ce7951 Merge pull request #46 from lynixliu/develop
Cloned https://github.com/lynixliu/SwiftAvroCore.git
Revision (git rev-parse @):
5ce795157b88824aa17d56cd24e794f195d517f5
SUCCESS checkout https://github.com/lynixliu/SwiftAvroCore.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/lynixliu/SwiftAvroCore.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/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:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/25] Compiling SwiftAvroCore AvroProtocol.swift
[4/25] Compiling SwiftAvroCore ClientSessionCache.swift
[5/25] Compiling SwiftAvroCore ServerSessionCache.swift
[6/28] Compiling SwiftAvroCore AvroPrimitiveSizer.swift
[7/28] Compiling SwiftAvroCore NullCodec.swift
[8/28] Compiling SwiftAvroCore ObjectContainerContext.swift
[9/28] Compiling SwiftAvroCore AvroFingerprint.swift
[10/28] Compiling SwiftAvroCore AvroSchema+Codable.swift
[11/28] Compiling SwiftAvroCore AvroSchema+Equatable.swift
[12/28] Emitting module SwiftAvroCore
[13/28] Compiling SwiftAvroCore ObjectContainerReader.swift
[14/28] Compiling SwiftAvroCore ObjectContainerWriter.swift
[15/28] Compiling SwiftAvroCore ObjectContent.swift
[16/28] Compiling SwiftAvroCore AvroIPCContext.swift
[17/28] Compiling SwiftAvroCore AvroIPCRequest.swift
[18/28] Compiling SwiftAvroCore AvroIPCResponse.swift
[19/28] Compiling SwiftAvroCore AvroError.swift
[20/28] Compiling SwiftAvroCore AvroDecodable.swift
[21/28] Compiling SwiftAvroCore AvroEncodable.swift
[22/28] Compiling SwiftAvroCore AvroJsonEncoder.swift
[23/28] Compiling SwiftAvroCore AvroPrimitiveDecoder.swift
[24/28] Compiling SwiftAvroCore AvroPrimitiveEncoder.swift
[25/28] Compiling SwiftAvroCore AvroPrimitiveProtocol.swift
[26/28] Compiling SwiftAvroCore AvroSchema+Reflecting.swift
[27/28] Compiling SwiftAvroCore AvroSchema.swift
[28/28] Compiling SwiftAvroCore SwiftAvroCore.swift
Build complete! (9.82s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SwiftAvroCore",
"name" : "SwiftAvroCore",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
}
],
"products" : [
{
"name" : "SwiftAvroCore",
"targets" : [
"SwiftAvroCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftAvroCoreTests",
"module_type" : "SwiftTarget",
"name" : "SwiftAvroCoreTests",
"path" : "Tests/SwiftAvroCoreTests",
"sources" : [
"AvroDecodableTest.swift",
"AvroEncodableTest.swift",
"AvroFileObjectTest.swift",
"AvroProtocolTest.swift",
"AvroRequestResponseTest.swift",
"AvroSchemaCodingTest.swift",
"AvroSchemaEquatableTest.swift",
"AvroSchemaReflectingTest.swift",
"Kitties.swift",
"SchemalessCodingDecodingTest.swift",
"SwiftAvroCoreTests.swift"
],
"target_dependencies" : [
"SwiftAvroCore"
],
"type" : "test"
},
{
"c99name" : "SwiftAvroCore",
"module_type" : "SwiftTarget",
"name" : "SwiftAvroCore",
"path" : "Sources/SwiftAvroCore",
"product_memberships" : [
"SwiftAvroCore"
],
"sources" : [
"AvroError.swift",
"Codable/AvroDecodable.swift",
"Codable/AvroEncodable.swift",
"Codable/AvroJsonEncoder.swift",
"Codable/AvroPrimitiveDecoder.swift",
"Codable/AvroPrimitiveEncoder.swift",
"Codable/AvroPrimitiveProtocol.swift",
"Codable/AvroPrimitiveSizer.swift",
"FileObject/NullCodec.swift",
"FileObject/ObjectContainerContext.swift",
"FileObject/ObjectContainerReader.swift",
"FileObject/ObjectContainerWriter.swift",
"FileObject/ObjectContent.swift",
"IPC/AvroIPCContext.swift",
"IPC/AvroIPCRequest.swift",
"IPC/AvroIPCResponse.swift",
"IPC/AvroProtocol.swift",
"IPC/ClientSessionCache.swift",
"IPC/ServerSessionCache.swift",
"Schema/AvroFingerprint.swift",
"Schema/AvroSchema+Codable.swift",
"Schema/AvroSchema+Equatable.swift",
"Schema/AvroSchema+Reflecting.swift",
"Schema/AvroSchema.swift",
"SwiftAvroCore.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.0-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:6ccbc5e7995f6c524368c1828f9c677d1727c16390a603fc668217aec5f5123a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.0-latest
Done.