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 (b73180), with Swift 6.0 for macOS (SPM) on 16 Jun 2025 07:56:54 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/TheRakiburKhan/RKUtils.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/TheRakiburKhan/RKUtils
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at b731803 Documentation added
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
b7318037312f3fdc3a48dae50704993c8f945ccb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/TheRakiburKhan/RKUtils.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/TheRakiburKhan/RKUtils.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/22] Compiling RKUtils String.swift
[5/22] Compiling RKUtils Int.swift
[6/22] Compiling RKUtils Date.swift
[7/22] Compiling RKUtils Double.swift
[8/22] Compiling RKUtils Bundle.swift
[9/22] Compiling RKUtils Data.swift
[10/22] Emitting module RKUtils
[11/22] Compiling RKUtils CLLocationCoordinate2D.swift
[12/22] Compiling RKUtilsiOSUI UICollectionView.swift
[13/23] Compiling RKUtilsiOSUI UITableView.swift
[14/23] Compiling RKUtilsiOSUI UITextView.swift
[15/23] Compiling RKUtilsiOSUI UIDevice.swift
[16/23] Compiling RKUtilsiOSUI UIStoryboard.swift
[17/23] Compiling RKUtilsiOSUI UIColor.swift
[18/23] Compiling RKUtilsiOSUI UIScreen.swift
[19/23] Compiling RKUtilsiOSUI UITextField.swift
[20/23] Compiling RKUtilsiOSUI UIView.swift
[21/23] Emitting module RKUtilsiOSUI
[22/23] Compiling RKUtilsiOSUI CGRect.swift
[23/23] Compiling RKUtilsiOSUI Color.swift
Build complete! (8.31s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "RKUtils",
  "name" : "RKUtils",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "5.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" : "RKUtilsiOS",
      "targets" : [
        "RKUtils",
        "RKUtilsiOSUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RKUtilsiOSUI",
      "module_type" : "SwiftTarget",
      "name" : "RKUtilsiOSUI",
      "path" : "Sources/RKUtilsiOSUI",
      "product_memberships" : [
        "RKUtilsiOS"
      ],
      "sources" : [
        "CGRect.swift",
        "Color.swift",
        "UICollectionView.swift",
        "UIColor.swift",
        "UIDevice.swift",
        "UIScreen.swift",
        "UIStoryboard.swift",
        "UITableView.swift",
        "UITextField.swift",
        "UITextView.swift",
        "UIView.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "RKUtilsiOSTests",
      "module_type" : "SwiftTarget",
      "name" : "RKUtilsiOSTests",
      "path" : "Tests/RKUtilsiOSTests",
      "sources" : [
        "IntExtensionsTests.swift",
        "RKiOSUtilsTests.swift"
      ],
      "target_dependencies" : [
        "RKUtils",
        "RKUtilsiOSUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RKUtils",
      "module_type" : "SwiftTarget",
      "name" : "RKUtils",
      "path" : "Sources/RKUtils",
      "product_memberships" : [
        "RKUtils",
        "RKUtilsiOS"
      ],
      "sources" : [
        "Bundle.swift",
        "CLLocationCoordinate2D.swift",
        "Data.swift",
        "Date.swift",
        "Double.swift",
        "Int.swift",
        "String.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.