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 CombineRealm with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CombineCommunity/CombineRealm.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CombineCommunity/CombineRealm
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8812f34 fixes RealmSwift dependency version
Cloned https://github.com/CombineCommunity/CombineRealm.git
Revision (git rev-parse @):
8812f3472790c7a0467c4f917179ab5ae02212ce
SUCCESS checkout https://github.com/CombineCommunity/CombineRealm.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/CombineCommunity/CombineRealm.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/54] Write swift-version-6F35C1178C84523A.txt
[1/54] Write sources
[2/54] Compiling collection_notifications.cpp
[3/54] Compiling keychain_helper.cpp
[4/54] Compiling collection_change_builder.cpp
[5/54] Compiling external_commit_helper.cpp
[6/54] Compiling list_notifier.cpp
[7/54] Compiling object_notifier.cpp
[8/54] Compiling results_notifier.cpp
[9/54] Compiling RLMUpdateChecker.mm
[10/54] Compiling RLMThreadSafeReference.mm
[11/54] Compiling RLMUtil.mm
[12/54] Compiling collection_notifier.cpp
[13/54] Compiling realm_coordinator.cpp
[14/54] Compiling RLMSwiftSupport.m
[15/54] Compiling RLMSchema.mm
[16/54] Compiling RLMPredicateUtil.mm
[17/54] Compiling RLMRealmUtil.mm
[18/54] Compiling RLMResults.mm
[19/54] Compiling RLMRealmConfiguration.mm
[20/54] Compiling RLMProperty.mm
[21/54] Compiling RLMRealm.mm
[22/54] Compiling RLMObjectSchema.mm
[23/54] Compiling RLMConstants.m
[24/54] Compiling RLMOptionalBase.mm
[25/54] Compiling RLMObject.mm
[26/54] Compiling RLMObservation.mm
[27/54] Compiling RLMObjectStore.mm
[28/54] Compiling RLMObjectBase.mm
[29/54] Compiling RLMMigration.mm
[30/54] Compiling RLMManagedArray.mm
[31/54] Compiling uuid.cpp
[32/54] Compiling RLMAnalytics.mm
[33/54] Compiling RLMListBase.mm
[34/54] Compiling scheduler.cpp
[35/54] Compiling RLMQueryUtil.mm
[36/54] Compiling RLMClassInfo.mm
[37/54] Compiling RLMCollection.mm
[38/54] Compiling RLMArray.mm
[39/54] Compiling schema.cpp
[40/54] Compiling object_changeset.cpp
[41/54] Compiling RLMAccessor.mm
[42/54] Compiling object_schema.cpp
[43/54] Compiling binding_callback_thread_observer.cpp
[44/54] Write sources
[45/54] Compiling index_set.cpp
[46/54] Compiling shared_realm.cpp
[47/54] Compiling object_store.cpp
[48/54] Compiling thread_safe_reference.cpp
[49/54] Compiling object.cpp
[50/54] Compiling results.cpp
[51/54] Compiling weak_realm_notifier.cpp
[52/54] Compiling list.cpp
[53/54] Compiling transact_log_handler.cpp
[55/73] Compiling RealmSwift Schema.swift
[56/73] Compiling RealmSwift SortDescriptor.swift
[57/75] Compiling RealmSwift RealmConfiguration.swift
[58/75] Compiling RealmSwift Results.swift
[59/75] Compiling RealmSwift Optional.swift
[60/75] Compiling RealmSwift Property.swift
[61/75] Compiling RealmSwift Nonsync.swift
[62/75] Compiling RealmSwift Object.swift
[63/75] Compiling RealmSwift ObjectSchema.swift
[64/75] Compiling RealmSwift ObjectiveCSupport.swift
[65/75] Compiling RealmSwift Realm.swift
[66/75] Compiling RealmSwift RealmCollection.swift
[67/75] Compiling RealmSwift Error.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[68/75] Compiling RealmSwift LinkingObjects.swift
[69/75] Compiling RealmSwift List.swift
[70/75] Compiling RealmSwift Migration.swift
[71/75] Compiling RealmSwift Aliases.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-cocoa/RealmSwift/Combine.swift:38:40: error: 'Identifiable' is only available in macOS 10.15 or newer
  36 | /// You can also manually conform to `Identifiable` if you wish, but note that
  37 | /// using the object's memory address does *not* work for managed objects.
  38 | public protocol ObjectKeyIdentifiable: Identifiable, Object {
     |                 |                      `- error: 'Identifiable' is only available in macOS 10.15 or newer
     |                 `- note: add @available attribute to enclosing protocol
  39 |     /// The stable identity of the entity associated with `self`.
  40 |     var id: UInt64 { get }
[72/75] Compiling RealmSwift Combine.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-cocoa/RealmSwift/Combine.swift:38:40: error: 'Identifiable' is only available in macOS 10.15 or newer
  36 | /// You can also manually conform to `Identifiable` if you wish, but note that
  37 | /// using the object's memory address does *not* work for managed objects.
  38 | public protocol ObjectKeyIdentifiable: Identifiable, Object {
     |                 |                      `- error: 'Identifiable' is only available in macOS 10.15 or newer
     |                 `- note: add @available attribute to enclosing protocol
  39 |     /// The stable identity of the entity associated with `self`.
  40 |     var id: UInt64 { get }
[73/75] Emitting module RealmSwift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-cocoa/RealmSwift/Combine.swift:38:40: error: 'Identifiable' is only available in macOS 10.15 or newer
  36 | /// You can also manually conform to `Identifiable` if you wish, but note that
  37 | /// using the object's memory address does *not* work for managed objects.
  38 | public protocol ObjectKeyIdentifiable: Identifiable, Object {
     |                 |                      `- error: 'Identifiable' is only available in macOS 10.15 or newer
     |                 `- note: add @available attribute to enclosing protocol
  39 |     /// The stable identity of the entity associated with `self`.
  40 |     var id: UInt64 { get }
[74/75] Compiling RealmSwift ThreadSafeReference.swift
[75/75] Compiling RealmSwift Util.swift
Fetching https://github.com/realm/realm-core
Fetching https://github.com/realm/realm-cocoa.git
[1/130529] Fetching realm-cocoa
[75708/377474] Fetching realm-cocoa, realm-core
Fetched https://github.com/realm/realm-core from cache (11.19s)
Fetched https://github.com/realm/realm-cocoa.git from cache (11.19s)
Computing version for https://github.com/realm/realm-cocoa.git
Computed https://github.com/realm/realm-cocoa.git at 5.3.5 (0.94s)
Computing version for https://github.com/realm/realm-core
Computed https://github.com/realm/realm-core at 6.0.19 (0.86s)
Creating working copy for https://github.com/realm/realm-cocoa.git
Working copy of https://github.com/realm/realm-cocoa.git resolved at 5.3.5
Creating working copy for https://github.com/realm/realm-core
Working copy of https://github.com/realm/realm-core resolved at 6.0.19
warning: 'realm-cocoa': Invalid Source '/Users/admin/builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/primitive_list_notifier.cpp': File not found.
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.