Build Information
Successful build of ObjectCoder, reference main (7b9cf6
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 07:44:22 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-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nearfri/ObjectCoder.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/nearfri/ObjectCoder
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7b9cf69 Update swift.yml
Cloned https://github.com/nearfri/ObjectCoder.git
Revision (git rev-parse @):
7b9cf696e939396a993d57455a774341b252d5d0
SUCCESS checkout https://github.com/nearfri/ObjectCoder.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/nearfri/ObjectCoder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/mattgallagher/CwlPreconditionTesting
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting from cache (0.43s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting
Computed https://github.com/mattgallagher/CwlPreconditionTesting at 2.2.2 (1.12s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.50s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.43s)
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting resolved at 2.2.2
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/17] Compiling ObjectCoder Errors.swift
[4/17] Compiling ObjectCoder NilCodingStrategy.swift
[5/19] Compiling ObjectCoder ObjectEncoder.swift
[6/19] Compiling ObjectCoder ReferencingEncoder.swift
[7/19] Compiling ObjectCoder ObjectCoder+Combine.swift
[8/19] Compiling ObjectCoder ObjectKey.swift
[9/19] Compiling ObjectCoder SingleValueObjectEncodingContanier.swift
[10/19] Compiling ObjectCoder UnkeyedObjectEncodingContanier.swift
[11/19] Compiling ObjectCoder CodingStorage.swift
[12/19] Compiling ObjectCoder InitializableWithAny.swift
[13/19] Emitting module ObjectCoder
[14/19] Compiling ObjectCoder SingleValueObjectDecodingContainer.swift
[15/19] Compiling ObjectCoder UnkeyedObjectDecodingContainer.swift
[16/19] Compiling ObjectCoder KeyedObjectEncodingContainer.swift
[17/19] Compiling ObjectCoder ObjectContainer.swift
[18/19] Compiling ObjectCoder KeyedObjectDecodingContainer.swift
[19/19] Compiling ObjectCoder ObjectDecoder.swift
Build complete! (16.77s)
Build complete.
{
"dependencies" : [
{
"identity" : "cwlpreconditiontesting",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/mattgallagher/CwlPreconditionTesting"
}
],
"manifest_display_name" : "ObjectCoder",
"name" : "ObjectCoder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "ObjectCoder",
"targets" : [
"ObjectCoder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ObjectCoderTests",
"module_type" : "SwiftTarget",
"name" : "ObjectCoderTests",
"path" : "Tests/ObjectCoderTests",
"product_dependencies" : [
"CwlPreconditionTesting"
],
"sources" : [
"ObjectCoderTests.swift"
],
"target_dependencies" : [
"ObjectCoder"
],
"type" : "test"
},
{
"c99name" : "ObjectCoder",
"module_type" : "SwiftTarget",
"name" : "ObjectCoder",
"path" : "Sources/ObjectCoder",
"product_memberships" : [
"ObjectCoder"
],
"sources" : [
"CodingStorage.swift",
"Decoder/InitializableWithAny.swift",
"Decoder/KeyedObjectDecodingContainer.swift",
"Decoder/ObjectDecoder.swift",
"Decoder/SingleValueObjectDecodingContainer.swift",
"Decoder/UnkeyedObjectDecodingContainer.swift",
"Encoder/KeyedObjectEncodingContainer.swift",
"Encoder/ObjectContainer.swift",
"Encoder/ObjectEncoder.swift",
"Encoder/ReferencingEncoder.swift",
"Encoder/SingleValueObjectEncodingContanier.swift",
"Encoder/UnkeyedObjectEncodingContanier.swift",
"Errors.swift",
"NilCodingStrategy.swift",
"ObjectCoder+Combine.swift",
"ObjectKey.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Done.