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 SwiftExtensionsPack, reference 2.1.0 (d39eb9), with Swift 6.2 (beta) for macOS (SPM) on 24 Jun 2025 07:30:39 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/nerzh/swift-extensions-pack.git
Reference: 2.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-extensions-pack
 * tag               2.1.0      -> FETCH_HEAD
HEAD is now at d39eb92 remove logger
Cloned https://github.com/nerzh/swift-extensions-pack.git
Revision (git rev-parse @):
d39eb9237ce079c13ce5d5a8e99e544c35925056
SUCCESS checkout https://github.com/nerzh/swift-extensions-pack.git at 2.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/nerzh/swift-extensions-pack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[3/14] Write swift-version-1EA4D86E10B52AF.txt
[4/14] Compiling CEd25519 key_exchange.c
[5/14] Compiling CEd25519 keypair.c
[6/14] Compiling CEd25519 sha512.c
[7/14] Compiling CEd25519 verify.c
[8/14] Compiling CEd25519 seed.c
[9/14] Compiling CEd25519 sc.c
[10/14] Compiling CEd25519 fe.c
[11/14] Compiling CEd25519 add_scalar.c
[12/16] Compiling CEd25519 ge.c
[13/16] Compiling CEd25519 sign.c
[15/22] Emitting module Ed25519
[16/22] Compiling Ed25519 Error.swift
[17/22] Compiling Ed25519 KeyPair.swift
[18/22] Compiling Ed25519 Seed.swift
[19/22] Compiling Ed25519 PrivateKey.swift
[20/22] Compiling Ed25519 PublicKey.swift
[21/22] Emitting module SwiftRegularExpression
[22/22] Compiling SwiftRegularExpression String+Regexp.swift
[23/55] Emitting module SwiftExtensionsPack
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux")
   |              `- warning: if localizedDescription not defined we have sigterm for linux
34 |     var localizedDescription: String { self.description }
35 |
[24/58] Compiling SwiftExtensionsPack Atomic.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux")
   |              `- warning: if localizedDescription not defined we have sigterm for linux
34 |     var localizedDescription: String { self.description }
35 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:70:58: warning: 'is' test is always true
68 |         }
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
   |                                                          `- warning: 'is' test is always true
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
72 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:71:63: warning: 'is' test is always true
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
   |                                                               `- warning: 'is' test is always true
72 |
73 |         if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[25/58] Compiling SwiftExtensionsPack CommonClasses.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux")
   |              `- warning: if localizedDescription not defined we have sigterm for linux
34 |     var localizedDescription: String { self.description }
35 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:70:58: warning: 'is' test is always true
68 |         }
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
   |                                                          `- warning: 'is' test is always true
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
72 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:71:63: warning: 'is' test is always true
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
   |                                                               `- warning: 'is' test is always true
72 |
73 |         if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[26/58] Compiling SwiftExtensionsPack CommonMethods.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux")
   |              `- warning: if localizedDescription not defined we have sigterm for linux
34 |     var localizedDescription: String { self.description }
35 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:70:58: warning: 'is' test is always true
68 |         }
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
   |                                                          `- warning: 'is' test is always true
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
72 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:71:63: warning: 'is' test is always true
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
   |                                                               `- warning: 'is' test is always true
