Build Information
Successful build of SubVTData, reference 0.21.0 (04c8c6
), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 00:25:40 UTC.
Swift 6 data race errors: 6
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/helikon-labs/subvt-data-swift.git
Reference: 0.21.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/helikon-labs/subvt-data-swift
* tag 0.21.0 -> FETCH_HEAD
HEAD is now at 04c8c60 Set max message size for ws connections.
Cloned https://github.com/helikon-labs/subvt-data-swift.git
Revision (git rev-parse @):
04c8c600b3268673dc783ebf09181b20db38cb85
SUCCESS checkout https://github.com/helikon-labs/subvt-data-swift.git at 0.21.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/helikon-labs/subvt-data-swift.git
https://github.com/helikon-labs/subvt-data-swift.git
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.1",
"upper_bound" : "5.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "alamofirenetworkactivitylogger",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/konkab/AlamofireNetworkActivityLogger.git"
},
{
"identity" : "base58swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "2.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/keefertaylor/Base58Swift.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "blake2.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tesseract-one/Blake2.swift.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "4.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "0.16.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "swiftybeaver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
}
],
"manifest_display_name" : "SubVTData",
"name" : "SubVTData",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SubVTData",
"targets" : [
"SubVTData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SubVTDataTests",
"module_type" : "SwiftTarget",
"name" : "SubVTDataTests",
"path" : "Tests/SubVTDataTests",
"sources" : [
"AppServiceTests.swift",
"BaseTest.swift",
"ModelTests.swift",
"NetworkStatusServiceTests.swift",
"ReportServiceTests.swift",
"SS58Tests.swift",
"ValidatorDetailsServiceTests.swift",
"ValidatorListServiceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SubVTData"
],
"type" : "test"
},
{
"c99name" : "SubVTData",
"module_type" : "SwiftTarget",
"name" : "SubVTData",
"path" : "Sources/SubVTData",
"product_dependencies" : [
"Alamofire",
"AlamofireNetworkActivityLogger",
"Base58Swift",
"Blake2",
"BigInt",
"KeychainAccess",
"secp256k1",
"SwiftyBeaver"
],
"product_memberships" : [
"SubVTData"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Resources/data-env-example.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/Color.swift",
"Extensions/StringProtocol.swift",
"Identicon/Identicon.swift",
"Identicon/IdenticonScheme.swift",
"Model/API/APIError.swift",
"Model/API/RPC.swift",
"Model/App/Network.swift",
"Model/App/NetworkStatus.swift",
"Model/App/NotificationChannel.swift",
"Model/App/NotificationParamType.swift",
"Model/App/NotificationPeriodType.swift",
"Model/App/NotificationType.swift",
"Model/App/ParaVotesSummary.swift",
"Model/App/User.swift",
"Model/App/UserNotificationChannel.swift",
"Model/App/UserNotificationRule.swift",
"Model/App/UserValidator.swift",
"Model/App/ValidatorDetails.swift",
"Model/App/ValidatorSearchSummary.swift",
"Model/App/ValidatorSummary.swift",
"Model/OneKV/OneKVNominatorSummary.swift",
"Model/Report/EraReport.swift",
"Model/Report/EraValidatorReport.swift",
"Model/Report/MonthlyIncomeReport.swift",
"Model/Report/SessionValidatorReport.swift",
"Model/Report/ValidatorDetailsReport.swift",
"Model/Report/ValidatorEraPayoutReport.swift",
"Model/Report/ValidatorEraRewardReport.swift",
"Model/Report/ValidatorListReport.swift",
"Model/Report/ValidatorSummaryReport.swift",
"Model/Substrate/Account.swift",
"Model/Substrate/AccountId.swift",
"Model/Substrate/Balance.swift",
"Model/Substrate/BlockSummary.swift",
"Model/Substrate/Epoch.swift",
"Model/Substrate/Era.swift",
"Model/Substrate/HeartbeatEvent.swift",
"Model/Substrate/IdentityRegistration.swift",
"Model/Substrate/Nomination.swift",
"Model/Substrate/NominatorStake.swift",
"Model/Substrate/ParaCoreAssigment.swift",
"Model/Substrate/RewardDestination.swift",
"Model/Substrate/Stake.swift",
"Model/Substrate/ValidatorPreferences.swift",
"Model/Substrate/ValidatorStake.swift",
"Service/REST/AppService.swift",
"Service/REST/Auth/AuthInterceptor.swift",
"Service/REST/Auth/AuthStorage.swift",
"Service/REST/Base/BaseRESTService.swift",
"Service/REST/ReportService.swift",
"Service/SubVTData.swift",
"Service/WSPRC/NetworkStatusService.swift",
"Service/WSPRC/RPCSubscriptionService.swift",
"Service/WSPRC/ValidatorDetailsService.swift",
"Service/WSPRC/ValidatorListService.swift",
"Util/Logging.swift",
"Util/Settings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/21] Write sources
[8/21] Copying data-env-example.json
[9/21] Write swift-version-2F0A5646E1D333AE.txt
[10/21] Compiling CBlake2 blake2xb-ref.c
[11/21] Compiling CBlake2 blake2s-ref.c
[12/21] Compiling CBlake2 blake2b-ref.c
[13/21] Compiling CBlake2 blake2sp-ref.c
[14/21] Write sources
[15/21] Compiling CBlake2 blake2xs-ref.c
[16/21] Compiling CBlake2 blake2bp-ref.c
[17/21] Compiling Utility.c
[18/94] Compiling secp256k1.c
[19/98] Compiling precomputed_ecmult_gen.c
[20/98] Compiling precomputed_ecmult.c
[22/136] Emitting module BigInt
[23/138] Compiling secp256k1 ECDH.swift
[24/138] Compiling secp256k1 ECDSA.swift
[25/138] Compiling secp256k1 DH.swift
[26/138] Compiling secp256k1 Digest.swift
[27/138] Compiling secp256k1 SecureBytes.swift
[28/138] Compiling secp256k1 Signature.swift
[29/138] Compiling secp256k1 SafeCompare.swift
[30/138] Compiling secp256k1 Schnorr.swift
[31/138] Compiling secp256k1 EdDSA.swift
[32/138] Compiling secp256k1 Errors.swift
[33/138] Compiling secp256k1 Exports.swift
[34/138] Compiling secp256k1 HashDigest.swift
[35/138] Compiling BigInt Subtraction.swift
[36/138] Compiling BigInt Words and Bits.swift
[37/138] Emitting module Alamofire
[38/141] Compiling Blake2 DataPtr.swift
[39/141] Compiling Blake2 Blake2xs.swift
[40/141] Compiling secp256k1 PEMDocument.swift
[41/141] Compiling Alamofire URLRequest+Alamofire.swift
[42/141] Compiling Alamofire URLSessionConfiguration+Alamofire.swift
[43/141] Compiling Alamofire Validation.swift
[44/141] Compiling secp256k1 ArraySliceBigint.swift
[45/141] Compiling secp256k1 GeneralizedTime.swift
[46/141] Compiling secp256k1 ObjectIdentifier.swift
[47/141] Compiling secp256k1 ECDSASignature.swift
[52/145] Compiling secp256k1 ASN1Integer.swift
[53/145] Compiling secp256k1 ASN1Null.swift
[54/145] Compiling secp256k1 ASN1OctetString.swift
[55/145] Compiling secp256k1 ASN1Strings.swift
[56/145] Compiling Blake2 Blake2xb.swift
[57/145] Compiling Blake2 Blake2sp.swift
[58/145] Compiling Blake2 Blake2s.swift
[59/145] Compiling Blake2 Blake2b.swift
[60/145] Compiling Blake2 Blake2.swift
[61/145] Compiling Blake2 Blake2bp.swift
[62/145] Emitting module Blake2
[66/145] Compiling secp256k1 ASN1Boolean.swift
[67/145] Compiling secp256k1 ASN1Identifier.swift
[80/145] Compiling SwiftyBeaver Filter.swift
[81/145] Compiling SwiftyBeaver BaseDestination.swift
[82/145] Compiling SwiftyBeaver Extensions.swift
[83/145] Compiling SwiftyBeaver FilterValidator.swift
[84/145] Compiling SwiftyBeaver GoogleCloudDestination.swift
[85/145] Compiling SwiftyBeaver SwiftyBeaver.swift
[86/145] Compiling SwiftyBeaver FileDestination.swift
[95/145] Emitting module KeychainAccess
[96/145] Compiling KeychainAccess Keychain.swift
[97/145] Compiling SwiftyBeaver Base64.swift
[98/145] Emitting module SwiftyBeaver
[99/145] Compiling secp256k1 PrettyBytes.swift
[100/145] Compiling secp256k1 RNG_boring.swift
[101/145] Compiling secp256k1 Recovery.swift
[102/145] Compiling secp256k1 SHA256.swift
[103/145] Compiling SwiftyBeaver ConsoleDestination.swift
[106/145] Compiling secp256k1 Context.swift
[107/145] Compiling secp256k1 CryptoKitErrors.swift
[108/145] Emitting module secp256k1
[109/145] Compiling secp256k1 ASN1.swift
[110/145] Compiling secp256k1 ASN1Any.swift
[111/145] Compiling secp256k1 ASN1BitString.swift
[142/149] Compiling secp256k1 Tweak.swift
[143/149] Compiling secp256k1 Utility.swift
[144/149] Compiling secp256k1 Zeroization.swift
[145/149] Compiling secp256k1 secp256k1.swift
[146/149] Compiling AlamofireNetworkActivityLogger NetworkActivityLogger.swift
[147/149] Emitting module AlamofireNetworkActivityLogger
[148/149] Compiling Base58Swift Base58.swift
[149/149] Emitting module Base58Swift
[150/203] Emitting module SubVTData
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/NetworkStatusService.swift:4:14: warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Network status RPC pub/sub service.
3 | */
4 | public class NetworkStatusService: RPCSubscriptionService<NetworkStatusUpdate> {
| `- warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:34:14: warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
32 | Base class for RPC pub/sub services.
33 | */
34 | public class RPCSubscriptionService<T: Codable>: NSObject, ObservableObject, URLSessionWebSocketDelegate {
| `- warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | private let subscribeMethod: String
36 | private let unsubscribeMethod: String
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:39:17: warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
37 |
38 | private let url: URL
39 | private var task: URLSessionWebSocketTask? = nil
| `- warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
40 | private var pingTimer: Timer? = nil
41 |
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorDetailsService.swift:4:14: warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Validator details RPC pub/sub service.
3 | */
4 | public class ValidatorDetailsService: RPCSubscriptionService<ValidatorDetailsUpdate> {
| `- warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorListService.swift:4:14: warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Active/inactive validator list RPC pub/sub service.
3 | */
4 | public class ValidatorListService: RPCSubscriptionService<ValidatorListUpdate> {
| `- warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init(active: Bool) {
6 | super.init(
[151/208] Compiling SubVTData Stake.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
[152/208] Compiling SubVTData ValidatorPreferences.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
[153/208] Compiling SubVTData ValidatorStake.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
[154/208] Compiling SubVTData AppService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
[155/208] Compiling SubVTData AuthInterceptor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
[156/208] Compiling SubVTData AuthStorage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/REST/Auth/AuthStorage.swift:26:23: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
23 | Keychain authentication storage.
24 | */
25 | public class KeychainStorage: AuthStorage {
| `- note: class 'KeychainStorage' does not conform to the 'Sendable' protocol
26 | public static let shared: KeychainStorage = KeychainStorage()
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'KeychainStorage' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
27 | var privateKey: PrivateKey
28 | var publicKey: PublicKey
[157/208] Compiling SubVTData Account.swift
[158/208] Compiling SubVTData AccountId.swift
[159/208] Compiling SubVTData Balance.swift
[160/208] Compiling SubVTData BlockSummary.swift
[161/208] Compiling SubVTData Epoch.swift
[162/208] Compiling SubVTData Era.swift
[163/208] Compiling SubVTData HeartbeatEvent.swift
[164/208] Compiling SubVTData IdentityRegistration.swift
[165/208] Compiling SubVTData Nomination.swift
[166/208] Compiling SubVTData NominatorStake.swift
[167/208] Compiling SubVTData ParaCoreAssigment.swift
[168/208] Compiling SubVTData RewardDestination.swift
[169/208] Compiling SubVTData SessionValidatorReport.swift
[170/208] Compiling SubVTData ValidatorDetailsReport.swift
[171/208] Compiling SubVTData ValidatorEraPayoutReport.swift
[172/208] Compiling SubVTData ValidatorEraRewardReport.swift
[173/208] Compiling SubVTData ValidatorListReport.swift
[174/208] Compiling SubVTData ValidatorSummaryReport.swift
[175/208] Compiling SubVTData ValidatorDetailsService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorDetailsService.swift:4:14: warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Validator details RPC pub/sub service.
3 | */
4 | public class ValidatorDetailsService: RPCSubscriptionService<ValidatorDetailsUpdate> {
| `- warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorListService.swift:4:14: warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Active/inactive validator list RPC pub/sub service.
3 | */
4 | public class ValidatorListService: RPCSubscriptionService<ValidatorListUpdate> {
| `- warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init(active: Bool) {
6 | super.init(
[176/208] Compiling SubVTData ValidatorListService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorDetailsService.swift:4:14: warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Validator details RPC pub/sub service.
3 | */
4 | public class ValidatorDetailsService: RPCSubscriptionService<ValidatorDetailsUpdate> {
| `- warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorListService.swift:4:14: warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Active/inactive validator list RPC pub/sub service.
3 | */
4 | public class ValidatorListService: RPCSubscriptionService<ValidatorListUpdate> {
| `- warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init(active: Bool) {
6 | super.init(
[177/208] Compiling SubVTData Logging.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorDetailsService.swift:4:14: warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Validator details RPC pub/sub service.
3 | */
4 | public class ValidatorDetailsService: RPCSubscriptionService<ValidatorDetailsUpdate> {
| `- warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorListService.swift:4:14: warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Active/inactive validator list RPC pub/sub service.
3 | */
4 | public class ValidatorListService: RPCSubscriptionService<ValidatorListUpdate> {
| `- warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init(active: Bool) {
6 | super.init(
[178/208] Compiling SubVTData Settings.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorDetailsService.swift:4:14: warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Validator details RPC pub/sub service.
3 | */
4 | public class ValidatorDetailsService: RPCSubscriptionService<ValidatorDetailsUpdate> {
| `- warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorListService.swift:4:14: warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Active/inactive validator list RPC pub/sub service.
3 | */
4 | public class ValidatorListService: RPCSubscriptionService<ValidatorListUpdate> {
| `- warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init(active: Bool) {
6 | super.init(
[179/208] Compiling SubVTData resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorDetailsService.swift:4:14: warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Validator details RPC pub/sub service.
3 | */
4 | public class ValidatorDetailsService: RPCSubscriptionService<ValidatorDetailsUpdate> {
| `- warning: non-final class 'ValidatorDetailsService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/ValidatorListService.swift:4:14: warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Active/inactive validator list RPC pub/sub service.
3 | */
4 | public class ValidatorListService: RPCSubscriptionService<ValidatorListUpdate> {
| `- warning: non-final class 'ValidatorListService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init(active: Bool) {
6 | super.init(
[180/208] Compiling SubVTData ParaVotesSummary.swift
[181/208] Compiling SubVTData User.swift
[182/208] Compiling SubVTData UserNotificationChannel.swift
[183/208] Compiling SubVTData UserNotificationRule.swift
[184/208] Compiling SubVTData UserValidator.swift
[185/208] Compiling SubVTData ValidatorDetails.swift
[186/208] Compiling SubVTData BaseRESTService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/NetworkStatusService.swift:4:14: warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Network status RPC pub/sub service.
3 | */
4 | public class NetworkStatusService: RPCSubscriptionService<NetworkStatusUpdate> {
| `- warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:34:14: warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
32 | Base class for RPC pub/sub services.
33 | */
34 | public class RPCSubscriptionService<T: Codable>: NSObject, ObservableObject, URLSessionWebSocketDelegate {
| `- warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | private let subscribeMethod: String
36 | private let unsubscribeMethod: String
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:39:17: warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
37 |
38 | private let url: URL
39 | private var task: URLSessionWebSocketTask? = nil
| `- warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
40 | private var pingTimer: Timer? = nil
41 |
[187/208] Compiling SubVTData ReportService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/NetworkStatusService.swift:4:14: warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Network status RPC pub/sub service.
3 | */
4 | public class NetworkStatusService: RPCSubscriptionService<NetworkStatusUpdate> {
| `- warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:34:14: warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
32 | Base class for RPC pub/sub services.
33 | */
34 | public class RPCSubscriptionService<T: Codable>: NSObject, ObservableObject, URLSessionWebSocketDelegate {
| `- warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | private let subscribeMethod: String
36 | private let unsubscribeMethod: String
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:39:17: warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
37 |
38 | private let url: URL
39 | private var task: URLSessionWebSocketTask? = nil
| `- warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
40 | private var pingTimer: Timer? = nil
41 |
[188/208] Compiling SubVTData SubVTData.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/NetworkStatusService.swift:4:14: warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Network status RPC pub/sub service.
3 | */
4 | public class NetworkStatusService: RPCSubscriptionService<NetworkStatusUpdate> {
| `- warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:34:14: warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
32 | Base class for RPC pub/sub services.
33 | */
34 | public class RPCSubscriptionService<T: Codable>: NSObject, ObservableObject, URLSessionWebSocketDelegate {
| `- warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | private let subscribeMethod: String
36 | private let unsubscribeMethod: String
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:39:17: warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
37 |
38 | private let url: URL
39 | private var task: URLSessionWebSocketTask? = nil
| `- warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
40 | private var pingTimer: Timer? = nil
41 |
[189/208] Compiling SubVTData NetworkStatusService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/NetworkStatusService.swift:4:14: warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Network status RPC pub/sub service.
3 | */
4 | public class NetworkStatusService: RPCSubscriptionService<NetworkStatusUpdate> {
| `- warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:34:14: warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
32 | Base class for RPC pub/sub services.
33 | */
34 | public class RPCSubscriptionService<T: Codable>: NSObject, ObservableObject, URLSessionWebSocketDelegate {
| `- warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | private let subscribeMethod: String
36 | private let unsubscribeMethod: String
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:39:17: warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
37 |
38 | private let url: URL
39 | private var task: URLSessionWebSocketTask? = nil
| `- warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
40 | private var pingTimer: Timer? = nil
41 |
[190/208] Compiling SubVTData RPCSubscriptionService.swift
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/NetworkStatusService.swift:4:14: warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
2 | Network status RPC pub/sub service.
3 | */
4 | public class NetworkStatusService: RPCSubscriptionService<NetworkStatusUpdate> {
| `- warning: non-final class 'NetworkStatusService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
5 | public init() {
6 | super.init(
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:34:14: warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
32 | Base class for RPC pub/sub services.
33 | */
34 | public class RPCSubscriptionService<T: Codable>: NSObject, ObservableObject, URLSessionWebSocketDelegate {
| `- warning: non-final class 'RPCSubscriptionService' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
35 | private let subscribeMethod: String
36 | private let unsubscribeMethod: String
/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Service/WSPRC/RPCSubscriptionService.swift:39:17: warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
37 |
38 | private let url: URL
39 | private var task: URLSessionWebSocketTask? = nil
| `- warning: stored property 'task' of 'Sendable'-conforming generic class 'RPCSubscriptionService' is mutable; this is an error in the Swift 6 language mode
40 | private var pingTimer: Timer? = nil
41 |
[191/208] Compiling SubVTData ValidatorSearchSummary.swift
[192/208] Compiling SubVTData ValidatorSummary.swift
[193/208] Compiling SubVTData OneKVNominatorSummary.swift
[194/208] Compiling SubVTData EraReport.swift
[195/208] Compiling SubVTData EraValidatorReport.swift
[196/208] Compiling SubVTData MonthlyIncomeReport.swift
[197/208] Compiling SubVTData Color.swift
[198/208] Compiling SubVTData StringProtocol.swift
[199/208] Compiling SubVTData Identicon.swift
[200/208] Compiling SubVTData IdenticonScheme.swift
[201/208] Compiling SubVTData APIError.swift
[202/208] Compiling SubVTData RPC.swift
[203/208] Compiling SubVTData Network.swift
[204/208] Compiling SubVTData NetworkStatus.swift
[205/208] Compiling SubVTData NotificationChannel.swift
[206/208] Compiling SubVTData NotificationParamType.swift
[207/208] Compiling SubVTData NotificationPeriodType.swift
[208/208] Compiling SubVTData NotificationType.swift
Build complete! (39.56s)
Fetching https://github.com/tesseract-one/Blake2.swift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/konkab/AlamofireNetworkActivityLogger.git
Fetching https://github.com/SwiftyBeaver/SwiftyBeaver.git
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/keefertaylor/Base58Swift.git
[1/320] Fetching alamofirenetworkactivitylogger
[267/5091] Fetching alamofirenetworkactivitylogger, bigint
[268/5625] Fetching alamofirenetworkactivitylogger, bigint, base58swift
[370/5766] Fetching alamofirenetworkactivitylogger, bigint, base58swift, blake2.swift
[489/9818] Fetching alamofirenetworkactivitylogger, bigint, base58swift, blake2.swift, swiftybeaver
[793/14204] Fetching alamofirenetworkactivitylogger, bigint, base58swift, blake2.swift, swiftybeaver, keychainaccess
[1418/18951] Fetching alamofirenetworkactivitylogger, bigint, base58swift, blake2.swift, swiftybeaver, keychainaccess, secp256k1.swift
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (1.19s)
[12550/14204] Fetching alamofirenetworkactivitylogger, bigint, base58swift, blake2.swift, swiftybeaver, keychainaccess
Fetching https://github.com/Alamofire/Alamofire.git
Fetched https://github.com/konkab/AlamofireNetworkActivityLogger.git from cache (1.25s)
[13260/13884] Fetching bigint, base58swift, blake2.swift, swiftybeaver, keychainaccess
Fetched https://github.com/attaswift/BigInt.git from cache (1.31s)
[8752/9113] Fetching base58swift, blake2.swift, swiftybeaver, keychainaccess
Fetched https://github.com/SwiftyBeaver/SwiftyBeaver.git from cache (1.38s)
Fetched https://github.com/tesseract-one/Blake2.swift.git from cache (1.38s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (1.38s)
Fetched https://github.com/keefertaylor/Base58Swift.git from cache (1.38s)
[1/30137] Fetching alamofire
Fetched https://github.com/Alamofire/Alamofire.git from cache (3.53s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.15.0 (5.26s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.62s)
Computing version for https://github.com/tesseract-one/Blake2.swift.git
Computed https://github.com/tesseract-one/Blake2.swift.git at 0.2.0 (0.58s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.3.0 (0.57s)
Computing version for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Computed https://github.com/konkab/AlamofireNetworkActivityLogger.git at 3.4.0 (0.58s)
Computing version for https://github.com/Alamofire/Alamofire.git
warning: 'alamofire': /Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
Computed https://github.com/Alamofire/Alamofire.git at 5.8.1 (0.50s)
Computing version for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Computed https://github.com/SwiftyBeaver/SwiftyBeaver.git at 2.1.1 (0.58s)
Computing version for https://github.com/keefertaylor/Base58Swift.git
Computed https://github.com/keefertaylor/Base58Swift.git at 2.1.14 (0.59s)
Creating working copy for https://github.com/keefertaylor/Base58Swift.git
Working copy of https://github.com/keefertaylor/Base58Swift.git resolved at 2.1.14
Creating working copy for https://github.com/konkab/AlamofireNetworkActivityLogger.git
Working copy of https://github.com/konkab/AlamofireNetworkActivityLogger.git resolved at 3.4.0
Creating working copy for https://github.com/tesseract-one/Blake2.swift.git
Working copy of https://github.com/tesseract-one/Blake2.swift.git resolved at 0.2.0
Creating working copy for https://github.com/Alamofire/Alamofire.git
Working copy of https://github.com/Alamofire/Alamofire.git resolved at 5.8.1
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.3.0
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.15.0
Creating working copy for https://github.com/SwiftyBeaver/SwiftyBeaver.git
Working copy of https://github.com/SwiftyBeaver/SwiftyBeaver.git resolved at 2.1.1
warning: 'alamofire': /Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:30:41: warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
28 | let package = Package(name: "Alamofire",
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
| `- warning: 'v11' is deprecated: iOS 12.0 is the oldest supported version
31 | .tvOS(.v11),
32 | .watchOS(.v4)],
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Alamofire/Package.swift:31:42: warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
29 | platforms: [.macOS(.v10_13),
30 | .iOS(.v11),
31 | .tvOS(.v11),
| `- warning: 'v11' is deprecated: tvOS 12.0 is the oldest supported version
32 | .watchOS(.v4)],
33 | products: [.library(name: "Alamofire",
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Build complete.
{
"dependencies" : [
{
"identity" : "alamofire",
"requirement" : {
"range" : [
{
"lower_bound" : "5.8.1",
"upper_bound" : "5.9.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Alamofire/Alamofire.git"
},
{
"identity" : "alamofirenetworkactivitylogger",
"requirement" : {
"range" : [
{
"lower_bound" : "3.4.0",
"upper_bound" : "3.5.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/konkab/AlamofireNetworkActivityLogger.git"
},
{
"identity" : "base58swift",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.7",
"upper_bound" : "2.2.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/keefertaylor/Base58Swift.git"
},
{
"identity" : "bigint",
"requirement" : {
"range" : [
{
"lower_bound" : "5.3.0",
"upper_bound" : "5.4.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/attaswift/BigInt.git"
},
{
"identity" : "blake2.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.2.0",
"upper_bound" : "0.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/tesseract-one/Blake2.swift.git"
},
{
"identity" : "keychainaccess",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.2",
"upper_bound" : "4.3.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "0.15.0",
"upper_bound" : "0.16.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
},
{
"identity" : "swiftybeaver",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/SwiftyBeaver/SwiftyBeaver.git"
}
],
"manifest_display_name" : "SubVTData",
"name" : "SubVTData",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "SubVTData",
"targets" : [
"SubVTData"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SubVTDataTests",
"module_type" : "SwiftTarget",
"name" : "SubVTDataTests",
"path" : "Tests/SubVTDataTests",
"sources" : [
"AppServiceTests.swift",
"BaseTest.swift",
"ModelTests.swift",
"NetworkStatusServiceTests.swift",
"ReportServiceTests.swift",
"SS58Tests.swift",
"ValidatorDetailsServiceTests.swift",
"ValidatorListServiceTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SubVTData"
],
"type" : "test"
},
{
"c99name" : "SubVTData",
"module_type" : "SwiftTarget",
"name" : "SubVTData",
"path" : "Sources/SubVTData",
"product_dependencies" : [
"Alamofire",
"AlamofireNetworkActivityLogger",
"Base58Swift",
"Blake2",
"BigInt",
"KeychainAccess",
"secp256k1",
"SwiftyBeaver"
],
"product_memberships" : [
"SubVTData"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SubVTData/Resources/data-env-example.json",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Extensions/Color.swift",
"Extensions/StringProtocol.swift",
"Identicon/Identicon.swift",
"Identicon/IdenticonScheme.swift",
"Model/API/APIError.swift",
"Model/API/RPC.swift",
"Model/App/Network.swift",
"Model/App/NetworkStatus.swift",
"Model/App/NotificationChannel.swift",
"Model/App/NotificationParamType.swift",
"Model/App/NotificationPeriodType.swift",
"Model/App/NotificationType.swift",
"Model/App/ParaVotesSummary.swift",
"Model/App/User.swift",
"Model/App/UserNotificationChannel.swift",
"Model/App/UserNotificationRule.swift",
"Model/App/UserValidator.swift",
"Model/App/ValidatorDetails.swift",
"Model/App/ValidatorSearchSummary.swift",
"Model/App/ValidatorSummary.swift",
"Model/OneKV/OneKVNominatorSummary.swift",
"Model/Report/EraReport.swift",
"Model/Report/EraValidatorReport.swift",
"Model/Report/MonthlyIncomeReport.swift",
"Model/Report/SessionValidatorReport.swift",
"Model/Report/ValidatorDetailsReport.swift",
"Model/Report/ValidatorEraPayoutReport.swift",
"Model/Report/ValidatorEraRewardReport.swift",
"Model/Report/ValidatorListReport.swift",
"Model/Report/ValidatorSummaryReport.swift",
"Model/Substrate/Account.swift",
"Model/Substrate/AccountId.swift",
"Model/Substrate/Balance.swift",
"Model/Substrate/BlockSummary.swift",
"Model/Substrate/Epoch.swift",
"Model/Substrate/Era.swift",
"Model/Substrate/HeartbeatEvent.swift",
"Model/Substrate/IdentityRegistration.swift",
"Model/Substrate/Nomination.swift",
"Model/Substrate/NominatorStake.swift",
"Model/Substrate/ParaCoreAssigment.swift",
"Model/Substrate/RewardDestination.swift",
"Model/Substrate/Stake.swift",
"Model/Substrate/ValidatorPreferences.swift",
"Model/Substrate/ValidatorStake.swift",
"Service/REST/AppService.swift",
"Service/REST/Auth/AuthInterceptor.swift",
"Service/REST/Auth/AuthStorage.swift",
"Service/REST/Base/BaseRESTService.swift",
"Service/REST/ReportService.swift",
"Service/SubVTData.swift",
"Service/WSPRC/NetworkStatusService.swift",
"Service/WSPRC/RPCSubscriptionService.swift",
"Service/WSPRC/ValidatorDetailsService.swift",
"Service/WSPRC/ValidatorListService.swift",
"Util/Logging.swift",
"Util/Settings.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
warning: 'spi-builder-workspace': Invalid Resource 'Resources/data-env.json': File not found.
Done.