We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Access the objectTypes to use for introspection.
Same behaviour as 3.3.2
_swift_runtime_on_report frame #1: 0x0000000106d99181 libswiftCore.dylib
partial apply forwarder for closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #2 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._fatalErrorMessage(Swift.StaticString, Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never + 63 frame #3: 0x0000000106a601eb libswiftCore.dylib
partial apply forwarder for closure #2 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._fatalErrorMessage(Swift.StaticString, Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never + 113 frame #5: 0x0000000106a601eb libswiftCore.dylib
Realm.permissions.getter(self=0x000060c000226560) at Sync.swift:1313 frame #8: 0x00000001069c85e1 Synchro
partial apply forwarder for closure #1 () -> () in closure #1 (__C.CKAccountStatus, Swift.Optional<Swift.Error>) -> () in Synchro.Sync.start(completionHandler: Swift.Optional<(Swift.Optional<Swift.Error>) -> ()>) -> () at Sync.swift, self=0x000060800003cd00) at Sync.swift:135 frame #9: 0x00000001069c7012 Synchro
partial apply forwarder for (extension in PromiseKit):PromiseKit.Resolver<A where A == ()>.resolve(Swift.Optional<Swift.Error>) -> () at SyncTests.swift) at Sync.swift:102 frame #10: 0x00000001069cd38b Synchro
thunk for @callee_owned (@unowned CKAccountStatus, @owned Error?) -> () at Sync.swift:0 frame #12: 0x0000000103752662 CloudKit
__invoking___ + 140 frame #14: 0x000000010759e240 CoreFoundation
__NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK__ + 17 frame #16: 0x0000000103bb588a Foundation
__88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke.346 + 505 frame #18: 0x000000010875061c libxpc.dylib
_xpc_connection_call_reply_async + 82 frame #20: 0x000000010837839f libdispatch.dylib
_dispatch_mach_msg_async_reply_invoke + 369 frame #22: 0x000000010838057d libdispatch.dylib
_dispatch_queue_invoke + 336 frame #24: 0x000000010837cf7c libdispatch.dylib
_dispatch_root_queue_drain + 772 frame #26: 0x0000000108383da0 libdispatch.dylib
_pthread_wqthread + 1387 frame #28: 0x0000000108842c4d libsystem_pthread.dylib
let realm = try! Realm() guard let objectTypes = realm.configuration.objectTypes else { return }
Realm framework version: ? 3.3.0
Realm Object Server version: ? N/A
Xcode version: ? 9.2
iOS/OSX version: ?
iOS 11
Dependency manager + version: ? carthage 0.28.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Goals
Access the objectTypes to use for introspection.
Expected Results
Same behaviour as 3.3.2
Actual Results
frame #0: 0x0000000106d58900 libswiftCore.dylib
_swift_runtime_on_report frame #1: 0x0000000106d99181 libswiftCore.dylib
_swift_stdlib_reportFatalError + 113frame Support for 'float' and 'double' column types and a lot of other fixes #2: 0x0000000106d3538f libswiftCore.dylib
partial apply forwarder for closure #1 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in closure #2 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._fatalErrorMessage(Swift.StaticString, Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never + 63 frame #3: 0x0000000106a601eb libswiftCore.dylib
function signature specialization <preserving fragile attribute, Arg[1] = [Closure Propagated : reabstraction thunk helper from @callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> () to @callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> (@out ()), Argument Types : [@callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> ()]> of generic specialization <preserving fragile attribute, ()> of Swift.StaticString.withUTF8Buffer((Swift.UnsafeBufferPointer<Swift.UInt8>) -> A) -> A + 187frame Explicit string size - Obj-C #4: 0x0000000106ce90f1 libswiftCore.dylib
partial apply forwarder for closure #2 (Swift.UnsafeBufferPointer<Swift.UInt8>) -> () in Swift._fatalErrorMessage(Swift.StaticString, Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never + 113 frame #5: 0x0000000106a601eb libswiftCore.dylib
function signature specialization <preserving fragile attribute, Arg[1] = [Closure Propagated : reabstraction thunk helper from @callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> () to @callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> (@out ()), Argument Types : [@callee_owned (@unowned Swift.UnsafeBufferPointer<Swift.UInt8>) -> ()]> of generic specialization <preserving fragile attribute, ()> of Swift.StaticString.withUTF8Buffer((Swift.UnsafeBufferPointer<Swift.UInt8>) -> A) -> A + 187frame Tutorial (./examples/tutorial.m) ready for inspection and upload if found ok. #6: 0x0000000106c14410 libswiftCore.dylib`function signature specialization <preserving fragile attribute, Arg[2] = Dead, Arg[3] = Dead> of Swift._fatalErrorMessage(Swift.StaticString, Swift.StaticString, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never + 96
Realm.permissions.getter(self=0x000060c000226560) at Sync.swift:1313 frame #8: 0x00000001069c85e1 Synchro
Sync.sync(completionHandler=0x00000001069cfe80 Synchropartial apply forwarder for closure #1 () -> () in closure #1 (__C.CKAccountStatus, Swift.Optional<Swift.Error>) -> () in Synchro.Sync.start(completionHandler: Swift.Optional<(Swift.Optional<Swift.Error>) -> ()>) -> () at Sync.swift, self=0x000060800003cd00) at Sync.swift:135 frame #9: 0x00000001069c7012 Synchro
closure Column type rename #1 in Sync.start(accountStatus=available, error=nil, self=0x000060800003cd00, completionHandler=0x00000001024ee110 SynchroTestpartial apply forwarder for (extension in PromiseKit):PromiseKit.Resolver<A where A == ()>.resolve(Swift.Optional<Swift.Error>) -> () at SyncTests.swift) at Sync.swift:102 frame #10: 0x00000001069cd38b Synchro
partial apply for closure Column type rename #1 in Sync.start(completionHandler:) at Sync.swift:0frame Subtable assigment issue fixed. #11: 0x00000001069c714f Synchro
thunk for @callee_owned (@unowned CKAccountStatus, @owned Error?) -> () at Sync.swift:0 frame #12: 0x0000000103752662 CloudKit
__65-[CKContainer(AccountStatus) accountStatusWithCompletionHandler:]_block_invoke.1414 + 319frame addRow rename to addEmptyRow #13: 0x000000010759e36c CoreFoundation
__invoking___ + 140 frame #14: 0x000000010759e240 CoreFoundation
-[NSInvocation invoke] + 320frame v.0.1.5 #15: 0x00000001039895ce Foundation
__NSXPCCONNECTION_IS_CALLING_OUT_TO_REPLY_BLOCK__ + 17 frame #16: 0x0000000103bb588a Foundation
-[NSXPCConnection _decodeAndInvokeReplyBlockWithEvent:sequence:replyInfo:] + 790frame Renaming optimize references. #17: 0x0000000103bb99b0 Foundation
__88-[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:]_block_invoke.346 + 505 frame #18: 0x000000010875061c libxpc.dylib
_xpc_connection_reply_callout + 36frame Xcode project #19: 0x00000001087459cc libxpc.dylib
_xpc_connection_call_reply_async + 82 frame #20: 0x000000010837839f libdispatch.dylib
_dispatch_client_callout3 + 8frame Check that $CONFIG_MK is writable. #21: 0x00000001083905b7 libdispatch.dylib
_dispatch_mach_msg_async_reply_invoke + 369 frame #22: 0x000000010838057d libdispatch.dylib
_dispatch_queue_serial_drain + 434frame Mini tutorial #23: 0x00000001083811ea libdispatch.dylib
_dispatch_queue_invoke + 336 frame #24: 0x000000010837cf7c libdispatch.dylib
_dispatch_queue_override_invoke + 733frame Error handling (Jesper) #25: 0x0000000108384102 libdispatch.dylib
_dispatch_root_queue_drain + 772 frame #26: 0x0000000108383da0 libdispatch.dylib
_dispatch_worker_thread3 + 132frame Makefile upgraded to latest version from core library #27: 0x00000001088431ca libsystem_pthread.dylib
_pthread_wqthread + 1387 frame #28: 0x0000000108842c4d libsystem_pthread.dylib
start_wqthread + 13(lldb)
Steps to Reproduce
Code Sample
Version of Realm and Tooling
Realm framework version: ?
3.3.0
Realm Object Server version: ?
N/A
Xcode version: ?
9.2
iOS/OSX version: ?
iOS 11
Dependency manager + version: ?
carthage 0.28.0
The text was updated successfully, but these errors were encountered: