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 BMO with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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 -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/happn-app/BMO.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/happn-app/BMO
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 12566d4 Rename happn-tech to happn-app
Cloned https://github.com/happn-app/BMO.git
Revision (git rev-parse @):
12566d4edf52eb84d3d44a0e3b7feabecfb38b85
SUCCESS checkout https://github.com/happn-app/BMO.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/happn-app/BMO.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" 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 -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/happn-app/CollectionLoader.git
Fetching https://github.com/happn-app/KVObserver.git
Fetching https://github.com/happn-app/AsyncOperationResult.git
[1/401] Fetching collectionloader
[286/570] Fetching collectionloader, asyncoperationresult
[447/817] Fetching collectionloader, asyncoperationresult, kvobserver
Fetched https://github.com/happn-app/AsyncOperationResult.git from cache (0.34s)
Fetched https://github.com/happn-app/CollectionLoader.git from cache (0.35s)
Computing version for https://github.com/happn-app/CollectionLoader.git
Fetched https://github.com/happn-app/KVObserver.git from cache (0.35s)
Computed https://github.com/happn-app/CollectionLoader.git at 0.9.6 (0.75s)
Computing version for https://github.com/happn-app/AsyncOperationResult.git
Computed https://github.com/happn-app/AsyncOperationResult.git at 1.0.7 (0.59s)
Computing version for https://github.com/happn-app/KVObserver.git
Computed https://github.com/happn-app/KVObserver.git at 0.9.5 (0.67s)
Creating working copy for https://github.com/happn-app/KVObserver.git
Working copy of https://github.com/happn-app/KVObserver.git resolved at 0.9.5
Creating working copy for https://github.com/happn-app/CollectionLoader.git
Working copy of https://github.com/happn-app/CollectionLoader.git resolved at 0.9.6
Creating working copy for https://github.com/happn-app/AsyncOperationResult.git
Working copy of https://github.com/happn-app/AsyncOperationResult.git resolved at 1.0.7
Building for debugging...
[0/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/38] Compiling RESTUtils RESTMapperTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[12/38] Emitting module KVObserver
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 |
[13/38] Compiling RESTUtils RESTMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[14/38] Compiling RESTUtils RESTPropertyMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[15/38] Compiling KVObserver KVObserver.swift
/host/spi-builder-workspace/.build/checkouts/KVObserver/Sources/KVObserver/KVObserver.swift:16:8: error: no such module 'CoreData'
 14 | limitations under the License. */
 15 |
 16 | import CoreData
    |        `- error: no such module 'CoreData'
 17 | import Foundation
 18 |
[16/41] Compiling RESTUtils RESTBase64DataTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[17/41] Compiling RESTUtils RESTBoolTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[18/41] Compiling RESTUtils RESTColorTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[19/41] Emitting module AsyncOperationResult
[20/41] Compiling AsyncOperationResult AsyncOperationResult.swift
[21/41] Compiling RESTUtils RESTPath.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[22/41] Compiling RESTUtils RESTPathProtocols.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[23/41] Compiling RESTUtils RESTUtilsConfig.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[24/41] Compiling RESTUtils RESTDateAndTimeTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[25/41] Compiling RESTUtils RESTEnumTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[26/41] Compiling RESTUtils RESTNumericTransformer.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[27/41] Compiling RESTUtils AnyEquatable.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[28/41] Compiling RESTUtils ParameterizedStringSet.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[29/41] Compiling RESTUtils ParameterizedStringSetParser.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[30/41] Compiling RESTUtils AdditionalRESTRequestInfo.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[31/41] Compiling RESTUtils RESTMaxIdPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[32/41] Compiling RESTUtils RESTOffsetLimitPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[33/41] Compiling RESTUtils RESTPaginator.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[34/41] Emitting module RESTUtils
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[35/41] Compiling RESTUtils BaseProtocols.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[36/41] Compiling RESTUtils RESTEntityMapping.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[37/41] Compiling RESTUtils RESTMapper+ConvenienceInit.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
[38/41] Compiling RESTUtils RESTMapper.swift
/host/spi-builder-workspace/Sources/RESTUtils/For BMO/AdditionalRESTRequestInfo.swift:16:8: error: no such module 'CoreData'
14 | limitations under the License. */
15 |
16 | import CoreData
   |        `- error: no such module 'CoreData'
17 | import Foundation
18 |
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.