The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build CoreDataPlus, reference 6.3.0 (10747b), with Swift 6.1 for macOS (SPM) on 25 Sep 2025 06:12:06 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alemar11/CoreDataPlus.git
Reference: 6.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/alemar11/CoreDataPlus
 * tag               6.3.0      -> FETCH_HEAD
HEAD is now at 10747b5 AI
Cloned https://github.com/alemar11/CoreDataPlus.git
Revision (git rev-parse @):
10747b56a1ab3515a5aabae3d603e382b2fac08f
SUCCESS checkout https://github.com/alemar11/CoreDataPlus.git at 6.3.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "coredataplus",
      "name": "CoreDataPlus",
      "url": "https://github.com/alemar11/CoreDataPlus.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CoreDataPlus",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/alemar11/CoreDataPlus.git
[1/12568] Fetching coredataplus
Fetched https://github.com/alemar11/CoreDataPlus.git from cache (1.47s)
Creating working copy for https://github.com/alemar11/CoreDataPlus.git
Working copy of https://github.com/alemar11/CoreDataPlus.git resolved at 6.3.0 (10747b5)
warning: '.resolve-product-dependencies': dependency 'coredataplus' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/alemar11/CoreDataPlus.git
https://github.com/alemar11/CoreDataPlus.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreDataPlus",
  "name" : "CoreDataPlus",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "CoreDataPlus",
      "targets" : [
        "CoreDataPlus"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "Tests",
      "module_type" : "SwiftTarget",
      "name" : "Tests",
      "path" : "Tests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel/Fixtures/SampleModel_V1.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel/Fixtures/SampleModel_V2.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel2/Fixtures/SampleModel2_V1.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel2/Fixtures/SampleModel2_V2.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel3/Fixtures/SampleModel3_V1.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "FetchedResultsChanges_Tests.swift",
        "FetchesWithAffectedStores_Tests.swift",
        "Migrations_Tests.swift",
        "ModelVersion_Tests.swift",
        "NSAttributeDescriptionUtils_Tests.swift",
        "NSEntityDescriptionUtils_Tests.swift",
        "NSFetchRequestResultCoreData_Tests.swift",
        "NSFetchRequestResultUtils_Tests.swift",
        "NSFetchRequestUtils_Tests.swift",
        "NSManagedObjectContextHistory_Tests.swift",
        "NSManagedObjectContextInvestigation_Tests.swift",
        "NSManagedObjectContextUtils_Tests.swift",
        "NSManagedObjectDelayedDeletable_Tests.swift",
        "NSManagedObjectUpdateTimestampable_Tests.swift",
        "NSManagedObjectUtils_Tests.swift",
        "NSPersistentStoreCoordinatorUtils_Tests.swift",
        "NSPredicateUtils_Tests.swift",
        "NSSetCoreData_Tests.swift",
        "Notifications/NotificationMerge_Tests.swift",
        "Notifications/NotificationPayload_Tests.swift",
        "ProgrammaticMigration_Tests.swift",
        "ProgrammaticallyDefinedModel_Tests.swift",
        "Resources/SampleModel/Entities/Car.swift",
        "Resources/SampleModel/Entities/Maker.swift",
        "Resources/SampleModel/Entities/NSManagedObject+DelayedDeletable.swift",
        "Resources/SampleModel/Entities/NSManagedObject+UpdateTimestampable.swift",
        "Resources/SampleModel/Entities/Person.swift",
        "Resources/SampleModel/MappingModels/V2to3MakerPolicy.swift",
        "Resources/SampleModel/NSManagedObjectContext+SampleModel.swift",
        "Resources/SampleModel/SampleModelVersion.swift",
        "Resources/SampleModel2/BookCoverToCoverMigrationPolicy.swift",
        "Resources/SampleModel2/Entities/Author.swift",
        "Resources/SampleModel2/Entities/Book.swift",
        "Resources/SampleModel2/Entities/Content.swift",
        "Resources/SampleModel2/Entities/Cover.swift",
        "Resources/SampleModel2/Entities/Feedback.swift",
        "Resources/SampleModel2/Entities/Page.swift",
        "Resources/SampleModel2/FeedbackMigrationManager.swift",
        "Resources/SampleModel2/NSManagedObjectContext+SampleModel2.swift",
        "Resources/SampleModel2/SampleModel2+V1.swift",
        "Resources/SampleModel2/SampleModel2+V2.swift",
        "Resources/SampleModel2/SampleModel2+V3.swift",
        "Resources/SampleModel2/SampleModel2.swift",
        "Resources/SampleModel3/SampleModel3.swift",
        "Resources/SampleModel3/SampleModelVersion3.swift",
        "StagedMigrations_Tests.swift",
        "Transformer_Tests.swift",
        "Utils/BaseTestCase.swift",
        "Utils/CoreDataErrors.swift",
        "Utils/Deprecated.swift",
        "Utils/InMemoryTestCase.swift",
        "Utils/OnDiskTestCase.swift",
        "Utils/OnDiskWithProgrammaticallyModelTestCase.swift",
        "Utils/Utils.swift"
      ],
      "target_dependencies" : [
        "CoreDataPlus"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CoreDataPlus",
      "module_type" : "SwiftTarget",
      "name" : "CoreDataPlus",
      "path" : "Sources",
      "product_memberships" : [
        "CoreDataPlus"
      ],
      "sources" : [
        "Collection+CoreData.swift",
        "CoreDataPlus.swift",
        "FetchedResultsChange.swift",
        "Migration/LegacyMigration.swift",
        "Migration/LegacyMigrationStep.swift",
        "Migration/MigrationProgressReporter.swift",
        "Migration/Migrator.swift",
        "Migration/ModelVersion.swift",
        "Migration/StagedMigration.swift",
        "Migration/StagedMigrationStep.swift",
        "NSAttributeDescription+Utils.swift",
        "NSBatchDeleteResult+Utils.swift",
        "NSBatchInsertResult+Utils.swift",
        "NSBatchUpdateResult+Utils.swift",
        "NSCompositeAttributeDescription+Utils.swift",
        "NSDerivedAttributeDescription+Utils.swift",
        "NSEntityDescription+Utils.swift",
        "NSFetchRequest+Utils.swift",
        "NSFetchRequestResult+CoreData.swift",
        "NSFetchedPropertyDescription+Utils.swift",
        "NSManagedObject+Utils.swift",
        "NSManagedObjectContext+History.swift",
        "NSManagedObjectContext+Utils.swift",
        "NSMappingModel+Utils.swift",
        "NSPersistentStoreCoordinator+Utils.swift",
        "NSPredicate+Utils.swift",
        "NSSet+CoreData.swift",
        "Notifications/Notification+Payloads.swift",
        "Notifications/Notification+Utils.swift",
        "PersistentStoreOptions.swift",
        "Transformers/CustomTransformer.swift",
        "Transformers/Transformer.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/32] Compiling CoreDataPlus NSBatchDeleteResult+Utils.swift
[4/32] Compiling CoreDataPlus NSBatchInsertResult+Utils.swift
[5/32] Compiling CoreDataPlus NSBatchUpdateResult+Utils.swift
[6/35] Compiling CoreDataPlus LegacyMigrationStep.swift
[7/35] Compiling CoreDataPlus MigrationProgressReporter.swift
[8/35] Compiling CoreDataPlus Migrator.swift
[9/35] Compiling CoreDataPlus ModelVersion.swift
[10/35] Compiling CoreDataPlus NSFetchRequest+Utils.swift
[11/35] Compiling CoreDataPlus NSFetchRequestResult+CoreData.swift
[12/35] Compiling CoreDataPlus NSFetchedPropertyDescription+Utils.swift
[13/35] Compiling CoreDataPlus NSCompositeAttributeDescription+Utils.swift
[14/35] Compiling CoreDataPlus NSDerivedAttributeDescription+Utils.swift
[15/35] Compiling CoreDataPlus NSEntityDescription+Utils.swift
[16/35] Emitting module CoreDataPlus
[17/35] Compiling CoreDataPlus NSMappingModel+Utils.swift
[18/35] Compiling CoreDataPlus NSPersistentStoreCoordinator+Utils.swift
[19/35] Compiling CoreDataPlus NSPredicate+Utils.swift
[20/35] Compiling CoreDataPlus NSManagedObject+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:130:35: error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
128 |       function {
129 |         do {
130 |           result = try _execution(self)
    |                                   `- error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
131 |         } catch let catchedError {
132 |           error = catchedError
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:84:12: note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 82 |
 83 | API_AVAILABLE(macosx(10.4),ios(3.0))
 84 | @interface NSManagedObjectContext : NSObject <NSCoding, NSLocking> {
    |            `- note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 85 | }
 86 |
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:3:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  4 |
  5 | // MARK: - Fetch
[21/35] Compiling CoreDataPlus NSManagedObjectContext+History.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:130:35: error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
128 |       function {
129 |         do {
130 |           result = try _execution(self)
    |                                   `- error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
131 |         } catch let catchedError {
132 |           error = catchedError
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:84:12: note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 82 |
 83 | API_AVAILABLE(macosx(10.4),ios(3.0))
 84 | @interface NSManagedObjectContext : NSObject <NSCoding, NSLocking> {
    |            `- note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 85 | }
 86 |
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:3:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  4 |
  5 | // MARK: - Fetch
[22/35] Compiling CoreDataPlus NSManagedObjectContext+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:130:35: error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
128 |       function {
129 |         do {
130 |           result = try _execution(self)
    |                                   `- error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
131 |         } catch let catchedError {
132 |           error = catchedError
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:84:12: note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 82 |
 83 | API_AVAILABLE(macosx(10.4),ios(3.0))
 84 | @interface NSManagedObjectContext : NSObject <NSCoding, NSLocking> {
    |            `- note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 85 | }
 86 |
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:3:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  4 |
  5 | // MARK: - Fetch
[23/35] Compiling CoreDataPlus Collection+CoreData.swift
[24/35] Compiling CoreDataPlus CoreDataPlus.swift
[25/35] Compiling CoreDataPlus FetchedResultsChange.swift
[26/35] Compiling CoreDataPlus LegacyMigration.swift
[27/35] Compiling CoreDataPlus StagedMigration.swift
[28/35] Compiling CoreDataPlus StagedMigrationStep.swift
[29/35] Compiling CoreDataPlus NSAttributeDescription+Utils.swift
[30/35] Compiling CoreDataPlus NSSet+CoreData.swift
[31/35] Compiling CoreDataPlus Notification+Payloads.swift
[32/35] Compiling CoreDataPlus Notification+Utils.swift
[33/35] Compiling CoreDataPlus PersistentStoreOptions.swift
[34/35] Compiling CoreDataPlus CustomTransformer.swift
[35/35] Compiling CoreDataPlus Transformer.swift
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/31] Compiling CoreDataPlus NSBatchDeleteResult+Utils.swift
[3/31] Compiling CoreDataPlus NSBatchInsertResult+Utils.swift
[4/31] Compiling CoreDataPlus NSBatchUpdateResult+Utils.swift
[5/34] Compiling CoreDataPlus NSCompositeAttributeDescription+Utils.swift
[6/34] Compiling CoreDataPlus NSDerivedAttributeDescription+Utils.swift
[7/34] Compiling CoreDataPlus NSEntityDescription+Utils.swift
[8/34] Emitting module CoreDataPlus
[9/34] Compiling CoreDataPlus StagedMigration.swift
[10/34] Compiling CoreDataPlus StagedMigrationStep.swift
[11/34] Compiling CoreDataPlus NSAttributeDescription+Utils.swift
[12/34] Compiling CoreDataPlus Collection+CoreData.swift
[13/34] Compiling CoreDataPlus CoreDataPlus.swift
[14/34] Compiling CoreDataPlus FetchedResultsChange.swift
[15/34] Compiling CoreDataPlus LegacyMigration.swift
[16/34] Compiling CoreDataPlus NSMappingModel+Utils.swift
[17/34] Compiling CoreDataPlus NSPersistentStoreCoordinator+Utils.swift
[18/34] Compiling CoreDataPlus NSPredicate+Utils.swift
[19/34] Compiling CoreDataPlus NSFetchRequest+Utils.swift
[20/34] Compiling CoreDataPlus NSFetchRequestResult+CoreData.swift
[21/34] Compiling CoreDataPlus NSFetchedPropertyDescription+Utils.swift
[22/34] Compiling CoreDataPlus NSSet+CoreData.swift
[23/34] Compiling CoreDataPlus Notification+Payloads.swift
[24/34] Compiling CoreDataPlus Notification+Utils.swift
[25/34] Compiling CoreDataPlus NSManagedObject+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:130:35: error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
128 |       function {
129 |         do {
130 |           result = try _execution(self)
    |                                   `- error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
131 |         } catch let catchedError {
132 |           error = catchedError
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:84:12: note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 82 |
 83 | API_AVAILABLE(macosx(10.4),ios(3.0))
 84 | @interface NSManagedObjectContext : NSObject <NSCoding, NSLocking> {
    |            `- note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 85 | }
 86 |
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:3:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  4 |
  5 | // MARK: - Fetch
[26/34] Compiling CoreDataPlus NSManagedObjectContext+History.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:130:35: error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
128 |       function {
129 |         do {
130 |           result = try _execution(self)
    |                                   `- error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
131 |         } catch let catchedError {
132 |           error = catchedError
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:84:12: note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 82 |
 83 | API_AVAILABLE(macosx(10.4),ios(3.0))
 84 | @interface NSManagedObjectContext : NSObject <NSCoding, NSLocking> {
    |            `- note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 85 | }
 86 |
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:3:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  4 |
  5 | // MARK: - Fetch
[27/34] Compiling CoreDataPlus NSManagedObjectContext+Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:130:35: error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
128 |       function {
129 |         do {
130 |           result = try _execution(self)
    |                                   `- error: capture of 'self' with non-sendable type 'NSManagedObjectContext' in a '@Sendable' closure
131 |         } catch let catchedError {
132 |           error = catchedError
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk/System/Library/Frameworks/CoreData.framework/Headers/NSManagedObjectContext.h:84:12: note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 82 |
 83 | API_AVAILABLE(macosx(10.4),ios(3.0))
 84 | @interface NSManagedObjectContext : NSObject <NSCoding, NSLocking> {
    |            `- note: class 'NSManagedObjectContext' does not conform to the 'Sendable' protocol
 85 | }
 86 |
/Users/admin/builder/spi-builder-workspace/Sources/NSManagedObjectContext+Utils.swift:3:1: warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    | `- warning: add '@preconcurrency' to treat 'Sendable'-related errors from module 'CoreData' as warnings
  4 |
  5 | // MARK: - Fetch
[28/34] Compiling CoreDataPlus PersistentStoreOptions.swift
[29/34] Compiling CoreDataPlus CustomTransformer.swift
[30/34] Compiling CoreDataPlus Transformer.swift
[31/34] Compiling CoreDataPlus LegacyMigrationStep.swift
[32/34] Compiling CoreDataPlus MigrationProgressReporter.swift
[33/34] Compiling CoreDataPlus Migrator.swift
[34/34] Compiling CoreDataPlus ModelVersion.swift
warning: 'spi-builder-workspace': found 3 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel/SampleModel.xcdatamodeld
    /Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel/MappingModels/V2toV3.xcmappingmodel
    /Users/admin/builder/spi-builder-workspace/Tests/Resources/SampleModel3/SampleModel3.xcdatamodeld
BUILD FAILURE 6.1 macosSpm