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.1 for Linux on 10 Dec 2025 00:28:39 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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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: 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:         linux
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:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-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 Int.swift
[8/13] Compiling RKUtils Bundle.swift
[9/13] Emitting module RKUtils
[10/13] Compiling RKUtils CLLocationCoordinate2D.swift
[11/13] Compiling RKUtils Data.swift
[12/13] Compiling RKUtils Date.swift
[13/13] Compiling RKUtils Double.swift
[15/33] Compiling RKUtilsUI CGRect.swift
[16/33] Compiling RKUtilsUI UICollectionView.swift
[17/33] Emitting module RKUtilsSwiftUI
[18/34] Emitting module RKUtilsUI
[19/34] Compiling RKUtilsSwiftUI Color.swift
[20/35] Compiling RKUtilsUI UITextView.swift
[21/35] Compiling RKUtilsUI UITableView.swift
[22/35] Compiling RKUtilsUI UIColor.swift
[23/35] Compiling RKUtilsUI UIDevice.swift
[24/35] Compiling RKUtilsUI UIScreen.swift
[25/35] Compiling RKUtilsUI UIStoryboard.swift
[26/35] Compiling RKUtilsUI UITextField.swift
[27/35] Compiling RKUtilsMacOSUI NSColor.swift
[28/35] Compiling RKUtilsMacOSUI NSCollectionView.swift
[29/35] Emitting module RKUtilsMacOSUI
[30/35] Compiling RKUtilsMacOSUI NSView.swift
[31/35] Compiling RKUtilsMacOSUI NSTextField.swift
[32/35] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[33/35] Compiling RKUtilsMacOSUI NSTableView.swift
[35/36] Compiling RKUtilsUI UIView.swift
Build complete! (20.86s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.