Build Information
Successful build of SwiftExtensionsPack, reference master (d39eb9
), with Swift 6.0 for macOS (SPM) on 31 May 2025 20:23:40 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.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nerzh/swift-extensions-pack.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nerzh/swift-extensions-pack
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
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 key_exchange.c
[5/14] Compiling CEd25519 verify.c
[5/14] Compiling CEd25519 keypair.c
[5/14] Compiling CEd25519 add_scalar.c
[5/14] Compiling CEd25519 sign.c
[9/14] Compiling CEd25519 sha512.c
[10/14] Compiling CEd25519 sc.c
[11/14] Compiling CEd25519 ge.c
[12/14] Compiling CEd25519 fe.c
[13/14] Compiling CEd25519 seed.c
[15/22] Compiling Ed25519 Seed.swift
[16/22] Compiling Ed25519 PublicKey.swift
[17/22] Compiling Ed25519 PrivateKey.swift
[18/22] Compiling Ed25519 Error.swift
[19/22] Compiling Ed25519 KeyPair.swift
[20/22] Emitting module Ed25519
[21/22] Compiling SwiftRegularExpression String+Regexp.swift
[22/22] Emitting module SwiftRegularExpression
[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 String+Chunks.swift
[25/58] Compiling SwiftExtensionsPack String+Date.swift
[26/58] Compiling SwiftExtensionsPack String+JSON.swift
[27/58] Compiling SwiftExtensionsPack Dictionary+JSON.swift
[28/58] Compiling SwiftExtensionsPack DictionaryCommon.swift
[29/58] Compiling SwiftExtensionsPack SafeDictionary.swift
[30/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 {
[31/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 {
[32/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 {
[33/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 {
[34/58] Compiling SwiftExtensionsPack String+Extension.swift
[35/58] Compiling SwiftExtensionsPack Date+String.swift
[36/58] Compiling SwiftExtensionsPack DateCommon.swift
[37/58] Compiling SwiftExtensionsPack ObjectIdentifier.swift
[38/58] Compiling SwiftExtensionsPack Protocols.swift
[39/58] Compiling SwiftExtensionsPack Runtime.swift
[40/58] Compiling SwiftExtensionsPack SafeValue.swift
[41/58] Compiling SwiftExtensionsPack Double.swift
[42/58] Compiling SwiftExtensionsPack Float.swift
[43/58] Compiling SwiftExtensionsPack HTTP.swift
[44/58] Compiling SwiftExtensionsPack SafeArray.swift
[45/58] Compiling SwiftExtensionsPack Sequence+Extensions.swift
[46/58] Compiling SwiftExtensionsPack Codable+Extensions.swift
[47/58] Compiling SwiftExtensionsPack AnyValue.swift
[48/58] Compiling SwiftExtensionsPack StringCommon.swift
[49/58] Compiling SwiftExtensionsPack String+Crypto.swift
[50/58] Compiling SwiftExtensionsPack String+Height.swift
[51/58] Compiling SwiftExtensionsPack HexaDecimal.swift
[52/58] Compiling SwiftExtensionsPack Hmac.swift
[53/58] Compiling SwiftExtensionsPack RandomBytes.swift
[54/58] Compiling SwiftExtensionsPack SHA.swift
[55/58] Compiling SwiftExtensionsPack AES.swift
[56/58] Compiling SwiftExtensionsPack ByteArray+Bits.swift
[57/58] Compiling SwiftExtensionsPack Data+Extension.swift
[58/58] Compiling SwiftExtensionsPack Ed25519.swift
Build complete! (18.84s)
Fetching https://github.com/bytehubio/ed25519
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/nerzh/swift-regular-expression
[1/179] Fetching ed25519
[39/240] Fetching ed25519, swift-regular-expression
[241/14176] Fetching ed25519, swift-regular-expression, swift-crypto
Fetched https://github.com/bytehubio/ed25519 from cache (1.61s)
Fetched https://github.com/apple/swift-crypto from cache (1.61s)
Fetched https://github.com/nerzh/swift-regular-expression from cache (1.61s)
Computing version for https://github.com/bytehubio/ed25519
Computed https://github.com/bytehubio/ed25519 at 1.0.0 (0.46s)
Computing version for https://github.com/nerzh/swift-regular-expression
Computed https://github.com/nerzh/swift-regular-expression at 0.2.4 (3.21s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.21s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (1.01s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.55s)
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
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
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.