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 (e9defa), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 09:51:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.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 e9defa2 Make URLSession of RESTClient customizable (e.g. for custom timeout)
Cloned https://github.com/FlineDev/HandySwift.git
Revision (git rev-parse @):
e9defa22f6c0f3ae529b6256375d679061f830ee
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/FlineDev/HandySwift.git at main
========================================
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-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/33] Emitting module HandySwift
[4/36] Compiling HandySwift OperatingSystem.swift
[5/36] Compiling HandySwift RESTClient.swift
[6/36] Compiling HandySwift SortedArray.swift
[7/36] Compiling HandySwift JSONDecoderExt.swift
[8/36] Compiling HandySwift JSONEncoderExt.swift
[9/36] Compiling HandySwift NSRangeExt.swift
[10/36] Compiling HandySwift Withable.swift
[11/36] Compiling HandySwift Debouncer.swift
[12/36] Compiling HandySwift FrequencyTable.swift
[13/36] Compiling HandySwift DoubleExt.swift
[14/36] Compiling HandySwift DurationExt.swift
[15/36] Compiling HandySwift FloatExt.swift
[16/36] Compiling HandySwift IntExt.swift
[17/36] 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
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
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
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
56 |    }
57 | }
[18/36] 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
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
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
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
56 |    }
57 | }
[19/36] 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
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
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
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
56 |    }
57 | }
[20/36] 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
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
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
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
56 |    }
57 | }
[21/36] Compiling HandySwift DataExt.swift
[22/36] Compiling HandySwift DateExt.swift
[23/36] Compiling HandySwift DictionaryExt.swift
[24/36] Compiling HandySwift DispatchTimeIntervalExt.swift
[25/36] Compiling HandySwift GregorianDay.swift
[26/36] Compiling HandySwift GregorianTime.swift
[27/36] Compiling HandySwift HandyRegex.swift
[28/36] Compiling HandySwift StringProtocolExt.swift
[29/36] Compiling HandySwift SymmetricKeyExt.swift
[30/36] Compiling HandySwift TimeIntervalExt.swift
[31/36] Compiling HandySwift Globals.swift
[32/36] Compiling HandySwift AutoConforming.swift
[33/36] Compiling HandySwift DivisibleArithmetic.swift
[34/36] Compiling HandySwift RandomAccessCollectionExt.swift
[35/36] Compiling HandySwift SequenceExt.swift
[36/36] Compiling HandySwift StringExt.swift
Build complete! (6.06s)
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"
      ],
      "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/OperatingSystem.swift",
        "Types/RESTClient.swift",
        "Types/SortedArray.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.