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 (fdca2b), with Swift 6.0 for macOS (SPM) on 16 Jul 2025 07:38:18 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.64.0
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 fdca2b0 Minor calendar changes in date events
Cloned https://github.com/TheRakiburKhan/RKUtils.git
Revision (git rev-parse @):
fdca2b0b8e523d2673b9e39c1f807f3b31d33a51
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 Date.swift
[6/22] Compiling RKUtils Int.swift
[7/22] Compiling RKUtils Double.swift
[8/22] Compiling RKUtils Data.swift
[9/22] Compiling RKUtils CLLocationCoordinate2D.swift
[10/22] Compiling RKUtils Bundle.swift
[11/22] Emitting module RKUtils
[12/22] Compiling RKUtilsiOSUI UITableView.swift
[13/22] Compiling RKUtilsiOSUI UITextView.swift
[14/22] Compiling RKUtilsiOSUI UITextField.swift
[15/23] Compiling RKUtilsiOSUI UIScreen.swift
[16/23] Compiling RKUtilsiOSUI UIStoryboard.swift
[17/23] Compiling RKUtilsiOSUI UIView.swift
[18/23] Compiling RKUtilsiOSUI UIDevice.swift
[19/23] Compiling RKUtilsiOSUI UICollectionView.swift
[20/23] Compiling RKUtilsiOSUI UIColor.swift
[21/23] Emitting module RKUtilsiOSUI
[22/23] Compiling RKUtilsiOSUI CGRect.swift
[23/23] Compiling RKUtilsiOSUI Color.swift
Build complete! (7.80s)
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.