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

Failed to build CoreDataPlus, reference main (f71b5f), with Swift 6.0 for Linux on 3 Dec 2024 13:13:11 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.58.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/alemar11/CoreDataPlus.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/alemar11/CoreDataPlus
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f71b5f5 Xcode 16 and Swift 6 (#50)
Cloned https://github.com/alemar11/CoreDataPlus.git
Revision (git rev-parse @):
f71b5f5706d8a17e9701b10d2fa2a56ede7d5e32
SUCCESS checkout https://github.com/alemar11/CoreDataPlus.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $PWD
https://github.com/alemar11/CoreDataPlus.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "CoreDataPlus",
  "name" : "CoreDataPlus",
  "path" : "/host/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" : "/host/spi-builder-workspace/Tests/Resources/SampleModel/Fixtures/SampleModel_V1.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/SampleModel/Fixtures/SampleModel_V2.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/SampleModel2/Fixtures/SampleModel2_V1.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/spi-builder-workspace/Tests/Resources/SampleModel2/Fixtures/SampleModel2_V2.sqlite",
          "rule" : {
            "copy" : {
            }
          }
        },
        {
          "path" : "/host/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 ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/31] Emitting module CoreDataPlus
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[4/35] Compiling CoreDataPlus LegacyMigrationStep.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[5/35] Compiling CoreDataPlus MigrationProgressReporter.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[6/35] Compiling CoreDataPlus Migrator.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[7/35] Compiling CoreDataPlus ModelVersion.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[8/35] Compiling CoreDataPlus NSBatchInsertResult+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[9/35] Compiling CoreDataPlus NSBatchUpdateResult+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[10/35] Compiling CoreDataPlus NSCompositeAttributeDescription+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[11/35] Compiling CoreDataPlus NSDerivedAttributeDescription+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[12/35] Compiling CoreDataPlus NSPersistentStoreCoordinator+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[13/35] Compiling CoreDataPlus NSPredicate+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[14/35] Compiling CoreDataPlus NSSet+CoreData.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[15/35] Compiling CoreDataPlus Notification+Payloads.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[16/35] Compiling CoreDataPlus StagedMigration.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[17/35] Compiling CoreDataPlus StagedMigrationStep.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[18/35] Compiling CoreDataPlus NSAttributeDescription+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[19/35] Compiling CoreDataPlus NSBatchDeleteResult+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[20/35] Compiling CoreDataPlus NSManagedObject+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[21/35] Compiling CoreDataPlus NSManagedObjectContext+History.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[22/35] Compiling CoreDataPlus NSManagedObjectContext+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[23/35] Compiling CoreDataPlus NSMappingModel+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[24/35] Compiling CoreDataPlus NSEntityDescription+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[25/35] Compiling CoreDataPlus NSFetchRequest+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[26/35] Compiling CoreDataPlus NSFetchRequestResult+CoreData.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[27/35] Compiling CoreDataPlus NSFetchedPropertyDescription+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[28/35] Compiling CoreDataPlus Notification+Utils.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[29/35] Compiling CoreDataPlus PersistentStoreOptions.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[30/35] Compiling CoreDataPlus CustomTransformer.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[31/35] Compiling CoreDataPlus Transformer.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[32/35] Compiling CoreDataPlus Collection+CoreData.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[33/35] Compiling CoreDataPlus CoreDataPlus.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[34/35] Compiling CoreDataPlus FetchedResultsChange.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
[35/35] Compiling CoreDataPlus LegacyMigration.swift
/host/spi-builder-workspace/Sources/Collection+CoreData.swift:3:8: error: no such module 'CoreData'
  1 | // CoreDataPlus
  2 |
  3 | import CoreData
    |        `- error: no such module 'CoreData'
  4 |
  5 | // MARK: - NSManagedObject
BUILD FAILURE 6.0 linux