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 HandySwift, reference main (49390b), with Swift 6.2 for macOS (SPM) on 5 Oct 2025 14:05:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FlineDev/HandySwift.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/FlineDev/HandySwift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 49390b5 Add multipart request support
Cloned https://github.com/FlineDev/HandySwift.git
Revision (git rev-parse @):
49390b532d1cb831c30b6d5f910b3a1351de17f4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwift.git at main
========================================
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",
  "dependencies": [
    {
      "identity": "handyswift",
      "name": "HandySwift",
      "url": "https://github.com/FlineDev/HandySwift.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/HandySwift",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/FlineDev/HandySwift.git
[1/3481] Fetching handyswift
Fetched https://github.com/FlineDev/HandySwift.git from cache (1.13s)
Creating working copy for https://github.com/FlineDev/HandySwift.git
Working copy of https://github.com/FlineDev/HandySwift.git resolved at main (49390b5)
warning: '.resolve-product-dependencies': dependency 'handyswift' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FlineDev/HandySwift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-49B95AFC49DCD68C.txt
[3/37] Emitting module HandySwift
[4/40] Compiling HandySwift DoubleExt.swift
[5/40] Compiling HandySwift DurationExt.swift
[6/40] Compiling HandySwift FloatExt.swift
[7/40] Compiling HandySwift IntExt.swift
[8/40] Compiling HandySwift ArrayExt.swift
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[9/40] Compiling HandySwift CaseIterableExt.swift
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[10/40] Compiling HandySwift CollectionExt.swift
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[11/40] Compiling HandySwift ComparableExt.swift
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:28:35: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
26 |    /// - Returns: An array of optional values including `nil` followed by all cases of the type.
27 |    public static var allCasesPrefixedByNil: [Self?] {
28 |       [.none] + self.allCases.map(Optional.init)
   |                                   `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
29 |    }
30 |
/Users/admin/builder/spi-builder-workspace/Sources/HandySwift/Extensions/CaseIterableExt.swift:55:25: warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
53 |    /// - Returns: An array of optional values including all cases of the type followed by `nil`.
54 |    public static var allCasesSuffixedByNil: [Self?] {
55 |       self.allCases.map(Optional.init) + [.none]
   |                         `- warning: capture of non-Sendable type 'Self.Type' in an isolated closure [#SendableMetatypes]
56 |    }
57 | }
[#SendableMetatypes]: <https://docs.swift.org/compiler/documentation/diagnostics/sendable-metatypes>
[12/40] Compiling HandySwift PrintResponsePlugin.swift
[13/40] Compiling HandySwift RESTClient.swift
[14/40] Compiling HandySwift SortedArray.swift
[15/40] Compiling HandySwift Withable.swift
[16/40] Compiling HandySwift Debouncer.swift
[17/40] Compiling HandySwift FrequencyTable.swift
[18/40] Compiling HandySwift GregorianDay.swift
[19/40] Compiling HandySwift GregorianTime.swift
[20/40] Compiling HandySwift HandyRegex.swift
[21/40] Compiling HandySwift LogRequestPlugin.swift
[22/40] Compiling HandySwift SequenceExt.swift
[23/40] Compiling HandySwift StringExt.swift
[24/40] Compiling HandySwift StringProtocolExt.swift
[25/40] Compiling HandySwift SymmetricKeyExt.swift
[26/40] Compiling HandySwift DataExt.swift
[27/40] Compiling HandySwift DateExt.swift
[28/40] Compiling HandySwift DictionaryExt.swift
[29/40] Compiling HandySwift DispatchTimeIntervalExt.swift
[30/40] Compiling HandySwift LogResponsePlugin.swift
[31/40] Compiling HandySwift OperatingSystem.swift
[32/40] Compiling HandySwift PrintRequestPlugin.swift
[33/40] Compiling HandySwift TimeIntervalExt.swift
[34/40] Compiling HandySwift Globals.swift
[35/40] Compiling HandySwift AutoConforming.swift
[36/40] Compiling HandySwift DivisibleArithmetic.swift
[37/40] Compiling HandySwift JSONDecoderExt.swift
[38/40] Compiling HandySwift JSONEncoderExt.swift
[39/40] Compiling HandySwift NSRangeExt.swift
[40/40] Compiling HandySwift RandomAccessCollectionExt.swift
Build complete! (6.69s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "HandySwift",
  "name" : "HandySwift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    },
    {
      "name" : "macos",
      "version" : "10.14"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "HandySwift",
      "targets" : [
        "HandySwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "HandySwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "HandySwiftTests",
      "path" : "Tests/HandySwiftTests",
      "sources" : [
        "Extensions/ArrayExtTests.swift",
        "Extensions/CollectionExtTests.swift",
        "Extensions/ComparableExtTests.swift",
        "Extensions/DictionaryExtTests.swift",
        "Extensions/DispatchTimeIntervalExtTests.swift",
        "Extensions/DoubleExtTests.swift",
        "Extensions/FloatExtTests.swift",
        "Extensions/IntExtTests.swift",
        "Extensions/NSObjectExtTests.swift",
        "Extensions/NSRangeExtTests.swift",
        "Extensions/StringExtTests.swift",
        "Extensions/TimeIntervalExtTests.swift",
        "Protocols/WithableTests.swift",
        "Structs/FrequencyTableTests.swift",
        "Structs/GregorianDayTests.swift",
        "Structs/HandyRegexTests.swift",
        "Structs/SortedArrayTests.swift",
        "Types/RESTClientTests.swift"
      ],
      "target_dependencies" : [
        "HandySwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "HandySwift",
      "module_type" : "SwiftTarget",
      "name" : "HandySwift",
      "path" : "Sources/HandySwift",
      "product_memberships" : [
        "HandySwift"
      ],
      "sources" : [
        "Extensions/ArrayExt.swift",
        "Extensions/CaseIterableExt.swift",
        "Extensions/CollectionExt.swift",
        "Extensions/ComparableExt.swift",
        "Extensions/DataExt.swift",
        "Extensions/DateExt.swift",
        "Extensions/DictionaryExt.swift",
        "Extensions/DispatchTimeIntervalExt.swift",
        "Extensions/DoubleExt.swift",
        "Extensions/DurationExt.swift",
        "Extensions/FloatExt.swift",
        "Extensions/IntExt.swift",
        "Extensions/JSONDecoderExt.swift",
        "Extensions/JSONEncoderExt.swift",
        "Extensions/NSRangeExt.swift",
        "Extensions/RandomAccessCollectionExt.swift",
        "Extensions/SequenceExt.swift",
        "Extensions/StringExt.swift",
        "Extensions/StringProtocolExt.swift",
        "Extensions/SymmetricKeyExt.swift",
        "Extensions/TimeIntervalExt.swift",
        "Globals.swift",
        "Protocols/AutoConforming.swift",
        "Protocols/DivisibleArithmetic.swift",
        "Protocols/Withable.swift",
        "Types/Debouncer.swift",
        "Types/FrequencyTable.swift",
        "Types/GregorianDay.swift",
        "Types/GregorianTime.swift",
        "Types/HandyRegex.swift",
        "Types/LogRequestPlugin.swift",
        "Types/LogResponsePlugin.swift",
        "Types/OperatingSystem.swift",
        "Types/PrintRequestPlugin.swift",
        "Types/PrintResponsePlugin.swift",
        "Types/RESTClient.swift",
        "Types/SortedArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.