Build Information
Successful build of SwiftExtensionsPack, reference 2.2.7 (0c9b81), with Swift 6.2 for macOS (SPM) on 2 May 2026 05:20:51 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build 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.2
Building package at path: $PWD
https://github.com/nerzh/swift-extensions-pack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/14] Write sources
[3/14] Write swift-version--3CB7CFEC50E0D141.txt
[4/14] Compiling CEd25519 key_exchange.c
[5/14] Compiling CEd25519 add_scalar.c
[6/14] Compiling CEd25519 sc.c
[7/14] Compiling CEd25519 seed.c
[8/14] Compiling CEd25519 sign.c
[9/14] Compiling CEd25519 verify.c
[10/14] Compiling CEd25519 ge.c
[11/14] Compiling CEd25519 sha512.c
[12/16] Compiling CEd25519 keypair.c
[13/16] Compiling CEd25519 fe.c
[15/22] Compiling Ed25519 PrivateKey.swift
[16/22] Compiling Ed25519 Seed.swift
[17/22] Compiling Ed25519 PublicKey.swift
[18/22] Emitting module Ed25519
[19/22] Compiling Ed25519 Error.swift
[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/56] Compiling SwiftExtensionsPack Limiter.swift
[25/56] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[26/56] Compiling SwiftExtensionsPack Protocols.swift
[27/56] Compiling SwiftExtensionsPack Runtime.swift
[28/59] Compiling SwiftExtensionsPack Double.swift
[29/59] Compiling SwiftExtensionsPack Float.swift
[30/59] Compiling SwiftExtensionsPack HTTP.swift
[31/59] Compiling SwiftExtensionsPack SafeArray.swift
[32/59] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[33/59] Compiling SwiftExtensionsPack Codable+Extensions.swift
[34/59] Compiling SwiftExtensionsPack AnyValue.swift
[35/59] Compiling SwiftExtensionsPack StringCommon.swift
[36/59] Compiling SwiftExtensionsPack String+Crypto.swift
[37/59] Compiling SwiftExtensionsPack String+Height.swift
[38/59] Compiling SwiftExtensionsPack SHA.swift
[39/59] Compiling SwiftExtensionsPack String+Extension.swift
[40/59] Compiling SwiftExtensionsPack Date+String.swift
[41/59] Compiling SwiftExtensionsPack DateCommon.swift
[42/59] Compiling SwiftExtensionsPack String+Chunks.swift
[43/59] Compiling SwiftExtensionsPack String+Date.swift
[44/59] Compiling SwiftExtensionsPack String+JSON.swift
[45/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 {
[46/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 {
[47/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 {
[48/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 {
[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 Dictionary+JSON.swift
[54/59] Compiling SwiftExtensionsPack DictionaryCommon.swift
[55/59] Compiling SwiftExtensionsPack SafeDictionary.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! (21.01s)
Fetching https://github.com/nerzh/swift-regular-expression
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/apple/swift-crypto
[1/179] Fetching ed25519
[39/240] Fetching ed25519, swift-regular-expression
[241/17697] Fetching ed25519, swift-regular-expression, swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (3.59s)
Fetched https://github.com/bytehubio/ed25519 from cache (3.59s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (3.59s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (4.19s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (2.81s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 4.5.0 (2.49s)
Fetching https://github.com/apple/swift-asn1.git
[1/1813] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.91s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.7.0 (1.60s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.7.0
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 4.5.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
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.