The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of RKUtils, reference main (42bb1e), with Swift 6.2 for Android on 10 Dec 2025 00:31:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 42bb1e4 Workflow Udpate (#8)
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
42bb1e42c762152a3924844e3b2879974a587faa
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TheRakiburKhan/RKUtils.git at main
========================================
Build
========================================
Selected platform:         android
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-2":/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: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:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version--6B0C4D200E742BB1.txt
[6/13] Compiling RKUtils CLLocationCoordinate2D.swift
[7/13] Compiling RKUtils Data.swift
[8/13] Compiling RKUtils String.swift
[9/13] Compiling RKUtils Date.swift
[10/13] Compiling RKUtils Double.swift
[11/13] Compiling RKUtils Bundle.swift
[12/13] Emitting module RKUtils
[13/13] Compiling RKUtils Int.swift
[15/33] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[16/33] Compiling RKUtilsMacOSUI NSCollectionView.swift
[17/33] Emitting module RKUtilsMacOSUI
[18/33] Emitting module RKUtilsSwiftUI
[19/33] Compiling RKUtilsSwiftUI Color.swift
[20/34] Compiling RKUtilsMacOSUI NSView.swift
[21/34] Compiling RKUtilsUI UIStoryboard.swift
[22/34] Compiling RKUtilsMacOSUI NSColor.swift
[23/35] Compiling RKUtilsMacOSUI NSTableView.swift
[24/35] Compiling RKUtilsMacOSUI NSTextField.swift
[26/36] Compiling RKUtilsUI UIScreen.swift
[27/36] Compiling RKUtilsUI CGRect.swift
[28/36] Compiling RKUtilsUI UICollectionView.swift
[29/36] Compiling RKUtilsUI UIColor.swift
[30/36] Compiling RKUtilsUI UIDevice.swift
[31/36] Emitting module RKUtilsUI
[32/36] Compiling RKUtilsUI UITextView.swift
[33/36] Compiling RKUtilsUI UITableView.swift
[34/36] Compiling RKUtilsUI UITextField.swift
[36/36] Compiling RKUtilsUI UIView.swift
Build complete! (25.68s)
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"
}
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Done.