Build Information
Successful build of RKUtils, reference v2.1.1 (6306fb), with Swift 6.2 for macOS (SPM) on 8 Dec 2025 23:35:56 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64Build 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 /Users/admin/builder/spi-builder-workspace/.git/
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
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "rkutils",
"name": "RKUtils",
"url": "https://github.com/TheRakiburKhan/RKUtils.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RKUtils",
"dependencies": [
]
}
]
}
Fetching https://github.com/TheRakiburKhan/RKUtils.git
[1/407] Fetching rkutils
Fetched https://github.com/TheRakiburKhan/RKUtils.git from cache (0.75s)
Creating working copy for https://github.com/TheRakiburKhan/RKUtils.git
Working copy of https://github.com/TheRakiburKhan/RKUtils.git resolved at v2.1.1 (6306fbb)
warning: '.resolve-product-dependencies': dependency 'rkutils' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/TheRakiburKhan/RKUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-49B95AFC49DCD68C.txt
[6/13] Compiling RKUtils String.swift
[7/13] Compiling RKUtils Int.swift
[8/13] Compiling RKUtils Date.swift
[9/13] Compiling RKUtils Double.swift
[10/13] Compiling RKUtils Data.swift
[11/13] Emitting module RKUtils
[12/13] Compiling RKUtils Bundle.swift
[13/13] Compiling RKUtils CLLocationCoordinate2D.swift
[14/32] Compiling RKUtilsUI UITableView.swift
[15/32] Compiling RKUtilsUI UITextView.swift
[16/32] Compiling RKUtilsUI UITextField.swift
[17/33] Compiling RKUtilsUI UIScreen.swift
[18/33] Compiling RKUtilsUI UIColor.swift
[19/33] Compiling RKUtilsUI UIDevice.swift
[20/33] Compiling RKUtilsUI UICollectionView.swift
[21/33] Compiling RKUtilsUI UIStoryboard.swift
[22/33] Compiling RKUtilsUI UIView.swift
[23/33] Compiling RKUtilsUI CGRect.swift
[24/33] Emitting module RKUtilsUI
[25/33] Emitting module RKUtilsMacOSUI
[26/33] Compiling RKUtilsMacOSUI NSCollectionView.swift
[27/33] Compiling RKUtilsMacOSUI NSTextField.swift
[28/33] Compiling RKUtilsMacOSUI NSTableView.swift
[29/33] Compiling RKUtilsMacOSUI NSColor.swift
[30/33] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[31/33] Compiling RKUtilsMacOSUI NSView.swift
[32/33] Emitting module RKUtilsSwiftUI
[33/33] Compiling RKUtilsSwiftUI Color.swift
Build complete! (7.51s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "RKUtils",
"name" : "RKUtils",
"path" : "/Users/admin/builder/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"
}
✅ 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'. (1.93s)
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' (0.17s)
Generated documentation archive at:
/Users/admin/builder/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 (1.29s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.55s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3593] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.01s)
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
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
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version-49B95AFC49DCD68C.txt
[6/53] Compiling SymbolKit Identifier.swift
[7/53] Compiling SymbolKit KindIdentifier.swift
[8/53] Compiling SymbolKit Location.swift
[9/53] Compiling SymbolKit Mutability.swift
[10/57] Emitting module SymbolKit
[11/57] Compiling Snippets Snippet.swift
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Emitting module Snippets
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit Relationship.swift
[20/57] Compiling SymbolKit RelationshipKind.swift
[21/57] Compiling SymbolKit SourceOrigin.swift
[22/57] Compiling SymbolKit GenericConstraints.swift
[23/57] Compiling SymbolKit Swift.swift
[24/57] Compiling SymbolKit Mixin+Equals.swift
[25/57] Compiling SymbolKit Mixin+Hash.swift
[26/57] Compiling SymbolKit Mixin.swift
[27/57] Compiling SymbolKit LineList.swift
[28/57] Compiling SymbolKit Position.swift
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit GenericConstraint.swift
[34/57] Compiling SymbolKit GenericParameter.swift
[35/57] Compiling SymbolKit Generics.swift
[36/57] Compiling SymbolKit Namespace.swift
[37/57] Compiling SymbolKit SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit DeclarationFragments.swift
[43/57] Compiling SymbolKit Fragment.swift
[44/57] Compiling SymbolKit FragmentKind.swift
[45/57] Compiling SymbolKit FunctionParameter.swift
[46/57] Compiling SymbolKit FunctionSignature.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.50s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'RKUtils' complete! (0.22s)
Target: RKUtilsMacOS
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.19s)
error: no target named 'RKUtilsMacOS'
compatible targets: 'RKUtils', 'RKUtilsUI', 'RKUtilsSwiftUI', 'RKUtilsMacOSUI'
Target: RKUtilsSwiftUI
Extracting symbol information for 'RKUtilsSwiftUI'...
Finished extracting symbol information for 'RKUtilsSwiftUI'. (2.38s)
Building documentation for 'RKUtilsSwiftUI'...
Finished building documentation for 'RKUtilsSwiftUI' (0.05s)
Generated documentation archive at:
/Users/admin/builder/spi-builder-workspace/.docs/therakiburkhan/rkutils/v2.1.1
Building for debugging...
[0/3] Write swift-version-49B95AFC49DCD68C.txt
Build of product 'snippet-extract' complete! (0.18s)
Building for debugging...
[0/1] Write swift-version-49B95AFC49DCD68C.txt
Build of target: 'RKUtilsSwiftUI' complete! (0.20s)
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/therakiburkhan/rkutils/v2.1.1/index/index.json
Successfully merged into /Users/admin/builder/spi-builder-workspace/.docs-staging/therakiburkhan/rkutils/v2.1.1/linkable-paths.json
224
3 /Users/admin/builder/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: 224
Doc size: 3.0MB
Preparing doc bundle ...
Uploading prod-therakiburkhan-rkutils-v2.1.1-9b6133e5.zip to s3://spi-docs-inbox/prod-therakiburkhan-rkutils-v2.1.1-9b6133e5.zip
Copying... [12%]
Copying... [25%]
Copying... [37%]
Copying... [50%]
Copying... [62%]
Copying... [75%]
Copying... [87%]
Copying... [100%]
Copying... [100%]
Done.