Build Information
Successful build of icalendar-vcard-kit, reference main (7226d5
), with Swift 6.2 (beta) for Android on 24 Jun 2025 10:45:32 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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/thoven87/icalendar-kit.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/thoven87/icalendar-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7226d5a Merge pull request #2 from thoven87/thoven87-patch-1
Cloned https://github.com/thoven87/icalendar-kit.git
Revision (git rev-parse @):
7226d5a69e491107fc17b0b939b01e54d1387830
SUCCESS checkout https://github.com/thoven87/icalendar-kit.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/thoven87/icalendar-kit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-8C5A4AE7A8CE2BA.txt
[4/19] Compiling ICalendar ICalendarSerializer.swift
[5/19] Compiling ICalendar ICalendarUtilities.swift
[6/19] Compiling VCard VCardSerializer.swift
[7/19] Emitting module VCard
[8/19] Compiling VCard VCardUtilities.swift
[9/19] Emitting module ICalendar
[10/19] Compiling ICalendar ICalendar.swift
[11/19] Compiling VCard VCardParser.swift
[12/19] Compiling ICalendar ICalendarComponents.swift
[13/19] Compiling ICalendar ICalendarParser.swift
[14/19] Compiling ICalendar ICalendarFoundation.swift
[15/19] Compiling ICalendar ICalendarFormatter.swift
[16/20] Compiling VCard VCardFormatter.swift
[17/20] Compiling VCard VCard.swift
[18/20] Compiling VCard VCardFoundation.swift
[19/20] Compiling VCard VCardClient.swift
Build complete! (29.65s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "icalendar-vcard-kit",
"name" : "icalendar-vcard-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "15.0"
}
],
"products" : [
{
"name" : "ICalendar",
"targets" : [
"ICalendar"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VCard",
"targets" : [
"VCard"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VCardTests",
"module_type" : "SwiftTarget",
"name" : "VCardTests",
"path" : "Tests/VCardTests",
"sources" : [
"VCardFormatterTests.swift",
"VCardSerializationTests.swift",
"VCardTests.swift"
],
"target_dependencies" : [
"VCard"
],
"type" : "test"
},
{
"c99name" : "VCard",
"module_type" : "SwiftTarget",
"name" : "VCard",
"path" : "Sources/VCard",
"product_memberships" : [
"VCard"
],
"sources" : [
"VCard.swift",
"VCardClient.swift",
"VCardFormatter.swift",
"VCardFoundation.swift",
"VCardParser.swift",
"VCardSerializer.swift",
"VCardUtilities.swift"
],
"type" : "library"
},
{
"c99name" : "ICalendarTests",
"module_type" : "SwiftTarget",
"name" : "ICalendarTests",
"path" : "Tests/ICalendarTests",
"sources" : [
"ICalendarEventManagementTests.swift",
"ICalendarTests.swift"
],
"target_dependencies" : [
"ICalendar"
],
"type" : "test"
},
{
"c99name" : "ICalendar",
"module_type" : "SwiftTarget",
"name" : "ICalendar",
"path" : "Sources/ICalendar",
"product_memberships" : [
"ICalendar"
],
"sources" : [
"ICalendar.swift",
"ICalendarComponents.swift",
"ICalendarFormatter.swift",
"ICalendarFoundation.swift",
"ICalendarParser.swift",
"ICalendarSerializer.swift",
"ICalendarUtilities.swift"
],
"type" : "library"
}
],
"tools_version" : "6.1"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.