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

Failed to build Sworm with Swift 5.8 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.28.6
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/prisma-ai/Sworm.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/prisma-ai/Sworm
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 11a1f8b fix ci
Cloned https://github.com/prisma-ai/Sworm.git
Revision (git rev-parse @):
11a1f8bec87180084572951019a5537214156eb5
SUCCESS checkout https://github.com/prisma-ai/Sworm.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.8
Building package at path:  $PWD/checkout
https://github.com/prisma-ai/Sworm.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$PWD/checkout" registry.gitlab.com/finestructure/spi-images:basic-5.8-latest swift build 2>&1
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/BookLibraryDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/BLOBModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/MigratableDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/PredicateDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/RepoDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/V0V1.xcmappingmodel
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/AttributeSetsDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/V1V2.xcmappingmodel
Building for debugging...
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1/26] Emitting module SwormTools
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/26] Emitting module Sworm
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[3/28] Compiling Sworm ManagedObjectContext.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[4/28] Compiling Sworm ManagedObjectSet.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[5/28] Compiling Sworm TextPredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[6/28] Compiling Sworm ManagedObject.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[7/28] Compiling SwormTools TestTool.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[8/28] Compiling SwormTools StoreDescription.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[9/28] Compiling Sworm Query.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[10/28] Compiling Sworm Request.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[11/28] Compiling Sworm InversePredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[12/28] Compiling Sworm Operators.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[13/28] Compiling Sworm Predicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[14/28] Compiling Sworm Relations.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[15/28] Compiling Sworm ComparisonPredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[16/28] Compiling Sworm CompoundPredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[17/28] Compiling Sworm Extensions.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[18/28] Compiling Sworm ManagedObjectConvertible.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[19/28] Compiling Sworm PersistentContainer.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[20/28] Compiling SwormTools ExternalBinaryDataEntityMigrationPolicy.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[21/28] Compiling SwormTools ProgressiveMigration.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[22/28] Compiling SwormTools Extensions.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
warning: 'spi-builder-workspace': found 8 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/PredicateDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/V0V1.xcmappingmodel
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/V1V2.xcmappingmodel
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/BLOBModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/BookLibraryDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/RepoDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/MigratableDataModel.xcdatamodeld
    /host/spi-builder-workspace/Tests/SwormTests/DataModels/AttributeSetsDataModel.xcdatamodeld
[0/1] Planning build
Building for debugging...
[1/26] Compiling SwormTools TestTool.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[2/26] Compiling SwormTools StoreDescription.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[3/26] Compiling Sworm Extensions.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[4/26] Compiling Sworm ManagedObjectConvertible.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[5/26] Compiling Sworm PersistentContainer.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[6/28] Compiling Sworm Relations.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[7/28] Compiling Sworm ComparisonPredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[8/28] Compiling Sworm CompoundPredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[9/28] Compiling Sworm InversePredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[10/28] Compiling Sworm Operators.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[11/28] Compiling Sworm Predicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[12/28] Compiling Sworm Query.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[13/28] Compiling Sworm Request.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[14/28] Compiling Sworm TextPredicate.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[15/28] Compiling Sworm ManagedObject.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[16/28] Compiling Sworm ManagedObjectContext.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[17/28] Compiling Sworm ManagedObjectSet.swift
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/28] Emitting module SwormTools
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[19/28] Compiling SwormTools Extensions.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[20/28] Compiling SwormTools ExternalBinaryDataEntityMigrationPolicy.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
[21/28] Compiling SwormTools ProgressiveMigration.swift
/host/spi-builder-workspace/Sources/SwormTools/Extensions.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/28] Emitting module Sworm
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
/host/spi-builder-workspace/Sources/Sworm/Attributes/Attribute.swift:1:8: error: no such module 'CoreData'
import CoreData
       ^
BUILD FAILURE 5.8 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.