The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Helper4Swift, reference 1.0.1 (dd28fe), with Swift 6.3 for macOS (SPM) on 11 Apr 2026 13:05:35 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cs4alhaider/Helper4Swift.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cs4alhaider/Helper4Swift
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at dd28fe2 Converting to SPM
Cloned https://github.com/cs4alhaider/Helper4Swift.git
Revision (git rev-parse @):
dd28fe290b5e5a0229b6d50af5bd30278fea42ec
SUCCESS checkout https://github.com/cs4alhaider/Helper4Swift.git at 1.0.1
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "helper4swift",
      "name": "Helper4Swift",
      "url": "https://github.com/cs4alhaider/Helper4Swift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Helper4Swift",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/cs4alhaider/Helper4Swift.git
[1/716] Fetching helper4swift
Fetched https://github.com/cs4alhaider/Helper4Swift.git from cache (0.77s)
Creating working copy for https://github.com/cs4alhaider/Helper4Swift.git
Working copy of https://github.com/cs4alhaider/Helper4Swift.git resolved at 1.0.1 (dd28fe2)
warning: '.resolve-product-dependencies': dependency 'helper4swift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/cs4alhaider/Helper4Swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/33] Emitting module Helper4Swift
[4/36] Compiling Helper4Swift UIKeyboardType+Extension.swift
[5/36] Compiling Helper4Swift UILabel+Extension.swift
[6/36] Compiling Helper4Swift UINavigationController+Extension.swift
[7/36] Compiling Helper4Swift UITextField+Extension.swift
[8/36] Compiling Helper4Swift UITextView+Extension.swift
[9/36] Compiling Helper4Swift UIView+Extension.swift
[10/36] Compiling Helper4Swift URL+Extension.swift
[11/36] Compiling Helper4Swift Helper4Swift.swift
[12/36] Compiling Helper4Swift UIViewFromNib.swift
[13/36] Compiling Helper4Swift Dictionary+Extension.swift
[14/36] Compiling Helper4Swift Dispatch+Extension.swift
[15/36] Compiling Helper4Swift Encodable+Extension.swift
[16/36] Compiling Helper4Swift Int+Extension.swift
[17/36] Compiling Helper4Swift UIApplication+Extension.swift
[18/36] Compiling Helper4Swift UIButton+Extension.swift
[19/36] Compiling Helper4Swift UICollectionView+Extension.swift
[20/36] Compiling Helper4Swift UIColor+Extension.swift
[21/36] Compiling Helper4Swift UIImage+Extension.swift
[22/36] Compiling Helper4Swift UIImageView+Extension.swift
[23/36] Compiling Helper4Swift UIStoryboard+Extension.swift
[24/36] Compiling Helper4Swift UITabBarController+Extension.swift
[25/36] Compiling Helper4Swift UITableView+Extension.swift
[26/36] Compiling Helper4Swift Array+Extension.swift
[27/36] Compiling Helper4Swift Bundle+Extension.swift
[28/36] Compiling Helper4Swift CALayer+Extension.swift
[29/36] Compiling Helper4Swift Date+Extension.swift
[30/36] Compiling Helper4Swift UIViewAutoLayout+Extension.swift
[31/36] Compiling Helper4Swift UIViewController+Extension.swift
[32/36] Compiling Helper4Swift UIViewController+LocalAuthentication+Extension.swift
[33/36] Compiling Helper4Swift JSONDecoder+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift:23:54: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
21 |             do {
22 |                 let data = try Data(contentsOf: url)
23 |                 let downloadedData = try self.decode(type, from: data)
   |                                                      `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
24 |                 DispatchQueue.main.async { completion(downloadedData) }
25 |             } catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[34/36] Compiling Helper4Swift NSMutableAttributedString+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift:23:54: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
21 |             do {
22 |                 let data = try Data(contentsOf: url)
23 |                 let downloadedData = try self.decode(type, from: data)
   |                                                      `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
24 |                 DispatchQueue.main.async { completion(downloadedData) }
25 |             } catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[35/36] Compiling Helper4Swift String+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift:23:54: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
21 |             do {
22 |                 let data = try Data(contentsOf: url)
23 |                 let downloadedData = try self.decode(type, from: data)
   |                                                      `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
24 |                 DispatchQueue.main.async { completion(downloadedData) }
25 |             } catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
[36/36] Compiling Helper4Swift TimeInterval+Extension.swift
/Users/admin/builder/spi-builder-workspace/Sources/Helper4Swift/Extensions/JSONDecoder+Extension.swift:23:54: warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
21 |             do {
22 |                 let data = try Data(contentsOf: url)
23 |                 let downloadedData = try self.decode(type, from: data)
   |                                                      `- warning: capture of 'type' with non-Sendable type 'T.Type' in a '@Sendable' closure [#SendableClosureCaptures]
24 |                 DispatchQueue.main.async { completion(downloadedData) }
25 |             } catch {
[#SendableClosureCaptures]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-closure-captures>
Build complete! (7.49s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Helper4Swift",
  "name" : "Helper4Swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "10.0"
    },
    {
      "name" : "tvos",
      "version" : "10.0"
    },
    {
      "name" : "watchos",
      "version" : "3.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "Helper4Swift",
      "targets" : [
        "Helper4Swift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Helper4SwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "Helper4SwiftTests",
      "path" : "Tests/Helper4SwiftTests",
      "sources" : [
        "Helper4SwiftTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Helper4Swift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Helper4Swift",
      "module_type" : "SwiftTarget",
      "name" : "Helper4Swift",
      "path" : "Sources/Helper4Swift",
      "product_memberships" : [
        "Helper4Swift"
      ],
      "sources" : [
        "Extensions/Array+Extension.swift",
        "Extensions/Bundle+Extension.swift",
        "Extensions/CALayer+Extension.swift",
        "Extensions/Date+Extension.swift",
        "Extensions/Dictionary+Extension.swift",
        "Extensions/Dispatch+Extension.swift",
        "Extensions/Encodable+Extension.swift",
        "Extensions/Int+Extension.swift",
        "Extensions/JSONDecoder+Extension.swift",
        "Extensions/NSMutableAttributedString+Extension.swift",
        "Extensions/String+Extension.swift",
        "Extensions/TimeInterval+Extension.swift",
        "Extensions/UIApplication+Extension.swift",
        "Extensions/UIButton+Extension.swift",
        "Extensions/UICollectionView+Extension.swift",
        "Extensions/UIColor+Extension.swift",
        "Extensions/UIImage+Extension.swift",
        "Extensions/UIImageView+Extension.swift",
        "Extensions/UIKeyboardType+Extension.swift",
        "Extensions/UILabel+Extension.swift",
        "Extensions/UINavigationController+Extension.swift",
        "Extensions/UIStoryboard+Extension.swift",
        "Extensions/UITabBarController+Extension.swift",
        "Extensions/UITableView+Extension.swift",
        "Extensions/UITextField+Extension.swift",
        "Extensions/UITextView+Extension.swift",
        "Extensions/UIView+Extension.swift",
        "Extensions/UIViewAutoLayout+Extension.swift",
        "Extensions/UIViewController+Extension.swift",
        "Extensions/UIViewController+LocalAuthentication+Extension.swift",
        "Extensions/URL+Extension.swift",
        "Helper4Swift.swift",
        "SubClasses/UIViewFromNib.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
Done.