The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftStorage, reference 2.0.0 (cb4ed1), with Swift 6.2 for macOS (SPM) on 12 Apr 2026 19:34:27 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/KC-2001MS/SwiftStorage.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/KC-2001MS/SwiftStorage
 * tag               2.0.0      -> FETCH_HEAD
HEAD is now at cb4ed1d add migration function (beta) and fix issue
Cloned https://github.com/KC-2001MS/SwiftStorage.git
Revision (git rev-parse @):
cb4ed1dcc8692830d03cb8028715255eb95074ce
SUCCESS checkout https://github.com/KC-2001MS/SwiftStorage.git at 2.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KC-2001MS/SwiftStorage.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/20] Write sources
[6/20] Write SwiftStorageClient-entitlement.plist
[6/20] Write sources
[12/20] Write swift-version--3CB7CFEC50E0D141.txt
[14/32] Compiling SwiftStorageMacros SwiftStoragePlugin.swift
[15/32] Compiling SwiftStorageMacros TransientMacro.swift
[16/32] Compiling SwiftStorageMacros StoredPropertyMacro.swift
[17/32] Compiling SwiftStorageMacros AttributeMacro.swift
[18/32] Compiling SwiftStorageMacros Extensions.swift
[19/32] Emitting module SwiftStorageMacros
[20/32] Compiling SwiftStorageMacros StorageMacro.swift
[21/32] Compiling SwiftStorageMacros Availability.swift
[21/32] Write Objects.LinkFileList
[22/32] Linking SwiftStorageMacros-tool
[24/32] Compiling HashifyCore HashAlgorithm.swift
[25/32] Emitting module HashifyCore
[27/32] Compiling HashifyCore HashAlgorithm.swift
[28/35] Emitting module HashifyMacros
[29/35] Compiling HashifyMacros HashifyError.swift
[30/35] Compiling HashifyMacros HashifyMacro.swift
[30/35] Write Objects.LinkFileList
[31/35] Linking HashifyMacros-tool
[33/39] Compiling Hashify Hashify.swift
[34/39] Emitting module Hashify
[36/39] Compiling Hashify Hashify.swift
[37/59] Compiling SwiftStorage Storable.swift
[38/59] Compiling SwiftStorage StorageSchemaVersion.swift
[39/59] Compiling SwiftStorage StorageType.swift
[40/59] Compiling SwiftStorage StorageMigrator.swift
[41/59] Compiling SwiftStorage StorageManager.swift
[42/59] Compiling SwiftStorage Storable.swift
[43/59] Compiling SwiftStorage StorageMigrationPlan.swift
[44/59] Compiling SwiftStorage StorageSchemaVersion.swift
[45/59] Compiling SwiftStorage StorageMigrationStage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
[46/59] Compiling SwiftStorage StorageManager.swift
[47/59] Compiling SwiftStorage StorageMigrationStage.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
[48/59] Compiling SwiftStorage SwiftStorage.swift
[49/59] Compiling SwiftStorage StorageMigrator.swift
[50/59] Compiling SwiftStorage StorageMigrationPlan.swift
[51/59] Compiling SwiftStorage StorageType.swift
[52/59] Compiling SwiftStorage SwiftStorage.swift
[53/59] Compiling SwiftStorage StorageMigrationContext.swift
[55/59] Emitting module SwiftStorage
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:84:10: warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 82 |     ///   - fromVersion: The schema version before this migration.
 83 |     ///   - toVersion: The schema version after this migration.
 84 |     case lightweight(
    |          `- warning: associated value 'lightweight(fromVersion:toVersion:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
 85 |         fromVersion: any VersionedStorageSchema.Type,
 86 |         toVersion: any VersionedStorageSchema.Type
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftStorage/Migration/StorageMigrationStage.swift:106:10: warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
104 |     ///   - didMigrate: A closure executed after `willMigrate` completes.
105 |     ///     Use this for post-migration cleanup or validation.
106 |     case custom(
    |          `- warning: associated value 'custom(fromVersion:toVersion:willMigrate:didMigrate:)' of 'Sendable'-conforming enum 'StorageMigrationStage' contains non-Sendable type 'any VersionedStorageSchema.Type'
107 |         fromVersion: any VersionedStorageSchema.Type,
108 |         toVersion: any VersionedStorageSchema.Type,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[57/61] Emitting module SwiftStorageClient
macro expansion @ObservationTracked:2:6: error: cannot find type '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   | 1 | {
   | 2 |     @storageRestrictions(initializes: _observationTracked)
   |   |      `- error: cannot find type '_observationTracked' in scope
   | 3 |     init(initialValue) {
   | 4 |       _observationTracked = initialValue
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
[58/61] Compiling SwiftStorageClient main.swift
macro expansion @ObservationTracked:2:6: error: cannot find type '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   | 1 | {
   | 2 |     @storageRestrictions(initializes: _observationTracked)
   |   |      `- error: cannot find type '_observationTracked' in scope
   | 3 |     init(initialValue) {
   | 4 |       _observationTracked = initialValue
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:4:7: error: cannot find '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   | 2 |     @storageRestrictions(initializes: _observationTracked)
   | 3 |     init(initialValue) {
   | 4 |       _observationTracked = initialValue
   |   |       `- error: cannot find '_observationTracked' in scope
   | 5 |     }
   | 6 |     get {
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:8:14: error: cannot find '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   | 6 |     get {
   | 7 |       access(keyPath: \.observationTracked)
   | 8 |       return _observationTracked
   |   |              `- error: cannot find '_observationTracked' in scope
   | 9 |     }
   |10 |     set {
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:11:35: error: cannot find '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   | 9 |     }
   |10 |     set {
   |11 |       guard shouldNotifyObservers(_observationTracked, newValue) else {
   |   |                                   `- error: cannot find '_observationTracked' in scope
   |12 |         _observationTracked = newValue
   |13 |         return
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:12:9: error: cannot find '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   |10 |     set {
   |11 |       guard shouldNotifyObservers(_observationTracked, newValue) else {
   |12 |         _observationTracked = newValue
   |   |         `- error: cannot find '_observationTracked' in scope
   |13 |         return
   |14 |       }
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:16:9: error: cannot find '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   |14 |       }
   |15 |       withMutation(keyPath: \.observationTracked) {
   |16 |         _observationTracked = newValue
   |   |         `- error: cannot find '_observationTracked' in scope
   |17 |       }
   |18 |     }
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:25:14: error: cannot find '_observationTracked' in scope
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   |23 |           _$observationRegistrar.didSet(self, keyPath: \.observationTracked)
   |24 |       }
   |25 |       yield &_observationTracked
   |   |              `- error: cannot find '_observationTracked' in scope
   |26 |     }
   |27 | }
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
macro expansion @ObservationTracked:25:14: error: type '_' cannot be used as a boolean; test for '!= 0' instead
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftStorageClient/main.swift:51:33: note: expanded code originates here
48 |     @Attribute(.ephemeral)
49 |     var observed: Bool
50 |     @ObservationTracked
   |     `- note: in expansion of macro 'ObservationTracked' on property 'observationTracked' here
51 |     var observationTracked: Bool
   +--- macro expansion @ObservationTracked ----------------------------
   |23 |           _$observationRegistrar.didSet(self, keyPath: \.observationTracked)
   |24 |       }
   |25 |       yield &_observationTracked
   |   |              `- error: type '_' cannot be used as a boolean; test for '!= 0' instead
   |26 |     }
   |27 | }
   +--------------------------------------------------------------------
52 |     @Transient
53 |     var transient: Bool
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/KC-2001MS/Hashify.git
[1/961] Fetching swift-macro-testing
[540/3232] Fetching swift-macro-testing, swift-docc-plugin
[1190/3314] Fetching swift-macro-testing, swift-docc-plugin, hashify
Fetched https://github.com/KC-2001MS/Hashify.git from cache (1.52s)
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (1.52s)
[1/74967] Fetching swift-syntax
Fetched https://github.com/apple/swift-docc-plugin from cache (5.81s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.81s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.5 (6.42s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16046] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.54s)
Computing version for https://github.com/KC-2001MS/Hashify.git
Computed https://github.com/KC-2001MS/Hashify.git at 1.0.0 (4.11s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (2.86s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (0.65s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.09s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.83s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (0.57s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5464] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (1.25s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.90s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.27s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.86s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.5
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/KC-2001MS/Hashify.git
Working copy of https://github.com/KC-2001MS/Hashify.git resolved at 1.0.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swiftlang-6.2.4.1.4-MacroSupport-macos_aarch64.zip (0.21s)
BUILD FAILURE 6.2 macosSpm