The Swift Package Index logo.Swift Package Index

Build Information

Successful build of RealmCoder with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.22.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/OakCityLabs/RealmCoder.git
Reference: 1.0.2
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/OakCityLabs/RealmCoder
 * tag               1.0.2      -> FETCH_HEAD
HEAD is now at 8730ac1 Merge branch 'master' into documentation
Cloned https://github.com/OakCityLabs/RealmCoder.git into spi-builder-workspace
8730ac1a45811fff4df2907adde5f1347a813ed4
SUCCESS checkout https://github.com/OakCityLabs/RealmCoder.git at 1.0.2
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  spi-builder-workspace
Running build ...
env DEVELOPER_DIR="/Applications/Xcode-15.0.0-Beta.2.app" xcrun swift build --arch arm64
Fetching https://github.com/realm/realm-cocoa.git from cache
Fetching https://github.com/realm/realm-core from cache
Fetched https://github.com/realm/realm-cocoa.git (1.06s)
Computing version for https://github.com/realm/realm-cocoa.git
Fetched https://github.com/realm/realm-core (1.30s)
Computed https://github.com/realm/realm-cocoa.git at 4.4.1 (0.59s)
Computing version for https://github.com/realm/realm-core
Computed https://github.com/realm/realm-core at 5.23.8 (0.52s)
Creating working copy for https://github.com/realm/realm-cocoa.git
Working copy of https://github.com/realm/realm-cocoa.git resolved at 4.4.1
Creating working copy for https://github.com/realm/realm-core
Working copy of https://github.com/realm/realm-core resolved at 5.23.8
Building for debugging...
[0/50] Compiling external_commit_helper.cpp
[1/50] Compiling RLMPredicateUtil.mm
[2/50] Compiling RLMProperty.mm
[3/50] Compiling RLMUpdateChecker.mm
[4/50] Compiling RLMUtil.mm
[5/50] Compiling RLMOptionalBase.mm
[6/50] Compiling RLMObservation.mm
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:136:17: warning: method definition for 'privilegesForRealm' not found [-Wincomplete-implementation]
@implementation RLMRealm {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:691:1: note: method 'privilegesForRealm' declared here
- (struct RLMRealmPrivileges)privilegesForRealm;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:136:17: warning: method definition for 'privilegesForObject:' not found [-Wincomplete-implementation]
@implementation RLMRealm {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:714:1: note: method 'privilegesForObject:' declared here
- (struct RLMObjectPrivileges)privilegesForObject:(RLMObject *)object;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:136:17: warning: method definition for 'privilegesForClass:' not found [-Wincomplete-implementation]
@implementation RLMRealm {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:733:1: note: method 'privilegesForClass:' declared here
- (struct RLMClassPrivileges)privilegesForClass:(Class)cls;
^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/RLMRealm.mm:136:17: warning: method definition for 'privilegesForClassNamed:' not found [-Wincomplete-implementation]
@implementation RLMRealm {
                ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/include/Realm/RLMRealm.h:752:1: note: method 'privilegesForClassNamed:' declared here
- (struct RLMClassPrivileges)privilegesForClassNamed:(NSString *)className;
^
4 warnings generated.
[7/50] Compiling RLMRealm.mm
[8/50] Compiling RLMThreadSafeReference.mm
[9/50] Compiling RLMSwiftSupport.m
[10/50] Compiling RLMRealmUtil.mm
[11/50] Compiling RLMSchema.mm
[12/50] Compiling RLMRealmConfiguration.mm
[13/50] Compiling RLMObjectSchema.mm
[14/50] Compiling RLMResults.mm
[15/50] Compiling RLMConstants.m
/Users/builder/builds/TDmZkXJm/1/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-Beta.2.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-Beta.2.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.
[16/50] Compiling RLMObjectStore.mm
[17/50] Compiling RLMObjectBase.mm
[18/50] Compiling RLMQueryUtil.mm
[19/50] Compiling RLMObject.mm
[20/50] Compiling RLMMigration.mm
[21/50] Compiling uuid.cpp
[22/50] Compiling RLMManagedArray.mm
[23/50] Compiling RLMListBase.mm
/Users/builder/builds/TDmZkXJm/1/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-Beta.2.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-Beta.2.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.
[24/50] Compiling RLMAnalytics.mm
[25/50] Compiling RLMClassInfo.mm
[26/50] Compiling RLMCollection.mm
[27/50] Compiling schema.cpp
[28/50] Compiling RLMArray.mm
In file included from /Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/thread_safe_reference.hpp:22:
/Users/builder/builds/TDmZkXJm/1/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/1/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.
[29/50] Compiling thread_safe_reference.cpp
[30/50] Compiling RLMAccessor.mm
[31/50] Compiling object_schema.cpp
[32/50] Compiling object_store.cpp
[33/50] Compiling index_set.cpp
[34/50] Compiling shared_realm.cpp
[35/50] Compiling weak_realm_notifier.cpp
[36/50] Compiling results.cpp
[37/50] Compiling object.cpp
[38/50] Compiling list.cpp
[39/50] Compiling primitive_list_notifier.cpp
In file included from /Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.hpp:24:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/object_notifier.hpp:24:
/Users/builder/builds/TDmZkXJm/1/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/1/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.
[40/50] Compiling object_notifier.cpp
In file included from /Users/builder/builds/TDmZkXJm/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/1/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/1/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/1/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/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.build/checkouts/realm-cocoa/Realm/ObjectStore/src/impl/results_notifier.hpp:25:
/Users/builder/builds/TDmZkXJm/1/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/1/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.
[41/50] Compiling results_notifier.cpp
[42/50] Compiling list_notifier.cpp
[43/50] Compiling binding_callback_thread_observer.cpp
[44/50] Compiling collection_notifications.cpp
[45/50] Compiling keychain_helper.cpp
[46/50] Compiling collection_change_builder.cpp
[47/50] Compiling transact_log_handler.cpp
[48/50] Compiling collection_notifier.cpp
[49/50] Compiling realm_coordinator.cpp
[51/68] Compiling RealmSwift Realm.swift
[52/68] Compiling RealmSwift RealmCollection.swift
[53/68] Compiling RealmSwift Schema.swift
[54/68] Compiling RealmSwift SortDescriptor.swift
[55/68] Compiling RealmSwift RealmConfiguration.swift
[56/68] Compiling RealmSwift Results.swift
[57/68] Emitting module RealmSwift
[58/68] Compiling RealmSwift Optional.swift
[59/68] Compiling RealmSwift Property.swift
[60/68] Compiling RealmSwift Object.swift
[61/68] Compiling RealmSwift ObjectSchema.swift
[62/68] Compiling RealmSwift ObjectiveCSupport.swift
[63/70] Compiling RealmSwift Aliases.swift
[64/70] Compiling RealmSwift Error.swift
[65/70] Compiling RealmSwift LinkingObjects.swift
[66/70] Compiling RealmSwift List.swift
[67/70] Compiling RealmSwift Migration.swift
[68/70] Compiling RealmSwift Nonsync.swift
[69/70] Compiling RealmSwift ThreadSafeReference.swift
[70/70] Compiling RealmSwift Util.swift
[71/73] Emitting module RealmCoder
[72/73] Compiling RealmCoder RealmCodable.swift
[73/73] Compiling RealmCoder RealmCoder.swift
Build complete! (30.74s)
Build complete.
Done.