This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of AllocData with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 19

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[42/77] Compiling AllocData MAccount+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Strategy/MStrategy+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MStrategy: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The identifier of the strategy."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the strategy."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Allocation/MAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The strategy associated with this allocation."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Account/MAccount+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAccount: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID,
23 |                        .string,
/Users/admin/builder/spi-builder-workspace/Sources/Model/Security/MSecurity+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSecurity: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The symbol/securityID of the security."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: false, isKey: false, "The asset class of the security."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[43/77] Compiling AllocData MAccount+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Strategy/MStrategy+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MStrategy: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The identifier of the strategy."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the strategy."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Allocation/MAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The strategy associated with this allocation."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Account/MAccount+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAccount: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID,
23 |                        .string,
/Users/admin/builder/spi-builder-workspace/Sources/Model/Security/MSecurity+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSecurity: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The symbol/securityID of the security."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: false, isKey: false, "The asset class of the security."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[44/77] Compiling AllocData MAccount.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Strategy/MStrategy+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MStrategy: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The identifier of the strategy."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the strategy."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Allocation/MAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The strategy associated with this allocation."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Account/MAccount+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAccount: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID,
23 |                        .string,
/Users/admin/builder/spi-builder-workspace/Sources/Model/Security/MSecurity+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSecurity: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The symbol/securityID of the security."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: false, isKey: false, "The asset class of the security."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[45/77] Compiling AllocData MAllocation+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Strategy/MStrategy+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MStrategy: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The identifier of the strategy."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the strategy."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Allocation/MAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The strategy associated with this allocation."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Account/MAccount+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAccount: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID,
23 |                        .string,
/Users/admin/builder/spi-builder-workspace/Sources/Model/Security/MSecurity+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSecurity: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The symbol/securityID of the security."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: false, isKey: false, "The asset class of the security."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[46/77] Compiling AllocData MAllocation+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Strategy/MStrategy+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MStrategy: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The identifier of the strategy."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the strategy."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Allocation/MAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The strategy associated with this allocation."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Account/MAccount+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAccount: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID,
23 |                        .string,
/Users/admin/builder/spi-builder-workspace/Sources/Model/Security/MSecurity+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSecurity: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The symbol/securityID of the security."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: false, isKey: false, "The asset class of the security."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[47/77] Compiling AllocData MAllocation+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Strategy/MStrategy+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MStrategy: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The identifier of the strategy."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the strategy."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Allocation/MAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.strategyID, .string, isRequired: true, isKey: true, "The strategy associated with this allocation."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Account/MAccount+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAccount: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID,
23 |                        .string,
/Users/admin/builder/spi-builder-workspace/Sources/Model/Security/MSecurity+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSecurity: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The symbol/securityID of the security."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: false, isKey: false, "The asset class of the security."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Sale/MRebalanceSale+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceSale: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalancePurchase: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to host the position."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the position to acquire."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Position/MValuationPosition+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationPosition: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The valuation snapshot ID for the position."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationCashflow: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The timestamp when this flow occurred."),
23 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the flow occurred."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Source/Meta/MSourceMeta+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MSourceMeta: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.sourceMetaID, .string, isRequired: true, isKey: true, "The unique ID of the source meta record."),
23 |         AllocAttribute(CodingKeys.url, .string, isRequired: false, isKey: false, "The source URL, if any."),
[48/77] Compiling AllocData MAllocation.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[49/77] Compiling AllocData MAsset+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[50/77] Compiling AllocData MAsset+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[51/77] Compiling AllocData MAsset+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[52/77] Compiling AllocData MAsset.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[53/77] Compiling AllocData MCap+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[54/77] Compiling AllocData MCap+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[55/77] Compiling AllocData MCap+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Asset/MAsset+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MAsset: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The identifier of the asset. (e.g., 'Bond')"),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the asset."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Cap/MCap+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MCap: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account in which the limit will be imposed."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset in which the limit will be imposed."),
[56/77] Compiling AllocData MCap.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[57/77] Compiling AllocData MHolding+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[58/77] Compiling AllocData MHolding+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[59/77] Compiling AllocData MHolding+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[60/77] Compiling AllocData MHolding.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[61/77] Compiling AllocData MRebalanceAllocation+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[62/77] Compiling AllocData MRebalanceAllocation+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[63/77] Compiling AllocData MRebalanceAllocation+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Holding/MHolding+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MHolding: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account hosting the position."),
23 |         AllocAttribute(CodingKeys.securityID, .string, isRequired: true, isKey: true, "The security of the position."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MRebalanceAllocation: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.accountID, .string, isRequired: true, isKey: true, "The account to which the asset is allocated."),
23 |         AllocAttribute(CodingKeys.assetID, .string, isRequired: true, isKey: true, "The asset class of the allocation."),
[64/77] Compiling AllocData MTracker+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[65/77] Compiling AllocData MTracker+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[66/77] Compiling AllocData MTracker+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[67/77] Compiling AllocData MTracker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[68/77] Compiling AllocData MTransaction+Action.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[69/77] Compiling AllocData MTransaction+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[70/77] Compiling AllocData MTransaction+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Tracker/MTracker+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTracker: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.trackerID, .string, isRequired: true, isKey: true, "The identifier of the tracking index."),
23 |         AllocAttribute(CodingKeys.title, .string, isRequired: false, isKey: false, "The title of the tracking index."),
/Users/admin/builder/spi-builder-workspace/Sources/Model/Transaction/MTransaction+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MTransaction: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.action, .string, isRequired: true, isKey: true, "The type of transaction."),
23 |         AllocAttribute(CodingKeys.transactedAt, .date, isRequired: true, isKey: true, "The date of the transaction."),
[71/77] Compiling AllocData MValuationPosition+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
[72/77] Compiling AllocData MValuationPosition+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
[73/77] Compiling AllocData MValuationPosition.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
[74/77] Compiling AllocData MValuationSnapshot+Attributes.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
[75/77] Compiling AllocData MValuationSnapshot+Key.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
[76/77] Compiling AllocData MValuationSnapshot+Row.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
[77/77] Compiling AllocData MValuationSnapshot.swift
/Users/admin/builder/spi-builder-workspace/Sources/Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift:21:23: warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
19 |
20 | extension MValuationSnapshot: AllocAttributable {
21 |     public static var attributes: [AllocAttribute] = [
   |                       |- warning: static property 'attributes' is not concurrency-safe because it is non-isolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'attributes' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'attributes' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
22 |         AllocAttribute(CodingKeys.snapshotID, .string, isRequired: true, isKey: true, "The unique valuation snapshot identifier."),
23 |         AllocAttribute(CodingKeys.capturedAt, .date, isRequired: true, isKey: false, "The timestamp when the snapshot was created."),
Build complete! (25.76s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "AllocData",
  "name" : "AllocData",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    }
  ],
  "products" : [
    {
      "name" : "AllocData",
      "targets" : [
        "AllocData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "AllocDataTests",
      "module_type" : "SwiftTarget",
      "name" : "AllocDataTests",
      "path" : "Tests",
      "sources" : [
        "Helpers/FINformatTests.swift",
        "Helpers/ParserHelpersTests.swift",
        "Helpers/TableSignatureTests.swift",
        "LinuxMain.swift",
        "Model/MAccountTests.swift",
        "Model/MAllocationTests.swift",
        "Model/MAssetTests.swift",
        "Model/MCapTests.swift",
        "Model/MHoldingTests.swift",
        "Model/MRebalanceAllocationTests.swift",
        "Model/MRebalancePurchaseTests.swift",
        "Model/MRebalanceSaleTests.swift",
        "Model/MSecurityTests.swift",
        "Model/MSourceMetaTests.swift",
        "Model/MStrategyTests.swift",
        "Model/MTrackerTests.swift",
        "Model/MTransactionTests.swift",
        "Model/MValuationCashflowTests.swift",
        "Model/MValuationPositionTests.swift",
        "Model/MValuationSnapshotTests.swift"
      ],
      "target_dependencies" : [
        "AllocData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "AllocData",
      "module_type" : "SwiftTarget",
      "name" : "AllocData",
      "path" : "Sources",
      "product_memberships" : [
        "AllocData"
      ],
      "sources" : [
        "Core/AllocAttributable.swift",
        "Core/AllocBase+Parsers.swift",
        "Core/AllocBase.swift",
        "Core/AllocDataError.swift",
        "Core/AllocFormat.swift",
        "Core/AllocKeyed.swift",
        "Core/AllocRowed.swift",
        "Core/AllocSchema+TableSignature.swift",
        "Core/AllocSchema.swift",
        "Model/Account/MAccount+Attributes.swift",
        "Model/Account/MAccount+Key.swift",
        "Model/Account/MAccount+Row.swift",
        "Model/Account/MAccount.swift",
        "Model/Allocation/MAllocation+Attributes.swift",
        "Model/Allocation/MAllocation+Key.swift",
        "Model/Allocation/MAllocation+Row.swift",
        "Model/Allocation/MAllocation.swift",
        "Model/Asset/MAsset+Attributes.swift",
        "Model/Asset/MAsset+Key.swift",
        "Model/Asset/MAsset+Row.swift",
        "Model/Asset/MAsset.swift",
        "Model/Cap/MCap+Attributes.swift",
        "Model/Cap/MCap+Key.swift",
        "Model/Cap/MCap+Row.swift",
        "Model/Cap/MCap.swift",
        "Model/Holding/MHolding+Attributes.swift",
        "Model/Holding/MHolding+Key.swift",
        "Model/Holding/MHolding+Row.swift",
        "Model/Holding/MHolding.swift",
        "Model/Rebalance/Allocation/MRebalanceAllocation+Attributes.swift",
        "Model/Rebalance/Allocation/MRebalanceAllocation+Key.swift",
        "Model/Rebalance/Allocation/MRebalanceAllocation+Row.swift",
        "Model/Rebalance/Allocation/MRebalanceAllocation.swift",
        "Model/Rebalance/Purchase/MRebalancePurchase+Attributes.swift",
        "Model/Rebalance/Purchase/MRebalancePurchase+Key.swift",
        "Model/Rebalance/Purchase/MRebalancePurchase+Row.swift",
        "Model/Rebalance/Purchase/MRebalancePurchase.swift",
        "Model/Rebalance/Sale/MRebalanceSale+Attributes.swift",
        "Model/Rebalance/Sale/MRebalanceSale+Key.swift",
        "Model/Rebalance/Sale/MRebalanceSale+Row.swift",
        "Model/Rebalance/Sale/MRebalanceSale.swift",
        "Model/Security/MSecurity+Attributes.swift",
        "Model/Security/MSecurity+Key.swift",
        "Model/Security/MSecurity+Row.swift",
        "Model/Security/MSecurity.swift",
        "Model/Source/Meta/MSourceMeta+Attributes.swift",
        "Model/Source/Meta/MSourceMeta+Key.swift",
        "Model/Source/Meta/MSourceMeta+Row.swift",
        "Model/Source/Meta/MSourceMeta.swift",
        "Model/Strategy/MStrategy+Attributes.swift",
        "Model/Strategy/MStrategy+Key.swift",
        "Model/Strategy/MStrategy+Row.swift",
        "Model/Strategy/MStrategy.swift",
        "Model/Tracker/MTracker+Attributes.swift",
        "Model/Tracker/MTracker+Key.swift",
        "Model/Tracker/MTracker+Row.swift",
        "Model/Tracker/MTracker.swift",
        "Model/Transaction/MTransaction+Action.swift",
        "Model/Transaction/MTransaction+Attributes.swift",
        "Model/Transaction/MTransaction+Key.swift",
        "Model/Transaction/MTransaction+Row.swift",
        "Model/Transaction/MTransaction.swift",
        "Model/Valuation/Cashflow/MValuationCashflow+Attributes.swift",
        "Model/Valuation/Cashflow/MValuationCashflow+Key.swift",
        "Model/Valuation/Cashflow/MValuationCashflow+Row.swift",
        "Model/Valuation/Cashflow/MValuationCashflow.swift",
        "Model/Valuation/Position/MValuationPosition+Attributes.swift",
        "Model/Valuation/Position/MValuationPosition+Key.swift",
        "Model/Valuation/Position/MValuationPosition+Row.swift",
        "Model/Valuation/Position/MValuationPosition.swift",
        "Model/Valuation/Snapshot/MValuationSnapshot+Attributes.swift",
        "Model/Valuation/Snapshot/MValuationSnapshot+Key.swift",
        "Model/Valuation/Snapshot/MValuationSnapshot+Row.swift",
        "Model/Valuation/Snapshot/MValuationSnapshot.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.