The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftExtensionsPack, reference 2.2.7 (0c9b81), with Swift 6.0 for macOS (SPM) on 2 May 2026 05:19:29 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.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-extensions-pack.git
Reference: 2.2.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-extensions-pack
 * tag               2.2.7      -> FETCH_HEAD
HEAD is now at 0c9b811 try fix round  for android
Cloned https://github.com/nerzh/swift-extensions-pack.git
Revision (git rev-parse @):
0c9b811dabede27030aef01c1b8e9a94f8ebae25
SUCCESS checkout https://github.com/nerzh/swift-extensions-pack.git at 2.2.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nerzh/swift-extensions-pack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[3/14] Write swift-version-5BDAB9E9C0126B9D.txt
[4/14] Compiling CEd25519 keypair.c
[4/14] Compiling CEd25519 add_scalar.c
[5/14] Compiling CEd25519 sign.c
[5/14] Compiling CEd25519 verify.c
[5/14] Compiling CEd25519 key_exchange.c
[9/14] Compiling CEd25519 ge.c
[10/14] Compiling CEd25519 sc.c
[11/14] Compiling CEd25519 fe.c
[12/14] Compiling CEd25519 sha512.c
[13/14] Compiling CEd25519 seed.c
[15/22] Compiling Ed25519 Seed.swift
[16/22] Compiling Ed25519 Error.swift
[17/22] Compiling Ed25519 PrivateKey.swift
[18/22] Compiling Ed25519 PublicKey.swift
[19/22] Emitting module Ed25519
[20/22] Compiling Ed25519 KeyPair.swift
[21/22] Emitting module SwiftRegularExpression
[22/22] Compiling SwiftRegularExpression String+Regexp.swift
[23/56] 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 https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
34 |     var localizedDescription: String { self.description }
35 |
[24/59] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[25/59] Compiling SwiftExtensionsPack DictionaryCommon.swift
[26/59] Compiling SwiftExtensionsPack SafeDictionary.swift
[27/59] Compiling SwiftExtensionsPack Limiter.swift
[28/59] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[29/59] Compiling SwiftExtensionsPack Protocols.swift
[30/59] Compiling SwiftExtensionsPack Runtime.swift
[31/59] Compiling SwiftExtensionsPack StringCommon.swift
[32/59] Compiling SwiftExtensionsPack String+Crypto.swift
[33/59] Compiling SwiftExtensionsPack String+Height.swift
[34/59] 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 https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
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 {
[35/59] 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 https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
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 {
[36/59] 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 https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
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 {
[37/59] 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 https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
31 |     var recoverySuggestion: String? { self.description }
32 |     var helpAnchor: String? { self.description }
33 |     #warning("if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221")
   |              `- warning: if localizedDescription not defined we have sigterm for linux https://github.com/swiftlang/swift-corelibs-foundation/issues/5221
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 {
[38/59] Compiling SwiftExtensionsPack Double.swift
[39/59] Compiling SwiftExtensionsPack Float.swift
[40/59] Compiling SwiftExtensionsPack HTTP.swift
[41/59] Compiling SwiftExtensionsPack SafeArray.swift
[42/59] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[43/59] Compiling SwiftExtensionsPack Codable+Extensions.swift
[44/59] Compiling SwiftExtensionsPack AnyValue.swift
[45/59] Compiling SwiftExtensionsPack SHA.swift
[46/59] Compiling SwiftExtensionsPack String+Extension.swift
[47/59] Compiling SwiftExtensionsPack Date+String.swift
[48/59] Compiling SwiftExtensionsPack DateCommon.swift
[49/59] Compiling SwiftExtensionsPack SafeValue.swift
[50/59] Compiling SwiftExtensionsPack AES.swift
[51/59] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[52/59] Compiling SwiftExtensionsPack Data+Extension.swift
[53/59] Compiling SwiftExtensionsPack String+Chunks.swift
[54/59] Compiling SwiftExtensionsPack String+Date.swift
[55/59] Compiling SwiftExtensionsPack String+JSON.swift
[56/59] Compiling SwiftExtensionsPack Ed25519.swift
[57/59] Compiling SwiftExtensionsPack HexaDecimal.swift
[58/59] Compiling SwiftExtensionsPack Hmac.swift
[59/59] Compiling SwiftExtensionsPack RandomBytes.swift
Build complete! (20.57s)
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/nerzh/swift-regular-expression
[1/61] Fetching swift-regular-expression
[28/240] Fetching swift-regular-expression, ed25519
[238/17697] Fetching swift-regular-expression, ed25519, swift-crypto
Fetched https://github.com/nerzh/swift-regular-expression from cache (2.38s)
Fetched https://github.com/bytehubio/ed25519 from cache (2.38s)
Fetched https://github.com/apple/swift-crypto from cache (2.38s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (0.45s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (2.80s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.3.1 (2.98s)
Fetching https://github.com/apple/swift-asn1.git
[1/1813] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.6.0 (0.58s)
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/nerzh/swift-regular-expression
Working copy of https://github.com/nerzh/swift-regular-expression resolved at 0.2.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.6.0
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 4.3.1
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" : "4.0.0",
            "upper_bound" : "5.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/Limiter.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.