Build Information
Successful build of RKUtils, reference main (d2c8a3), with Swift 6.3 for Android on 24 Apr 2026 15:55:38 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheRakiburKhan/RKUtils.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/TheRakiburKhan/RKUtils
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d2c8a31 Local Bug FIx (#11)
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
d2c8a31eea814b54149311b75660972949cc5d3b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TheRakiburKhan/RKUtils.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/TheRakiburKhan/RKUtils.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--4F562202D5529B1.txt
[3/26] Emitting module RKUtils
[4/29] Compiling RKUtils UITextField.swift
[5/29] Compiling RKUtils UITextView.swift
[6/29] Compiling RKUtils UIView.swift
[7/29] Compiling RKUtils UICollectionView.swift
[8/29] Compiling RKUtils UIColor.swift
[9/29] Compiling RKUtils UIDevice.swift
[10/29] Compiling RKUtils NSCollectionView.swift
[11/29] Compiling RKUtils NSColor.swift
[12/29] Compiling RKUtils NSSecureTextField.swift
[13/29] Compiling RKUtils NSTableView.swift
[14/29] Compiling RKUtils Data.swift
[15/29] Compiling RKUtils Date.swift
[16/29] Compiling RKUtils Double.swift
[17/29] Compiling RKUtils Int.swift
[18/29] Compiling RKUtils ProcessInfo.swift
[19/29] Compiling RKUtils String.swift
[20/29] Compiling RKUtils UIScreen.swift
[21/29] Compiling RKUtils UIStoryboard.swift
[22/29] Compiling RKUtils UITableView.swift
[23/29] Compiling RKUtils URL.swift
[24/29] Compiling RKUtils Color.swift
[25/29] Compiling RKUtils CGRect.swift
[26/29] Compiling RKUtils NSTextField.swift
[27/29] Compiling RKUtils NSView.swift
[28/29] Compiling RKUtils Bundle.swift
[29/29] Compiling RKUtils CLLocationCoordinate2D.swift
Build complete! (28.55s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RKUtils",
"name" : "RKUtils",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
}
],
"products" : [
{
"name" : "RKUtils",
"targets" : [
"RKUtils"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RKUtilsTests",
"module_type" : "SwiftTarget",
"name" : "RKUtilsTests",
"path" : "Tests/RKUtilsTests",
"sources" : [
"AppKit/NSColorExtensionsTests.swift",
"AppKit/NSTableViewExtensionsTests.swift",
"AppKit/NSTextFieldExtensionsTests.swift",
"AppKit/NSViewExtensionsTests.swift",
"Foundation/BundleExtensionsTests.swift",
"Foundation/CLLocationCoordinate2DExtensionsTests.swift",
"Foundation/DataExtensionsTests.swift",
"Foundation/DateExtensionsTests.swift",
"Foundation/DoubleExtensionsTests.swift",
"Foundation/IntExtensionsTests.swift",
"Foundation/StringExtensionsTests.swift",
"Foundation/URLExtensionsTests.swift",
"UIKit/CGRectExtensionsTests.swift",
"UIKit/ColorExtensionsTests.swift",
"UIKit/UICollectionViewExtensionsTests.swift",
"UIKit/UIColorExtensionsTests.swift",
"UIKit/UIScreenExtensionsTests.swift",
"UIKit/UIStoryboardExtensionsTests.swift",
"UIKit/UITableViewExtensionsTests.swift",
"UIKit/UITextFieldExtensionsTests.swift",
"UIKit/UIViewExtensionsTests.swift"
],
"target_dependencies" : [
"RKUtils"
],
"type" : "test"
},
{
"c99name" : "RKUtils",
"module_type" : "SwiftTarget",
"name" : "RKUtils",
"path" : "Sources/RKUtils",
"product_memberships" : [
"RKUtils"
],
"sources" : [
"AppKit/NSCollectionView.swift",
"AppKit/NSColor.swift",
"AppKit/NSSecureTextField.swift",
"AppKit/NSTableView.swift",
"AppKit/NSTextField.swift",
"AppKit/NSView.swift",
"Foundation/Bundle.swift",
"Foundation/CLLocationCoordinate2D.swift",
"Foundation/Data.swift",
"Foundation/Date.swift",
"Foundation/Double.swift",
"Foundation/Int.swift",
"Foundation/ProcessInfo.swift",
"Foundation/String.swift",
"Foundation/URL.swift",
"SwiftUI/Color.swift",
"UIKit/CGRect.swift",
"UIKit/UICollectionView.swift",
"UIKit/UIColor.swift",
"UIKit/UIDevice.swift",
"UIKit/UIScreen.swift",
"UIKit/UIStoryboard.swift",
"UIKit/UITableView.swift",
"UIKit/UITextField.swift",
"UIKit/UITextView.swift",
"UIKit/UIView.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Done.