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 Wasm on 10 Dec 2025 00:33:08 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: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: 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:         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-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: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 Double.swift
[9/13] Compiling RKUtils CLLocationCoordinate2D.swift
[10/13] Compiling RKUtils Data.swift
[11/13] Compiling RKUtils Bundle.swift
[12/13] Emitting module RKUtils
[13/13] Compiling RKUtils Date.swift
[15/33] Emitting module RKUtilsUI
[16/34] Compiling RKUtilsUI UITableView.swift
[17/34] Compiling RKUtilsUI UIStoryboard.swift
[18/34] Compiling RKUtilsUI UITextView.swift
[19/34] Compiling RKUtilsUI UITextField.swift
[20/34] Compiling RKUtilsMacOSUI NSCollectionView.swift
[21/34] Emitting module RKUtilsMacOSUI
[22/34] Compiling RKUtilsUI UIScreen.swift
[23/34] Compiling RKUtilsUI CGRect.swift
[24/34] Compiling RKUtilsUI UICollectionView.swift
[25/34] Compiling RKUtilsUI UIColor.swift
[26/34] Compiling RKUtilsUI UIDevice.swift
[27/34] Emitting module RKUtilsSwiftUI
[28/34] Compiling RKUtilsSwiftUI Color.swift
[29/35] Compiling RKUtilsMacOSUI NSSecureTextField.swift
[30/35] Compiling RKUtilsMacOSUI NSTableView.swift
[31/35] Compiling RKUtilsMacOSUI NSColor.swift
[32/35] Compiling RKUtilsUI UIView.swift
[33/35] Compiling RKUtilsMacOSUI NSView.swift
[34/35] Compiling RKUtilsMacOSUI NSTextField.swift
Build complete! (17.73s)
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.