72 |
73 |         if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[27/58] Compiling SwiftExtensionsPack ErrorCommon.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:33:14: warning: if localizedDescription not defined we have sigterm for linux
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux")
   |              `- warning: if localizedDescription not defined we have sigterm for linux
34 |     var localizedDescription: String { self.description }
35 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:70:58: warning: 'is' test is always true
68 |         }
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
   |                                                          `- warning: 'is' test is always true
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
72 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtensionsPack/Common/ErrorCommon.swift:71:63: warning: 'is' test is always true
69 |
70 |         let isCustomStringConvertibleError: Bool = error is CustomStringConvertible
71 |         let isCustomDebugStringConvertibleError: Bool = error is CustomDebugStringConvertible
   |                                                               `- warning: 'is' test is always true
72 |
73 |         if isCustomStringConvertibleError && isCustomDebugStringConvertibleError {
[28/58] Compiling SwiftExtensionsPack StringCommon.swift
[29/58] Compiling SwiftExtensionsPack String+Crypto.swift
[30/58] Compiling SwiftExtensionsPack String+Height.swift
[31/58] Compiling SwiftExtensionsPack String+Extension.swift
[32/58] Compiling SwiftExtensionsPack Date+String.swift
[33/58] Compiling SwiftExtensionsPack DateCommon.swift
[34/58] Compiling SwiftExtensionsPack SafeArray.swift
[35/58] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[36/58] Compiling SwiftExtensionsPack Codable+Extensions.swift
[37/58] Compiling SwiftExtensionsPack AnyValue.swift
[38/58] Compiling SwiftExtensionsPack String+Chunks.swift
[39/58] Compiling SwiftExtensionsPack String+Date.swift
[40/58] Compiling SwiftExtensionsPack String+JSON.swift
[41/58] Compiling SwiftExtensionsPack Double.swift
[42/58] Compiling SwiftExtensionsPack Float.swift
[43/58] Compiling SwiftExtensionsPack HTTP.swift
[44/58] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[45/58] Compiling SwiftExtensionsPack DictionaryCommon.swift
[46/58] Compiling SwiftExtensionsPack SafeDictionary.swift
[47/58] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[48/58] Compiling SwiftExtensionsPack Protocols.swift
[49/58] Compiling SwiftExtensionsPack Runtime.swift
[50/58] Compiling SwiftExtensionsPack SafeValue.swift
[51/58] Compiling SwiftExtensionsPack AES.swift
[52/58] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[53/58] Compiling SwiftExtensionsPack Data+Extension.swift
[54/58] Compiling SwiftExtensionsPack Ed25519.swift
[55/58] Compiling SwiftExtensionsPack HexaDecimal.swift
[56/58] Compiling SwiftExtensionsPack Hmac.swift
[57/58] Compiling SwiftExtensionsPack RandomBytes.swift
[58/58] Compiling SwiftExtensionsPack SHA.swift
Build complete! (15.88s)
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/bytehubio/ed25519
[1/61] Fetching swift-regular-expression
[62/240] Fetching swift-regular-expression, ed25519
[100/15673] Fetching swift-regular-expression, ed25519, swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.70s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (1.70s)
Fetched https://github.com/bytehubio/ed25519 from cache (1.70s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (2.14s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (2.51s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (0.70s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.85s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.36s)
Creating working copy for https://github.com/bytehubio/ed25519
Working copy of https://github.com/bytehubio/ed25519 resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-regular-expression",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.4",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nerzh/swift-regular-expression"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "3.0.0",
            "upper_bound" : "4.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto"
    },
    {
      "identity" : "ed25519",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bytehubio/ed25519"
    }
  ],
  "manifest_display_name" : "SwiftExtensionsPack",
  "name" : "SwiftExtensionsPack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtensionsPack",
      "targets" : [
        "SwiftExtensionsPack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtensionsPackTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtensionsPackTests",
      "path" : "Tests/SwiftExtensionsPackTests",
      "sources" : [
        "SwiftExtensionsPackTests.swift"
      ],
      "target_dependencies" : [
        "SwiftExtensionsPack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtensionsPack",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtensionsPack",
      "path" : "Sources/SwiftExtensionsPack",
      "product_dependencies" : [
        "SwiftRegularExpression",
        "Crypto",
        "Ed25519"
      ],
      "product_memberships" : [
        "SwiftExtensionsPack"
      ],
      "sources" : [
        "Array/SafeArray.swift",
        "Array/Sequence+Extensions.swift",
        "Codable/Codable+Extensions.swift",
        "Common/AnyValue.swift",
        "Common/Atomic.swift",
        "Common/CommonClasses.swift",
        "Common/CommonMethods.swift",
        "Common/ErrorCommon.swift",
        "Common/ObjectIdentifier.swift",
        "Common/Protocols.swift",
        "Common/Runtime.swift",
        "Common/SafeValue.swift",
        "Crypto/AES.swift",
        "Crypto/ByteArray+Bits.swift",
        "Crypto/Data+Extension.swift",
        "Crypto/Ed25519.swift",
        "Crypto/HexaDecimal.swift",
        "Crypto/Hmac.swift",
        "Crypto/RandomBytes.swift",
        "Crypto/SHA.swift",
        "Crypto/String+Extension.swift",
        "Date/Date+String.swift",
        "Date/DateCommon.swift",
        "Dictionary/Dictionary+JSON.swift",
        "Dictionary/DictionaryCommon.swift",
        "Dictionary/SafeDictionary.swift",
        "Double/Double.swift",
        "Float/Float.swift",
        "Net/HTTP.swift",
        "String/String+Chunks.swift",
        "String/String+Date.swift",
        "String/String+JSON.swift",
        "String/StringCommon.swift",
        "iOS/String/String+Crypto.swift",
        "iOS/String/String+Height.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.