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 v2.1.1 (6306fb), with Swift 6.1 for Android on 8 Dec 2025 23:34:43 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build 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:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/TheRakiburKhan/RKUtils.git
https://github.com/TheRakiburKhan/RKUtils.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/13] Compiling RKUtils String.swift
[7/13] Compiling RKUtils Double.swift
[8/13] Compiling RKUtils Int.swift
[9/13] Compiling RKUtils Bundle.swift
[10/13] Compiling RKUtils Data.swift
[11/13] Compiling RKUtils CLLocationCoordinate2D.swift
[12/13] Emitting module RKUtils
[13/13] Compiling RKUtils Date.swift
[15/33] Compiling RKUtilsSwiftUI Color.swift
[16/33] Compiling RKUtilsMacOSUI NSView.swift
[17/33] Emitting module RKUtilsMacOSUI
[18/33] Compiling RKUtilsMacOSUI NSCollectionView.swift
[19/33] Emitting module RKUtilsSwiftUI
[20/34] Compiling RKUtilsMacOSUI NSColor.swift
[21/34] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[22/34] Compiling RKUtilsMacOSUI NSTableView.swift
[23/34] Compiling RKUtilsMacOSUI NSTextField.swift
[24/35] Compiling RKUtilsUI UIColor.swift
[25/35] Compiling RKUtilsUI UIDevice.swift
[26/36] Compiling RKUtilsUI UITableView.swift
[27/36] Compiling RKUtilsUI UIStoryboard.swift
[28/36] Compiling RKUtilsUI UIScreen.swift
[29/36] Emitting module RKUtilsUI
[30/36] Compiling RKUtilsUI CGRect.swift
[31/36] Compiling RKUtilsUI UICollectionView.swift
[33/36] Compiling RKUtilsUI UITextView.swift
[34/36] Compiling RKUtilsUI UITextField.swift
[36/36] Compiling RKUtilsUI UIView.swift
Build complete! (10.54s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:91d018f1076d6a900d71818287e1b2618039c67008f0564a121787f87e1ae735
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.