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 Wasm on 8 Dec 2025 23:35:46 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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:         wasm
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-4606859-0":/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:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-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] Compiling RKUtils Date.swift
[10/13] Compiling RKUtils Data.swift
[11/13] Compiling RKUtils Double.swift
[12/13] Emitting module RKUtils
[13/13] Compiling RKUtils CLLocationCoordinate2D.swift
[15/29] Emitting module RKUtilsSwiftUI
[16/32] Compiling RKUtilsSwiftUI Color.swift
[17/34] Compiling RKUtilsMacOSUI NSView.swift
[18/34] Compiling RKUtilsMacOSUI NSTableView.swift
[19/34] Compiling RKUtilsMacOSUI NSTextField.swift
[20/34] Compiling RKUtilsUI UIScreen.swift
[21/35] Compiling RKUtilsUI UITableView.swift
[22/35] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[23/35] Compiling RKUtilsMacOSUI NSColor.swift
[24/35] Compiling RKUtilsMacOSUI NSCollectionView.swift
[25/35] Emitting module RKUtilsMacOSUI
[26/36] Compiling RKUtilsUI UIStoryboard.swift
[27/36] Compiling RKUtilsUI UITextView.swift
[28/36] Compiling RKUtilsUI UIColor.swift
[29/36] Compiling RKUtilsUI UIDevice.swift
[30/36] Compiling RKUtilsUI UITextField.swift
[32/36] Emitting module RKUtilsUI
[33/36] Compiling RKUtilsUI CGRect.swift
[34/36] Compiling RKUtilsUI UICollectionView.swift
[35/36] Compiling RKUtilsUI UIView.swift
Build complete! (12.00s)
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"
}
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4dfe22dedd7a52399668938cbd466a34545eff77bced906005dc4032a6549d90
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Done.