Build Information
Successful build of IceCream with Swift 5.9 for macOS (SPM).
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/caiyue1993/IceCream.git
Reference: master
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/caiyue1993/IceCream
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at e6a89be use Music Mate as the updated live demo
Cloned https://github.com/caiyue1993/IceCream.git
Revision (git rev-parse @):
e6a89be5c7dfa3b42e58bfe5422d57c19c4d9e4d
SUCCESS checkout https://github.com/caiyue1993/IceCream.git at master
Fetching https://github.com/realm/realm-core from cache
Fetching https://github.com/realm/realm-cocoa from cache
Fetched https://github.com/realm/realm-cocoa (1.12s)
Computing version for https://github.com/realm/realm-cocoa
Fetched https://github.com/realm/realm-core (1.35s)
Computed https://github.com/realm/realm-cocoa at 4.1.1 (0.70s)
Computing version for https://github.com/realm/realm-core
Computed https://github.com/realm/realm-core at 5.23.6 (0.48s)
Creating working copy for https://github.com/realm/realm-cocoa
Working copy of https://github.com/realm/realm-cocoa resolved at 4.1.1
Creating working copy for https://github.com/realm/realm-core
Working copy of https://github.com/realm/realm-core resolved at 5.23.6
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "icecream",
"name": "IceCream",
"url": "https://github.com/caiyue1993/IceCream.git",
"version": "unspecified",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/IceCream",
"dependencies": [
{
"identity": "realm-cocoa",
"name": "Realm",
"url": "https://github.com/realm/realm-cocoa",
"version": "4.4.1",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-cocoa",
"dependencies": [
{
"identity": "realm-core",
"name": "RealmCore",
"url": "https://github.com/realm/realm-core",
"version": "5.23.8",
"path": "/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/realm-core",
"dependencies": [
]
}
]
}
]
}
]
}
Fetching https://github.com/caiyue1993/IceCream.git
[1/4455] Fetching icecream
Fetched https://github.com/caiyue1993/IceCream.git (0.38s)
Fetching https://github.com/realm/realm-cocoa from cache
Fetched https://github.com/realm/realm-cocoa (0.83s)
Computing version for https://github.com/realm/realm-cocoa
Computed https://github.com/realm/realm-cocoa at 4.4.1 (0.04s)
Fetching https://github.com/realm/realm-core from cache
Fetched https://github.com/realm/realm-core (1.01s)
Computing version for https://github.com/realm/realm-core
Computed https://github.com/realm/realm-core at 5.23.8 (0.03s)
Creating working copy for https://github.com/realm/realm-core
Working copy of https://github.com/realm/realm-core resolved at 5.23.8
Creating working copy for https://github.com/caiyue1993/IceCream.git
Working copy of https://github.com/caiyue1993/IceCream.git resolved at master
Creating working copy for https://github.com/realm/realm-cocoa
Working copy of https://github.com/realm/realm-cocoa resolved at 4.4.1
warning: '.resolve-product-dependencies': dependency 'icecream' is not used by any target
Found 1 product dependencies
- Realm
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[0/52] Compiling RLMUpdateChecker.mm
[1/52] Compiling RLMRealmConfiguration.mm
[2/52] Compiling RLMSwiftSupport.m
[3/52] Compiling RLMRealmUtil.mm
[4/52] Compiling RLMSchema.mm
[5/52] Compiling RLMThreadSafeReference.mm
[6/52] Compiling RLMUtil.mm
[7/52] Compiling RLMResults.mm
[8/52] Compiling RLMPredicateUtil.mm
[9/52] Compiling RLMProperty.mm
[10/52] Compiling RLMObjectSchema.mm
[11/52] Compiling RLMOptionalBase.mm
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:135:17: warning: method definition for 'privilegesForRealm' not found [-Wincomplete-implementation]
@implementation RLMRealm {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:658:1: note: method 'privilegesForRealm' declared here
- (struct RLMRealmPrivileges)privilegesForRealm;
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:135:17: warning: method definition for 'privilegesForObject:' not found [-Wincomplete-implementation]
@implementation RLMRealm {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:681:1: note: method 'privilegesForObject:' declared here
- (struct RLMObjectPrivileges)privilegesForObject:(RLMObject *)object;
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:135:17: warning: method definition for 'privilegesForClass:' not found [-Wincomplete-implementation]
@implementation RLMRealm {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:700:1: note: method 'privilegesForClass:' declared here
- (struct RLMClassPrivileges)privilegesForClass:(Class)cls;
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:135:17: warning: method definition for 'privilegesForClassNamed:' not found [-Wincomplete-implementation]
@implementation RLMRealm {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:719:1: note: method 'privilegesForClassNamed:' declared here
- (struct RLMClassPrivileges)privilegesForClassNamed:(NSString *)className;
^
4 warnings generated.
[12/52] Compiling RLMRealm.mm
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMObjectStore.mm:63:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
sprintf(start, "%llu %s", count++, objectSchema.className.UTF8String);
^
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
1 warning generated.
[13/52] Compiling RLMObjectStore.mm
[14/52] Compiling RLMConstants.m
[15/52] Compiling RLMObservation.mm
[16/52] Compiling RLMObjectBase.mm
[17/52] Compiling RLMObject.mm
[18/52] Compiling RLMMigration.mm
[19/52] Compiling RLMListBase.mm
[20/52] Compiling RLMClassInfo.mm
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMAnalytics.mm:129:9: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
sprintf(formatted + i * 2, "%02x", buffer[i]);
^
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/stdio.h:180:1: note: 'sprintf' has been explicitly marked deprecated here
__deprecated_msg("This function is provided for compatibility reasons only. Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead.")
^
/Applications/Xcode-15.0.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.0.sdk/usr/include/sys/cdefs.h:215:48: note: expanded from macro '__deprecated_msg'
#define __deprecated_msg(_msg) __attribute__((__deprecated__(_msg)))
^
1 warning generated.
[21/52] Compiling RLMAnalytics.mm
[22/52] Compiling uuid.cpp
[23/52] Compiling RLMCollection.mm
[24/52] Compiling RLMManagedArray.mm
[25/52] Compiling event_loop_signal.cpp
[26/52] Compiling placeholder.cpp
[27/52] Compiling RLMQueryUtil.mm
[28/52] Compiling RLMArray.mm
[29/52] Compiling schema.cpp
[30/52] Compiling RLMAccessor.mm
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:943:12: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
return move(result);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:95:35: note: in instantiation of function template specialization 'realm::SharedGroup::export_for_handover<realm::Table>' requested here
, m_row(get_source_shared_group().export_for_handover(Row(object.row())))
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:966:33: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
std::unique_ptr<T> result = move(handover->clone);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:100:33: note: in instantiation of function template specialization 'realm::SharedGroup::import_from_handover<realm::BasicRow<realm::Table>>' requested here
Row row = *shared_group.import_from_handover(std::move(m_row));
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:930:12: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
return move(result);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:109:37: note: in instantiation of function template specialization 'realm::SharedGroup::export_for_handover<realm::Query>' requested here
, m_query(get_source_shared_group().export_for_handover(results.get_query(), ConstSourcePayload::Copy))
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:966:33: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
std::unique_ptr<T> result = move(handover->clone);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.cpp:118:37: note: in instantiation of function template specialization 'realm::SharedGroup::import_from_handover<realm::Query>' requested here
Query query = *shared_group.import_from_handover(std::move(m_query));
^
4 warnings generated.
[31/52] Compiling thread_safe_reference.cpp
[32/52] Compiling object_schema.cpp
[33/52] Compiling object.cpp
[34/52] Compiling object_store.cpp
[35/52] Compiling weak_realm_notifier.cpp
[36/52] Compiling shared_realm.cpp
[37/52] Compiling index_set.cpp
[38/52] Compiling results.cpp
[39/52] Compiling list.cpp
[40/52] Compiling primitive_list_notifier.cpp
[41/52] Compiling list_notifier.cpp
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.hpp:24:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:943:12: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
return move(result);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.cpp:32:40: note: in instantiation of function template specialization 'realm::SharedGroup::export_for_handover<realm::Table>' requested here
m_handover = source_shared_group().export_for_handover(row);
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.hpp:24:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:966:33: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
std::unique_ptr<T> result = move(handover->clone);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.cpp:44:16: note: in instantiation of function template specialization 'realm::SharedGroup::import_from_handover<realm::BasicRow<realm::Table>>' requested here
m_row = sg.import_from_handover(std::move(m_handover));
^
2 warnings generated.
[42/52] Compiling object_notifier.cpp
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:956:12: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
return move(result);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:33:46: note: in instantiation of function template specialization 'realm::SharedGroup::export_for_handover<realm::Query>' requested here
m_query_handover = source_shared_group().export_for_handover(q, MutableSourcePayload::Move);
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:956:12: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
return move(result);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:199:24: note: in instantiation of function template specialization 'realm::SharedGroup::export_for_handover<realm::TableView>' requested here
m_tv_handover = sg.export_for_handover(m_tv, MutableSourcePayload::Move);
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:966:33: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
std::unique_ptr<T> result = move(handover->clone);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:223:57: note: in instantiation of function template specialization 'realm::SharedGroup::import_from_handover<realm::TableView>' requested here
std::move(*sg.import_from_handover(std::move(m_tv_to_deliver))));
^
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:19:
In file included from /Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-core/src/realm/group_shared.hpp:966:33: warning: unqualified call to 'std::move' [-Wunqualified-std-cast-call]
std::unique_ptr<T> result = move(handover->clone);
^
std::
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.cpp:240:18: note: in instantiation of function template specialization 'realm::SharedGroup::import_from_handover<realm::Query>' requested here
m_query = sg.import_from_handover(std::move(m_query_handover));
^
4 warnings generated.
[43/52] Compiling results_notifier.cpp
[44/52] Compiling binding_callback_thread_observer.cpp
[45/52] Compiling collection_change_builder.cpp
[46/52] Compiling transact_log_handler.cpp
[47/52] Compiling collection_notifications.cpp
[48/52] Compiling keychain_helper.cpp
[49/52] Compiling realm_coordinator.cpp
[50/52] Compiling external_commit_helper.cpp
[51/52] Compiling collection_notifier.cpp
[53/70] Compiling RealmSwift Object.swift
[54/70] Compiling RealmSwift ObjectSchema.swift
[55/70] Compiling RealmSwift ObjectiveCSupport.swift
[56/70] Emitting module RealmSwift
[57/72] Compiling RealmSwift Optional.swift
[58/72] Compiling RealmSwift Property.swift
[59/72] Compiling RealmSwift Aliases.swift
[60/72] Compiling RealmSwift Error.swift
[61/72] Compiling RealmSwift LinkingObjects.swift
[62/72] Compiling RealmSwift RealmConfiguration.swift
[63/72] Compiling RealmSwift Results.swift
[64/72] Compiling RealmSwift List.swift
[65/72] Compiling RealmSwift Migration.swift
[66/72] Compiling RealmSwift Nonsync.swift
[67/72] Compiling RealmSwift Schema.swift
[68/72] Compiling RealmSwift SortDescriptor.swift
[69/72] Compiling RealmSwift Realm.swift
[70/72] Compiling RealmSwift RealmCollection.swift
[71/72] Compiling RealmSwift ThreadSafeReference.swift
[72/72] Compiling RealmSwift Util.swift
[73/87] Compiling IceCream PrivateDatabaseManager.swift
[74/87] Compiling IceCream PublicDatabaseManager.swift
[75/87] Compiling IceCream BackgroundWorker.swift
[76/87] Compiling IceCream CKRecordConvertible.swift
[77/87] Compiling IceCream CreamLocation.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/DatabaseManagerProtocol.swift:10:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol DatabaseManager: class {
^~~~~
AnyObject
[78/87] Compiling IceCream DatabaseManagerProtocol.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/DatabaseManagerProtocol.swift:10:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol DatabaseManager: class {
^~~~~
AnyObject
[79/87] Compiling IceCream SyncEngine.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/SyncEngine.swift:42:13: warning: switch must be exhaustive
switch status {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/SyncEngine.swift:42:13: note: add missing case: '.temporarilyUnavailable'
switch status {
^
[80/87] Compiling IceCream SyncObject.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/SyncEngine.swift:42:13: warning: switch must be exhaustive
switch status {
^
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/SyncEngine.swift:42:13: note: add missing case: '.temporarilyUnavailable'
switch status {
^
[81/87] Emitting module IceCream
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/DatabaseManagerProtocol.swift:10:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
protocol DatabaseManager: class {
^~~~~
AnyObject
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/Syncable.swift:14:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Syncable: class {
^~~~~
AnyObject
[82/87] Compiling IceCream CKRecordRecoverable.swift
[83/87] Compiling IceCream CreamAsset.swift
[84/87] Compiling IceCream ErrorHandler.swift
[85/87] Compiling IceCream Manifest.swift
[86/87] Compiling IceCream Notification+Name.swift
[87/87] Compiling IceCream PendingRelationshipsWorker.swift
[88/88] Compiling IceCream Syncable.swift
/Users/builder/builds/TDmZkXJm/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/IceCream/Classes/Syncable.swift:14:27: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol Syncable: class {
^~~~~
AnyObject
Build complete! (27.21s)
Build complete.
Done.