diff --git a/Package.swift b/Package.swift index f92b7d22628..962e7bd6545 100644 --- a/Package.swift +++ b/Package.swift @@ -112,6 +112,7 @@ let notSyncServerSources: [String] = [ "realm/sync/noinst/client_reset_operation.cpp", "realm/sync/noinst/client_reset_recovery.cpp", "realm/sync/noinst/compact_changesets.cpp", + "relam/sync/noinst/pending_bootstrap_store.cpp", "realm/sync/noinst/protocol_codec.cpp", "realm/sync/noinst/sync_metadata_schema.cpp", "realm/sync/object_id.cpp", @@ -544,6 +545,7 @@ let headers: [String] = [ "realm/sync/noinst/client_reset_recovery.hpp", "realm/sync/noinst/compact_changesets.hpp", "realm/sync/noinst/integer_codec.hpp", + "relam/sync/noinst/pending_bootstrap_store.hpp", "realm/sync/noinst/protocol_codec.hpp", "realm/sync/noinst/root_certs.hpp", "realm/sync/noinst/server/access_control.hpp",