Build Information
Successful build of RKUtils, reference v2.1.1 (6306fb), with Swift 6.2 for Linux on 8 Dec 2025 23:33:45 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheRakiburKhan/RKUtils.git
Reference: v2.1.1
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
* tag v2.1.1 -> FETCH_HEAD
HEAD is now at 6306fbb Updated changelog
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
6306fbbe2fdf5eeeb153cdf98dc15622580616f6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TheRakiburKhan/RKUtils.git at v2.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.2
Building package at path: $PWD
https://github.com/TheRakiburKhan/RKUtils.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling RKUtils Date.swift
[7/13] Emitting module RKUtils
[8/13] Compiling RKUtils String.swift
[9/13] Compiling RKUtils Double.swift
[10/13] Compiling RKUtils Int.swift
[11/13] Compiling RKUtils Data.swift
[12/13] Compiling RKUtils CLLocationCoordinate2D.swift
[13/13] Compiling RKUtils Bundle.swift
[15/33] Emitting module RKUtilsSwiftUI
[16/33] Compiling RKUtilsSwiftUI Color.swift
[18/34] Compiling RKUtilsMacOSUI NSTextField.swift
[19/34] Compiling RKUtilsMacOSUI NSTableView.swift
[20/34] Compiling RKUtilsMacOSUI NSView.swift
[21/34] Compiling RKUtilsUI UITextField.swift
[22/34] Compiling RKUtilsUI UITableView.swift
[23/34] Compiling RKUtilsUI UITextView.swift
[24/35] Compiling RKUtilsUI UIScreen.swift
[25/35] Compiling RKUtilsUI UIStoryboard.swift
[26/35] Emitting module RKUtilsMacOSUI
[27/35] Compiling RKUtilsUI CGRect.swift
[28/35] Compiling RKUtilsUI UICollectionView.swift
[29/35] Emitting module RKUtilsUI
[30/35] Compiling RKUtilsUI UIColor.swift
[31/35] Compiling RKUtilsUI UIDevice.swift
[32/35] Compiling RKUtilsMacOSUI NSColor.swift
[33/35] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[34/35] Compiling RKUtilsMacOSUI NSCollectionView.swift
[36/36] Compiling RKUtilsUI UIView.swift
Build complete! (9.87s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RKUtils",
"name" : "RKUtils",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "visionos",
"version" : "1.0"
},
{
"name" : "maccatalyst",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RKUtils",
"targets" : [
"RKUtils"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RKUtilsUI",
"targets" : [
"RKUtils",
"RKUtilsUI",
"RKUtilsSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RKUtilsMacOS",
"targets" : [
"RKUtils",
"RKUtilsMacOSUI",
"RKUtilsSwiftUI"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RKUtilsUITests",
"module_type" : "SwiftTarget",
"name" : "RKUtilsUITests",
"path" : "Tests/RKUtilsUITests",
"sources" : [
"CGRectExtensionsTests.swift",
"ColorExtensionsTests.swift",
"UICollectionViewExtensionsTests.swift",
"UIColorExtensionsTests.swift",
"UIScreenExtensionsTests.swift",
"UIStoryboardExtensionsTests.swift",
"UITableViewExtensionsTests.swift",
"UITextFieldExtensionsTests.swift",
"UIViewExtensionsTests.swift"
],
"target_dependencies" : [
"RKUtils",
"RKUtilsUI",
"RKUtilsSwiftUI"
],
"type" : "test"
},
{
"c99name" : "RKUtilsUI",
"module_type" : "SwiftTarget",
"name" : "RKUtilsUI",
"path" : "Sources/RKUtilsUI",
"product_memberships" : [
"RKUtilsUI"
],
"sources" : [
"CGRect.swift",
"UICollectionView.swift",
"UIColor.swift",
"UIDevice.swift",
"UIScreen.swift",
"UIStoryboard.swift",
"UITableView.swift",
"UITextField.swift",
"UITextView.swift",
"UIView.swift"
],
"target_dependencies" : [
"RKUtils"
],
"type" : "library"
},
{
"c99name" : "RKUtilsTests",
"module_type" : "SwiftTarget",
"name" : "RKUtilsTests",
"path" : "Tests/RKUtilsTests",
"sources" : [
"BundleExtensionsTests.swift",
"CLLocationCoordinate2DExtensionsTests.swift",
"DataExtensionsTests.swift",
"DateExtensionsTests.swift",
"DoubleExtensionsTests.swift",
"IntExtensionsTests.swift",
"StringExtensionsTests.swift"
],
"target_dependencies" : [
"RKUtils"
],
"type" : "test"
},
{
"c99name" : "RKUtilsSwiftUI",
"module_type" : "SwiftTarget",
"name" : "RKUtilsSwiftUI",
"path" : "Sources/RKUtilsSwiftUI",
"product_memberships" : [
"RKUtilsUI",
"RKUtilsMacOS"
],
"sources" : [
"Color.swift"
],
"target_dependencies" : [
"RKUtils"
],
"type" : "library"
},
{
"c99name" : "RKUtilsMacOSUI",
"module_type" : "SwiftTarget",
"name" : "RKUtilsMacOSUI",
"path" : "Sources/RKUtilsMacOSUI",
"product_memberships" : [
"RKUtilsMacOS"
],
"sources" : [
"NSCollectionView.swift",
"NSColor.swift",
"NSSecureTextField.swift",
"NSTableView.swift",
"NSTextField.swift",
"NSView.swift"
],
"target_dependencies" : [
"RKUtils"
],
"type" : "library"
},
{
"c99name" : "RKUtilsMacOSTests",
"module_type" : "SwiftTarget",
"name" : "RKUtilsMacOSTests",
"path" : "Tests/RKUtilsMacOSTests",
"sources" : [
"NSColorExtensionsTests.swift",
"NSTableViewExtensionsTests.swift",
"NSTextFieldExtensionsTests.swift",
"NSViewExtensionsTests.swift"
],
"target_dependencies" : [
"RKUtils",
"RKUtilsMacOSUI"
],
"type" : "test"
},
{
"c99name" : "RKUtils",
"module_type" : "SwiftTarget",
"name" : "RKUtils",
"path" : "Sources/RKUtils",
"product_memberships" : [
"RKUtils",
"RKUtilsUI",
"RKUtilsMacOS"
],
"sources" : [
"Bundle.swift",
"CLLocationCoordinate2D.swift",
"Data.swift",
"Date.swift",
"Double.swift",
"Int.swift",
"String.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:36dcf51aceebb7518dd97346bbe30fd556b23ffe7a4d72d70473700580e8e541
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
✅ Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path: $PWD/.docs/therakiburkhan/rkutils/v2.1.1
Repository: TheRakiburKhan/RKUtils
Swift version used: 6.2
Target: RKUtils
Extracting symbol information for 'RKUtils'...
Finished extracting symbol information for 'RKUtils'. (3.27s)
Building documentation for 'RKUtils'...
warning: Parameter 'calendar' is missing documentation
--> Sources/RKUtils/Date.swift:40:6-40:6
38 | - locale: The locale to use. Defaults to the current locale.
39 | - format: The custom format string (e.g. "dd-MM-yyyy HH:mm").
40 +
41 | - Returns: A formatted date string.
42 | */
Finished building documentation for 'RKUtils' (1.09s)
Generated documentation archive at:
/host/spi-builder-workspace/.docs/therakiburkhan/rkutils/v2.1.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2158] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (2.51s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3593] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.78s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/9] Write sources
[3/9] Write swift-version-24593BA9C3E375BF.txt
[5/53] Emitting module Snippets
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling Snippets SnippetParser.swift
[8/54] Wrapping AST for Snippets for debugging
[10/54] Emitting module SymbolKit
[11/59] Compiling SymbolKit SPI.swift
[12/59] Compiling SymbolKit Snippet.swift
[13/59] Compiling SymbolKit Extension.swift
[14/59] Compiling SymbolKit GenericConstraint.swift
[15/59] Compiling SymbolKit GenericParameter.swift
[16/59] Compiling SymbolKit Generics.swift
[17/59] Compiling SymbolKit Namespace.swift
[18/59] Compiling SymbolKit Symbol.swift
[19/59] Compiling SymbolKit SymbolKind.swift
[20/59] Compiling SymbolKit SymbolGraph.swift
[21/59] Compiling SymbolKit Mixin+Equals.swift
[22/59] Compiling SymbolKit Mixin+Hash.swift
[23/59] Compiling SymbolKit Mixin.swift
[24/59] Compiling SymbolKit LineList.swift
[25/59] Compiling SymbolKit Position.swift
[26/59] Compiling SymbolKit SourceRange.swift
[27/59] Compiling SymbolKit SourceOrigin.swift
[28/59] Compiling SymbolKit GenericConstraints.swift
[29/59] Compiling SymbolKit Swift.swift
[30/59] Compiling SymbolKit SemanticVersion.swift
[31/59] Compiling SymbolKit AccessControl.swift
[32/59] Compiling SymbolKit Availability.swift
[33/59] Compiling SymbolKit AvailabilityItem.swift
[34/59] Compiling SymbolKit Domain.swift
[35/59] Compiling SymbolKit DeclarationFragments.swift
[36/59] Compiling SymbolKit Fragment.swift
[37/59] Compiling SymbolKit FragmentKind.swift
[38/59] Compiling SymbolKit FunctionParameter.swift
[39/59] Compiling SymbolKit FunctionSignature.swift
[40/59] Compiling SymbolKit Identifier.swift
[41/59] Compiling SymbolKit KindIdentifier.swift
[42/59] Compiling SymbolKit Location.swift
[43/59] Compiling SymbolKit Mutability.swift
[44/59] Compiling SymbolKit Names.swift
[45/59] Compiling SymbolKit Metadata.swift
[46/59] Compiling SymbolKit Module.swift
[47/59] Compiling SymbolKit OperatingSystem.swift
[48/59] Compiling SymbolKit Platform.swift
[49/59] Compiling SymbolKit Relationship.swift
[50/59] Compiling SymbolKit RelationshipKind.swift
[51/59] Compiling SymbolKit GraphCollector.swift
[52/59] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[53/59] Compiling SymbolKit UnifiedSymbol.swift
[54/59] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[55/59] Compiling SymbolKit UnifiedSymbolGraph.swift
[56/60] Wrapping AST for SymbolKit for debugging
[58/64] Compiling snippet_extract URL+Status.swift
[59/64] Emitting module snippet_extract
[60/64] Compiling snippet_extract SnippetBuildCommand.swift
[61/64] Compiling snippet_extract SymbolGraph+Snippet.swift
[62/65] Wrapping AST for snippet-extract for debugging
[63/65] Write Objects.LinkFileList
[64/65] Linking snippet-extract-tool
Build of product 'snippet-extract' complete! (5.69s)
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/9] Compiling RKUtils Bundle.swift
[3/9] Emitting module RKUtils
[4/9] Compiling RKUtils Data.swift
[5/9] Compiling RKUtils Date.swift
[6/9] Compiling RKUtils CLLocationCoordinate2D.swift
[7/9] Compiling RKUtils String.swift
[8/9] Compiling RKUtils Int.swift
[9/9] Compiling RKUtils Double.swift
Build of target: 'RKUtils' complete! (1.34s)
202
3 /host/spi-builder-workspace/.docs/therakiburkhan/rkutils/v2.1.1
✅ Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/therakiburkhan/rkutils/v2.1.1
File count: 202
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-therakiburkhan-rkutils-v2.1.1-05b5323b.zip to s3://spi-docs-inbox/prod-therakiburkhan-rkutils-v2.1.1-05b5323b.zip
Copying... [13%]
Copying... [26%]
Copying... [39%]
Copying... [52%]
Copying... [65%]
Copying... [79%]
Copying... [92%]
Copying... [100%]
Done.