diff --git a/.gradle/8.7/executionHistory/executionHistory.bin b/.gradle/8.7/executionHistory/executionHistory.bin index fa60f982..b1b8c1d4 100644 Binary files a/.gradle/8.7/executionHistory/executionHistory.bin and b/.gradle/8.7/executionHistory/executionHistory.bin differ diff --git a/.gradle/8.7/executionHistory/executionHistory.lock b/.gradle/8.7/executionHistory/executionHistory.lock index 7a51c542..8d54d9e7 100644 Binary files a/.gradle/8.7/executionHistory/executionHistory.lock and b/.gradle/8.7/executionHistory/executionHistory.lock differ diff --git a/.gradle/8.7/fileHashes/fileHashes.bin b/.gradle/8.7/fileHashes/fileHashes.bin index 70db9b52..b830f91b 100644 Binary files a/.gradle/8.7/fileHashes/fileHashes.bin and b/.gradle/8.7/fileHashes/fileHashes.bin differ diff --git a/.gradle/8.7/fileHashes/fileHashes.lock b/.gradle/8.7/fileHashes/fileHashes.lock index 80b3f1c8..3e1da18f 100644 Binary files a/.gradle/8.7/fileHashes/fileHashes.lock and b/.gradle/8.7/fileHashes/fileHashes.lock differ diff --git a/.gradle/8.7/fileHashes/resourceHashesCache.bin b/.gradle/8.7/fileHashes/resourceHashesCache.bin index f1ef73d3..59167512 100644 Binary files a/.gradle/8.7/fileHashes/resourceHashesCache.bin and b/.gradle/8.7/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index eeb684e8..bad33930 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/Info.plist b/TidalNetworkTime-xcodebuild-15.4.xcframework/Info.plist new file mode 100644 index 00000000..e0bbe07c --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/Info.plist @@ -0,0 +1,90 @@ + + + + + AvailableLibraries + + + BinaryPath + TidalNetworkTime.framework/Versions/A/TidalNetworkTime + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + TidalNetworkTime.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + + + BinaryPath + TidalNetworkTime.framework/TidalNetworkTime + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + TidalNetworkTime.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + BinaryPath + TidalNetworkTime.framework/TidalNetworkTime + LibraryIdentifier + tvos-arm64 + LibraryPath + TidalNetworkTime.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + BinaryPath + TidalNetworkTime.framework/TidalNetworkTime + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + TidalNetworkTime.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + BinaryPath + TidalNetworkTime.framework/TidalNetworkTime + LibraryIdentifier + ios-arm64 + LibraryPath + TidalNetworkTime.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Headers/TidalNetworkTime.h b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Headers/TidalNetworkTime.h new file mode 100644 index 00000000..3d28f598 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Headers/TidalNetworkTime.h @@ -0,0 +1,435 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTProtocolFamily, TNTKotlinArray, TNTNTPVersion, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTNTPServer, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinUnit; + +@protocol TNTKotlinComparable, TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPServer"))) +@interface TNTNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPVersion"))) +@interface TNTNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("ProtocolFamily"))) +@interface TNTProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("SNTPClient"))) +@interface TNTSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Info.plist b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Info.plist new file mode 100644 index 00000000..69ba8311 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleExecutable + TidalNetworkTime + CFBundleIdentifier + TidalNetworkTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTime + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + iPhoneOS + + CFBundleVersion + unspecified + MinimumOSVersion + 12.0 + UIDeviceFamily + + 1 + 2 + + UIRequiredDeviceCapabilities + + arm64 + + + \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Modules/module.modulemap b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Modules/module.modulemap new file mode 100644 index 00000000..59976568 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/Modules/module.modulemap @@ -0,0 +1,8 @@ +framework module "TidalNetworkTime" { + umbrella header "TidalNetworkTime.h" + + export * + module * { export * } + + use Foundation +} diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/TidalNetworkTime b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/TidalNetworkTime new file mode 100644 index 00000000..968834f5 Binary files /dev/null and b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Headers/TidalNetworkTime.h b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Headers/TidalNetworkTime.h new file mode 100644 index 00000000..3d28f598 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Headers/TidalNetworkTime.h @@ -0,0 +1,435 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTProtocolFamily, TNTKotlinArray, TNTNTPVersion, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTNTPServer, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinUnit; + +@protocol TNTKotlinComparable, TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPServer"))) +@interface TNTNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPVersion"))) +@interface TNTNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("ProtocolFamily"))) +@interface TNTProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("SNTPClient"))) +@interface TNTSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Info.plist b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Info.plist new file mode 100644 index 00000000..f1323344 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Info.plist @@ -0,0 +1,31 @@ + + + + + CFBundleExecutable + TidalNetworkTime + CFBundleIdentifier + TidalNetworkTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTime + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + iPhoneOS + + CFBundleVersion + unspecified + MinimumOSVersion + 12.0 + UIDeviceFamily + + 1 + 2 + + + diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Modules/module.modulemap b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Modules/module.modulemap new file mode 100644 index 00000000..1c6c9d43 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module "TidalNetworkTime" { + umbrella header "TidalNetworkTime.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/TidalNetworkTime b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/TidalNetworkTime new file mode 100644 index 00000000..89265939 Binary files /dev/null and b/TidalNetworkTime-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Headers b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Headers new file mode 120000 index 00000000..a177d2a6 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Modules b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Modules new file mode 120000 index 00000000..5736f318 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Resources b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Resources new file mode 120000 index 00000000..953ee36f --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/TidalNetworkTime b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/TidalNetworkTime new file mode 120000 index 00000000..c39336e7 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/TidalNetworkTime @@ -0,0 +1 @@ +Versions/Current/TidalNetworkTime \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Headers/TidalNetworkTime.h b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Headers/TidalNetworkTime.h new file mode 100644 index 00000000..3d28f598 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Headers/TidalNetworkTime.h @@ -0,0 +1,435 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTProtocolFamily, TNTKotlinArray, TNTNTPVersion, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTNTPServer, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinUnit; + +@protocol TNTKotlinComparable, TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPServer"))) +@interface TNTNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPVersion"))) +@interface TNTNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("ProtocolFamily"))) +@interface TNTProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("SNTPClient"))) +@interface TNTSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Modules/module.modulemap b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 00000000..1c6c9d43 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module "TidalNetworkTime" { + umbrella header "TidalNetworkTime.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Resources/Info.plist b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Resources/Info.plist new file mode 100644 index 00000000..a6b12ad9 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleExecutable + TidalNetworkTime + CFBundleIdentifier + TidalNetworkTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTime + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + unspecified + + diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/TidalNetworkTime b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/TidalNetworkTime new file mode 100644 index 00000000..84f67abf Binary files /dev/null and b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/A/TidalNetworkTime differ diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/Current b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/Current new file mode 120000 index 00000000..8c7e5a66 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTime.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Headers/TidalNetworkTime.h b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Headers/TidalNetworkTime.h new file mode 100644 index 00000000..3d28f598 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Headers/TidalNetworkTime.h @@ -0,0 +1,435 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTProtocolFamily, TNTKotlinArray, TNTNTPVersion, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTNTPServer, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinUnit; + +@protocol TNTKotlinComparable, TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPServer"))) +@interface TNTNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPVersion"))) +@interface TNTNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("ProtocolFamily"))) +@interface TNTProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("SNTPClient"))) +@interface TNTSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Info.plist b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Info.plist new file mode 100644 index 00000000..cfb59d5a --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleExecutable + TidalNetworkTime + CFBundleIdentifier + TidalNetworkTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTime + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + AppleTVOS + + CFBundleVersion + unspecified + MinimumOSVersion + 12.0 + UIDeviceFamily + + 3 + + + \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Modules/module.modulemap b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Modules/module.modulemap new file mode 100644 index 00000000..59976568 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/Modules/module.modulemap @@ -0,0 +1,8 @@ +framework module "TidalNetworkTime" { + umbrella header "TidalNetworkTime.h" + + export * + module * { export * } + + use Foundation +} diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/TidalNetworkTime b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/TidalNetworkTime new file mode 100644 index 00000000..29121510 Binary files /dev/null and b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Headers/TidalNetworkTime.h b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Headers/TidalNetworkTime.h new file mode 100644 index 00000000..3d28f598 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Headers/TidalNetworkTime.h @@ -0,0 +1,435 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTProtocolFamily, TNTKotlinArray, TNTNTPVersion, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTNTPServer, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinUnit; + +@protocol TNTKotlinComparable, TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPServer"))) +@interface TNTNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NTPVersion"))) +@interface TNTNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("ProtocolFamily"))) +@interface TNTProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("SNTPClient"))) +@interface TNTSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Info.plist b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Info.plist new file mode 100644 index 00000000..993d7671 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleExecutable + TidalNetworkTime + CFBundleIdentifier + TidalNetworkTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTime + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + AppleTVOS + + CFBundleVersion + unspecified + MinimumOSVersion + 14.0 + UIDeviceFamily + + 3 + + + diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Modules/module.modulemap b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Modules/module.modulemap new file mode 100644 index 00000000..1c6c9d43 --- /dev/null +++ b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module "TidalNetworkTime" { + umbrella header "TidalNetworkTime.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/TidalNetworkTime b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/TidalNetworkTime new file mode 100644 index 00000000..3dd21561 Binary files /dev/null and b/TidalNetworkTime-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/Info.plist b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/Info.plist new file mode 100644 index 00000000..25b5dfb6 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/Info.plist @@ -0,0 +1,90 @@ + + + + + AvailableLibraries + + + BinaryPath + TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons + LibraryIdentifier + ios-arm64 + LibraryPath + TidalNetworkTimeSingletons.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + ios + + + BinaryPath + TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons + LibraryIdentifier + tvos-arm64_x86_64-simulator + LibraryPath + TidalNetworkTimeSingletons.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + tvos + SupportedPlatformVariant + simulator + + + BinaryPath + TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons + LibraryIdentifier + macos-arm64_x86_64 + LibraryPath + TidalNetworkTimeSingletons.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + macos + + + BinaryPath + TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons + LibraryIdentifier + ios-arm64_x86_64-simulator + LibraryPath + TidalNetworkTimeSingletons.framework + SupportedArchitectures + + arm64 + x86_64 + + SupportedPlatform + ios + SupportedPlatformVariant + simulator + + + BinaryPath + TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons + LibraryIdentifier + tvos-arm64 + LibraryPath + TidalNetworkTimeSingletons.framework + SupportedArchitectures + + arm64 + + SupportedPlatform + tvos + + + CFBundlePackageType + XFWK + XCFrameworkFormatVersion + 1.0 + + diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h new file mode 100644 index 00000000..30942e6e --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h @@ -0,0 +1,439 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTNetworktimeNTPServer, TNTKotlinArray, TNTNetworktimeSNTPClient, TNTNetworktimeProtocolFamily, TNTNetworktimeNTPVersion, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTKotlinUnit; + +@protocol TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinComparable, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeSNTPClient"))) +@interface TNTNetworktimeSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +@interface TNTNetworktimeSNTPClient (Extensions) +@property (readonly) TNTNetworktimeSNTPClient *singleton __attribute__((swift_name("singleton"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPServer"))) +@interface TNTNetworktimeNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNetworktimeNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNetworktimeNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeProtocolFamily"))) +@interface TNTNetworktimeProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPVersion"))) +@interface TNTNetworktimeNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNetworktimeNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNetworktimeNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNetworktimeNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNetworktimeNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Info.plist b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Info.plist new file mode 100644 index 00000000..e647b660 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Info.plist @@ -0,0 +1,35 @@ + + + + + CFBundleExecutable + TidalNetworkTimeSingletons + CFBundleIdentifier + TidalNetworkTimeSingletons + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTimeSingletons + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + iPhoneOS + + CFBundleVersion + unspecified + MinimumOSVersion + 12.0 + UIDeviceFamily + + 1 + 2 + + UIRequiredDeviceCapabilities + + arm64 + + + \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Modules/module.modulemap b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Modules/module.modulemap new file mode 100644 index 00000000..5e94be63 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/Modules/module.modulemap @@ -0,0 +1,8 @@ +framework module "TidalNetworkTimeSingletons" { + umbrella header "TidalNetworkTimeSingletons.h" + + export * + module * { export * } + + use Foundation +} diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons new file mode 100644 index 00000000..eca17815 Binary files /dev/null and b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h new file mode 100644 index 00000000..30942e6e --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h @@ -0,0 +1,439 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTNetworktimeNTPServer, TNTKotlinArray, TNTNetworktimeSNTPClient, TNTNetworktimeProtocolFamily, TNTNetworktimeNTPVersion, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTKotlinUnit; + +@protocol TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinComparable, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeSNTPClient"))) +@interface TNTNetworktimeSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +@interface TNTNetworktimeSNTPClient (Extensions) +@property (readonly) TNTNetworktimeSNTPClient *singleton __attribute__((swift_name("singleton"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPServer"))) +@interface TNTNetworktimeNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNetworktimeNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNetworktimeNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeProtocolFamily"))) +@interface TNTNetworktimeProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPVersion"))) +@interface TNTNetworktimeNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNetworktimeNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNetworktimeNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNetworktimeNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNetworktimeNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Info.plist b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Info.plist new file mode 100644 index 00000000..5324f129 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Info.plist @@ -0,0 +1,31 @@ + + + + + CFBundleExecutable + TidalNetworkTimeSingletons + CFBundleIdentifier + TidalNetworkTimeSingletons + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTimeSingletons + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + iPhoneOS + + CFBundleVersion + unspecified + MinimumOSVersion + 12.0 + UIDeviceFamily + + 1 + 2 + + + diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Modules/module.modulemap b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Modules/module.modulemap new file mode 100644 index 00000000..406ce46d --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module "TidalNetworkTimeSingletons" { + umbrella header "TidalNetworkTimeSingletons.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons new file mode 100644 index 00000000..9d94bb6b Binary files /dev/null and b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/ios-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Headers b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Headers new file mode 120000 index 00000000..a177d2a6 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Headers @@ -0,0 +1 @@ +Versions/Current/Headers \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Modules b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Modules new file mode 120000 index 00000000..5736f318 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Modules @@ -0,0 +1 @@ +Versions/Current/Modules \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Resources b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Resources new file mode 120000 index 00000000..953ee36f --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Resources @@ -0,0 +1 @@ +Versions/Current/Resources \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons new file mode 120000 index 00000000..b7ba0eb1 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons @@ -0,0 +1 @@ +Versions/Current/TidalNetworkTimeSingletons \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Headers/TidalNetworkTimeSingletons.h b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Headers/TidalNetworkTimeSingletons.h new file mode 100644 index 00000000..30942e6e --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Headers/TidalNetworkTimeSingletons.h @@ -0,0 +1,439 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTNetworktimeNTPServer, TNTKotlinArray, TNTNetworktimeSNTPClient, TNTNetworktimeProtocolFamily, TNTNetworktimeNTPVersion, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTKotlinUnit; + +@protocol TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinComparable, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeSNTPClient"))) +@interface TNTNetworktimeSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +@interface TNTNetworktimeSNTPClient (Extensions) +@property (readonly) TNTNetworktimeSNTPClient *singleton __attribute__((swift_name("singleton"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPServer"))) +@interface TNTNetworktimeNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNetworktimeNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNetworktimeNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeProtocolFamily"))) +@interface TNTNetworktimeProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPVersion"))) +@interface TNTNetworktimeNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNetworktimeNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNetworktimeNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNetworktimeNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNetworktimeNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Modules/module.modulemap b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 00000000..406ce46d --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module "TidalNetworkTimeSingletons" { + umbrella header "TidalNetworkTimeSingletons.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Resources/Info.plist b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Resources/Info.plist new file mode 100644 index 00000000..80df9e05 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/Resources/Info.plist @@ -0,0 +1,24 @@ + + + + + CFBundleExecutable + TidalNetworkTimeSingletons + CFBundleIdentifier + TidalNetworkTimeSingletons + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTimeSingletons + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + MacOSX + + CFBundleVersion + unspecified + + diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons new file mode 100644 index 00000000..00866ed0 Binary files /dev/null and b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons differ diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/Current b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/Current new file mode 120000 index 00000000..8c7e5a66 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/macos-arm64_x86_64/TidalNetworkTimeSingletons.framework/Versions/Current @@ -0,0 +1 @@ +A \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h new file mode 100644 index 00000000..30942e6e --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h @@ -0,0 +1,439 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTNetworktimeNTPServer, TNTKotlinArray, TNTNetworktimeSNTPClient, TNTNetworktimeProtocolFamily, TNTNetworktimeNTPVersion, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTKotlinUnit; + +@protocol TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinComparable, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeSNTPClient"))) +@interface TNTNetworktimeSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +@interface TNTNetworktimeSNTPClient (Extensions) +@property (readonly) TNTNetworktimeSNTPClient *singleton __attribute__((swift_name("singleton"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPServer"))) +@interface TNTNetworktimeNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNetworktimeNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNetworktimeNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeProtocolFamily"))) +@interface TNTNetworktimeProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPVersion"))) +@interface TNTNetworktimeNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNetworktimeNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNetworktimeNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNetworktimeNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNetworktimeNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Info.plist b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Info.plist new file mode 100644 index 00000000..5bf06424 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleExecutable + TidalNetworkTimeSingletons + CFBundleIdentifier + TidalNetworkTimeSingletons + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTimeSingletons + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + AppleTVOS + + CFBundleVersion + unspecified + MinimumOSVersion + 12.0 + UIDeviceFamily + + 3 + + + \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Modules/module.modulemap b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Modules/module.modulemap new file mode 100644 index 00000000..5e94be63 --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/Modules/module.modulemap @@ -0,0 +1,8 @@ +framework module "TidalNetworkTimeSingletons" { + umbrella header "TidalNetworkTimeSingletons.h" + + export * + module * { export * } + + use Foundation +} diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons new file mode 100644 index 00000000..14af0539 Binary files /dev/null and b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h new file mode 100644 index 00000000..30942e6e --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Headers/TidalNetworkTimeSingletons.h @@ -0,0 +1,439 @@ +#import +#import +#import +#import +#import +#import +#import + +@class TNTNetworktimeNTPServer, TNTKotlinArray, TNTNetworktimeSNTPClient, TNTNetworktimeProtocolFamily, TNTNetworktimeNTPVersion, TNTKotlinThrowable, TNTKotlinException, TNTKotlinRuntimeException, TNTKotlinIllegalStateException, TNTKotlinCancellationException, TNTKotlinEnumCompanion, TNTKotlinEnum, TNTKotlinUnit; + +@protocol TNTKotlinx_coroutines_coreJob, TNTKotlinIterator, TNTKotlinx_coroutines_coreChildHandle, TNTKotlinx_coroutines_coreChildJob, TNTKotlinx_coroutines_coreDisposableHandle, TNTKotlinSequence, TNTKotlinx_coroutines_coreSelectClause0, TNTKotlinCoroutineContextKey, TNTKotlinCoroutineContextElement, TNTKotlinCoroutineContext, TNTKotlinComparable, TNTKotlinx_coroutines_coreParentJob, TNTKotlinx_coroutines_coreSelectInstance, TNTKotlinx_coroutines_coreSelectClause; + +NS_ASSUME_NONNULL_BEGIN +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunknown-warning-option" +#pragma clang diagnostic ignored "-Wincompatible-property-type" +#pragma clang diagnostic ignored "-Wnullability" + +#pragma push_macro("_Nullable_result") +#if !__has_feature(nullability_nullable_result) +#undef _Nullable_result +#define _Nullable_result _Nullable +#endif + +__attribute__((swift_name("KotlinBase"))) +@interface TNTBase : NSObject +- (instancetype)init __attribute__((unavailable)); ++ (instancetype)new __attribute__((unavailable)); ++ (void)initialize __attribute__((objc_requires_super)); +@end + +@interface TNTBase (TNTBaseCopying) +@end + +__attribute__((swift_name("KotlinMutableSet"))) +@interface TNTMutableSet : NSMutableSet +@end + +__attribute__((swift_name("KotlinMutableDictionary"))) +@interface TNTMutableDictionary : NSMutableDictionary +@end + +@interface NSError (NSErrorTNTKotlinException) +@property (readonly) id _Nullable kotlinException; +@end + +__attribute__((swift_name("KotlinNumber"))) +@interface TNTNumber : NSNumber +- (instancetype)initWithChar:(char)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); +- (instancetype)initWithShort:(short)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); +- (instancetype)initWithInt:(int)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); +- (instancetype)initWithLong:(long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); +- (instancetype)initWithLongLong:(long long)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); +- (instancetype)initWithFloat:(float)value __attribute__((unavailable)); +- (instancetype)initWithDouble:(double)value __attribute__((unavailable)); +- (instancetype)initWithBool:(BOOL)value __attribute__((unavailable)); +- (instancetype)initWithInteger:(NSInteger)value __attribute__((unavailable)); +- (instancetype)initWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithChar:(char)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedChar:(unsigned char)value __attribute__((unavailable)); ++ (instancetype)numberWithShort:(short)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedShort:(unsigned short)value __attribute__((unavailable)); ++ (instancetype)numberWithInt:(int)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInt:(unsigned int)value __attribute__((unavailable)); ++ (instancetype)numberWithLong:(long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLong:(unsigned long)value __attribute__((unavailable)); ++ (instancetype)numberWithLongLong:(long long)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value __attribute__((unavailable)); ++ (instancetype)numberWithFloat:(float)value __attribute__((unavailable)); ++ (instancetype)numberWithDouble:(double)value __attribute__((unavailable)); ++ (instancetype)numberWithBool:(BOOL)value __attribute__((unavailable)); ++ (instancetype)numberWithInteger:(NSInteger)value __attribute__((unavailable)); ++ (instancetype)numberWithUnsignedInteger:(NSUInteger)value __attribute__((unavailable)); +@end + +__attribute__((swift_name("KotlinByte"))) +@interface TNTByte : TNTNumber +- (instancetype)initWithChar:(char)value; ++ (instancetype)numberWithChar:(char)value; +@end + +__attribute__((swift_name("KotlinUByte"))) +@interface TNTUByte : TNTNumber +- (instancetype)initWithUnsignedChar:(unsigned char)value; ++ (instancetype)numberWithUnsignedChar:(unsigned char)value; +@end + +__attribute__((swift_name("KotlinShort"))) +@interface TNTShort : TNTNumber +- (instancetype)initWithShort:(short)value; ++ (instancetype)numberWithShort:(short)value; +@end + +__attribute__((swift_name("KotlinUShort"))) +@interface TNTUShort : TNTNumber +- (instancetype)initWithUnsignedShort:(unsigned short)value; ++ (instancetype)numberWithUnsignedShort:(unsigned short)value; +@end + +__attribute__((swift_name("KotlinInt"))) +@interface TNTInt : TNTNumber +- (instancetype)initWithInt:(int)value; ++ (instancetype)numberWithInt:(int)value; +@end + +__attribute__((swift_name("KotlinUInt"))) +@interface TNTUInt : TNTNumber +- (instancetype)initWithUnsignedInt:(unsigned int)value; ++ (instancetype)numberWithUnsignedInt:(unsigned int)value; +@end + +__attribute__((swift_name("KotlinLong"))) +@interface TNTLong : TNTNumber +- (instancetype)initWithLongLong:(long long)value; ++ (instancetype)numberWithLongLong:(long long)value; +@end + +__attribute__((swift_name("KotlinULong"))) +@interface TNTULong : TNTNumber +- (instancetype)initWithUnsignedLongLong:(unsigned long long)value; ++ (instancetype)numberWithUnsignedLongLong:(unsigned long long)value; +@end + +__attribute__((swift_name("KotlinFloat"))) +@interface TNTFloat : TNTNumber +- (instancetype)initWithFloat:(float)value; ++ (instancetype)numberWithFloat:(float)value; +@end + +__attribute__((swift_name("KotlinDouble"))) +@interface TNTDouble : TNTNumber +- (instancetype)initWithDouble:(double)value; ++ (instancetype)numberWithDouble:(double)value; +@end + +__attribute__((swift_name("KotlinBoolean"))) +@interface TNTBoolean : TNTNumber +- (instancetype)initWithBool:(BOOL)value; ++ (instancetype)numberWithBool:(BOOL)value; +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeSNTPClient"))) +@interface TNTNetworktimeSNTPClient : TNTBase +- (instancetype)initWithNtpServers:(TNTKotlinArray *)ntpServers synchronizationIntervalMs:(int64_t)synchronizationIntervalMs backupFilePath:(NSString * _Nullable)backupFilePath __attribute__((swift_name("init(ntpServers:synchronizationIntervalMs:backupFilePath:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)blockingEpochTimeMsWithCompletionHandler:(void (^)(id _Nullable, NSError * _Nullable))completionHandler __attribute__((swift_name("blockingEpochTimeMs(completionHandler:)"))); +- (id)disableSynchronization __attribute__((swift_name("disableSynchronization()"))); +- (id)enableSynchronization __attribute__((swift_name("enableSynchronization()"))); +@property (readonly) NSString * _Nullable backupFilePath __attribute__((swift_name("backupFilePath"))); +@property (readonly) id _Nullable epochTimeMs __attribute__((swift_name("epochTimeMs"))); +@property (readonly) TNTKotlinArray *ntpServers __attribute__((swift_name("ntpServers"))); +@property (readonly) int64_t synchronizationInterval __attribute__((swift_name("synchronizationInterval"))); +@end + +@interface TNTNetworktimeSNTPClient (Extensions) +@property (readonly) TNTNetworktimeSNTPClient *singleton __attribute__((swift_name("singleton"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPServer"))) +@interface TNTNetworktimeNTPServer : TNTBase +- (instancetype)initWithHostName:(NSString *)hostName queryConnectTimeoutMs:(int64_t)queryConnectTimeoutMs queryReadTimeoutMs:(int64_t)queryReadTimeoutMs protocolFamilies:(TNTKotlinArray *)protocolFamilies queriesPerResolvedAddress:(int32_t)queriesPerResolvedAddress waitBetweenResolvedAddressQueriesMs:(int64_t)waitBetweenResolvedAddressQueriesMs ntpVersion:(TNTNetworktimeNTPVersion *)ntpVersion maxRootDelayMs:(int64_t)maxRootDelayMs maxRootDispersionMs:(int64_t)maxRootDispersionMs dnsResolutionTimeoutMs:(int64_t)dnsResolutionTimeoutMs __attribute__((swift_name("init(hostName:queryConnectTimeoutMs:queryReadTimeoutMs:protocolFamilies:queriesPerResolvedAddress:waitBetweenResolvedAddressQueriesMs:ntpVersion:maxRootDelayMs:maxRootDispersionMs:dnsResolutionTimeoutMs:)"))) __attribute__((objc_designated_initializer)); +@property (readonly) int64_t dnsResolutionTimeout __attribute__((swift_name("dnsResolutionTimeout"))); +@property (readonly) NSString *hostName __attribute__((swift_name("hostName"))); +@property (readonly) int64_t maxRootDelay __attribute__((swift_name("maxRootDelay"))); +@property (readonly) int64_t maxRootDispersion __attribute__((swift_name("maxRootDispersion"))); +@property (readonly) TNTNetworktimeNTPVersion *ntpVersion __attribute__((swift_name("ntpVersion"))); +@property (readonly) TNTKotlinArray *protocolFamilies __attribute__((swift_name("protocolFamilies"))); +@property (readonly) int32_t queriesPerResolvedAddress __attribute__((swift_name("queriesPerResolvedAddress"))); +@property (readonly) int64_t queryConnectTimeout __attribute__((swift_name("queryConnectTimeout"))); +@property (readonly) int64_t queryReadTimeout __attribute__((swift_name("queryReadTimeout"))); +@property (readonly) int64_t waitBetweenResolvedAddressQueries __attribute__((swift_name("waitBetweenResolvedAddressQueries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinArray"))) +@interface TNTKotlinArray : TNTBase ++ (instancetype)arrayWithSize:(int32_t)size init:(T _Nullable (^)(TNTInt *))init __attribute__((swift_name("init(size:init:)"))); ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (T _Nullable)getIndex:(int32_t)index __attribute__((swift_name("get(index:)"))); +- (id)iterator __attribute__((swift_name("iterator()"))); +- (void)setIndex:(int32_t)index value:(T _Nullable)value __attribute__((swift_name("set(index:value:)"))); +@property (readonly) int32_t size __attribute__((swift_name("size"))); +@end + +__attribute__((swift_name("KotlinThrowable"))) +@interface TNTKotlinThrowable : TNTBase +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); + +/** + * @note annotations + * kotlin.experimental.ExperimentalNativeApi +*/ +- (TNTKotlinArray *)getStackTrace __attribute__((swift_name("getStackTrace()"))); +- (void)printStackTrace __attribute__((swift_name("printStackTrace()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) TNTKotlinThrowable * _Nullable cause __attribute__((swift_name("cause"))); +@property (readonly) NSString * _Nullable message __attribute__((swift_name("message"))); +- (NSError *)asError __attribute__((swift_name("asError()"))); +@end + +__attribute__((swift_name("KotlinException"))) +@interface TNTKotlinException : TNTKotlinThrowable +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinRuntimeException"))) +@interface TNTKotlinRuntimeException : TNTKotlinException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + +__attribute__((swift_name("KotlinIllegalStateException"))) +@interface TNTKotlinIllegalStateException : TNTKotlinRuntimeException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.4") +*/ +__attribute__((swift_name("KotlinCancellationException"))) +@interface TNTKotlinCancellationException : TNTKotlinIllegalStateException +- (instancetype)init __attribute__((swift_name("init()"))) __attribute__((objc_designated_initializer)); ++ (instancetype)new __attribute__((availability(swift, unavailable, message="use object initializers instead"))); +- (instancetype)initWithMessage:(NSString * _Nullable)message __attribute__((swift_name("init(message:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithCause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(cause:)"))) __attribute__((objc_designated_initializer)); +- (instancetype)initWithMessage:(NSString * _Nullable)message cause:(TNTKotlinThrowable * _Nullable)cause __attribute__((swift_name("init(message:cause:)"))) __attribute__((objc_designated_initializer)); +@end + + +/** + * @note annotations + * kotlin.SinceKotlin(version="1.3") +*/ +__attribute__((swift_name("KotlinCoroutineContext"))) +@protocol TNTKotlinCoroutineContext +@required +- (id _Nullable)foldInitial:(id _Nullable)initial operation:(id _Nullable (^)(id _Nullable, id))operation __attribute__((swift_name("fold(initial:operation:)"))); +- (id _Nullable)getKey:(id)key __attribute__((swift_name("get(key:)"))); +- (id)minusKeyKey:(id)key __attribute__((swift_name("minusKey(key:)"))); +- (id)plusContext:(id)context __attribute__((swift_name("plus(context:)"))); +@end + +__attribute__((swift_name("KotlinCoroutineContextElement"))) +@protocol TNTKotlinCoroutineContextElement +@required +@property (readonly) id key __attribute__((swift_name("key"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreJob"))) +@protocol TNTKotlinx_coroutines_coreJob +@required +- (id)attachChildChild:(id)child __attribute__((swift_name("attachChild(child:)"))); +- (void)cancelCause:(TNTKotlinCancellationException * _Nullable)cause __attribute__((swift_name("cancel(cause:)"))); +- (TNTKotlinCancellationException *)getCancellationException __attribute__((swift_name("getCancellationException()"))); +- (id)invokeOnCompletionHandler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(handler:)"))); +- (id)invokeOnCompletionOnCancelling:(BOOL)onCancelling invokeImmediately:(BOOL)invokeImmediately handler:(void (^)(TNTKotlinThrowable * _Nullable))handler __attribute__((swift_name("invokeOnCompletion(onCancelling:invokeImmediately:handler:)"))); + +/** + * @note This method converts instances of CancellationException to errors. + * Other uncaught Kotlin exceptions are fatal. +*/ +- (void)joinWithCompletionHandler:(void (^)(NSError * _Nullable))completionHandler __attribute__((swift_name("join(completionHandler:)"))); +- (id)plusOther:(id)other __attribute__((swift_name("plus(other:)"))) __attribute__((unavailable("Operator '+' on two Job objects is meaningless. Job is a coroutine context element and `+` is a set-sum operator for coroutine contexts. The job to the right of `+` just replaces the job the left of `+`."))); +- (BOOL)start __attribute__((swift_name("start()"))); +@property (readonly) id children __attribute__((swift_name("children"))); +@property (readonly) BOOL isActive __attribute__((swift_name("isActive"))); +@property (readonly) BOOL isCancelled __attribute__((swift_name("isCancelled"))); +@property (readonly) BOOL isCompleted __attribute__((swift_name("isCompleted"))); +@property (readonly) id onJoin __attribute__((swift_name("onJoin"))); + +/** + * @note annotations + * kotlinx.coroutines.ExperimentalCoroutinesApi +*/ +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("KotlinComparable"))) +@protocol TNTKotlinComparable +@required +- (int32_t)compareToOther:(id _Nullable)other __attribute__((swift_name("compareTo(other:)"))); +@end + +__attribute__((swift_name("KotlinEnum"))) +@interface TNTKotlinEnum : TNTBase +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)); +@property (class, readonly, getter=companion) TNTKotlinEnumCompanion *companion __attribute__((swift_name("companion"))); +- (int32_t)compareToOther:(E)other __attribute__((swift_name("compareTo(other:)"))); +- (BOOL)isEqual:(id _Nullable)other __attribute__((swift_name("isEqual(_:)"))); +- (NSUInteger)hash __attribute__((swift_name("hash()"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@property (readonly) NSString *name __attribute__((swift_name("name"))); +@property (readonly) int32_t ordinal __attribute__((swift_name("ordinal"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeProtocolFamily"))) +@interface TNTNetworktimeProtocolFamily : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet __attribute__((swift_name("inet"))); +@property (class, readonly) TNTNetworktimeProtocolFamily *inet6 __attribute__((swift_name("inet6"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("NetworktimeNTPVersion"))) +@interface TNTNetworktimeNTPVersion : TNTKotlinEnum ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); +- (instancetype)initWithName:(NSString *)name ordinal:(int32_t)ordinal __attribute__((swift_name("init(name:ordinal:)"))) __attribute__((objc_designated_initializer)) __attribute__((unavailable)); +@property (class, readonly) TNTNetworktimeNTPVersion *zero __attribute__((swift_name("zero"))); +@property (class, readonly) TNTNetworktimeNTPVersion *one __attribute__((swift_name("one"))); +@property (class, readonly) TNTNetworktimeNTPVersion *two __attribute__((swift_name("two"))); +@property (class, readonly) TNTNetworktimeNTPVersion *three __attribute__((swift_name("three"))); +@property (class, readonly) TNTNetworktimeNTPVersion *four __attribute__((swift_name("four"))); ++ (TNTKotlinArray *)values __attribute__((swift_name("values()"))); +@property (class, readonly) NSArray *entries __attribute__((swift_name("entries"))); +@end + +__attribute__((swift_name("KotlinIterator"))) +@protocol TNTKotlinIterator +@required +- (BOOL)hasNext __attribute__((swift_name("hasNext()"))); +- (id _Nullable)next __attribute__((swift_name("next()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreDisposableHandle"))) +@protocol TNTKotlinx_coroutines_coreDisposableHandle +@required +- (void)dispose __attribute__((swift_name("dispose()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildHandle"))) +@protocol TNTKotlinx_coroutines_coreChildHandle +@required +- (BOOL)childCancelledCause:(TNTKotlinThrowable *)cause __attribute__((swift_name("childCancelled(cause:)"))); +@property (readonly) id _Nullable parent __attribute__((swift_name("parent"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreChildJob"))) +@protocol TNTKotlinx_coroutines_coreChildJob +@required +- (void)parentCancelledParentJob:(id)parentJob __attribute__((swift_name("parentCancelled(parentJob:)"))); +@end + +__attribute__((swift_name("KotlinSequence"))) +@protocol TNTKotlinSequence +@required +- (id)iterator __attribute__((swift_name("iterator()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause"))) +@protocol TNTKotlinx_coroutines_coreSelectClause +@required +@property (readonly) id clauseObject __attribute__((swift_name("clauseObject"))); +@property (readonly) TNTKotlinUnit *(^(^ _Nullable onCancellationConstructor)(id, id _Nullable, id _Nullable))(TNTKotlinThrowable *) __attribute__((swift_name("onCancellationConstructor"))); +@property (readonly) id _Nullable (^processResFunc)(id, id _Nullable, id _Nullable) __attribute__((swift_name("processResFunc"))); +@property (readonly) void (^regFunc)(id, id, id _Nullable) __attribute__((swift_name("regFunc"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectClause0"))) +@protocol TNTKotlinx_coroutines_coreSelectClause0 +@required +@end + +__attribute__((swift_name("KotlinCoroutineContextKey"))) +@protocol TNTKotlinCoroutineContextKey +@required +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinEnumCompanion"))) +@interface TNTKotlinEnumCompanion : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)companion __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinEnumCompanion *shared __attribute__((swift_name("shared"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreParentJob"))) +@protocol TNTKotlinx_coroutines_coreParentJob +@required +- (TNTKotlinCancellationException *)getChildJobCancellationCause __attribute__((swift_name("getChildJobCancellationCause()"))); +@end + +__attribute__((objc_subclassing_restricted)) +__attribute__((swift_name("KotlinUnit"))) +@interface TNTKotlinUnit : TNTBase ++ (instancetype)alloc __attribute__((unavailable)); ++ (instancetype)allocWithZone:(struct _NSZone *)zone __attribute__((unavailable)); ++ (instancetype)unit __attribute__((swift_name("init()"))); +@property (class, readonly, getter=shared) TNTKotlinUnit *shared __attribute__((swift_name("shared"))); +- (NSString *)description __attribute__((swift_name("description()"))); +@end + +__attribute__((swift_name("Kotlinx_coroutines_coreSelectInstance"))) +@protocol TNTKotlinx_coroutines_coreSelectInstance +@required +- (void)disposeOnCompletionDisposableHandle:(id)disposableHandle __attribute__((swift_name("disposeOnCompletion(disposableHandle:)"))); +- (void)selectInRegistrationPhaseInternalResult:(id _Nullable)internalResult __attribute__((swift_name("selectInRegistrationPhase(internalResult:)"))); +- (BOOL)trySelectClauseObject:(id)clauseObject result:(id _Nullable)result __attribute__((swift_name("trySelect(clauseObject:result:)"))); +@property (readonly) id context __attribute__((swift_name("context"))); +@end + +#pragma pop_macro("_Nullable_result") +#pragma clang diagnostic pop +NS_ASSUME_NONNULL_END diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Info.plist b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Info.plist new file mode 100644 index 00000000..aa741c4e --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Info.plist @@ -0,0 +1,30 @@ + + + + + CFBundleExecutable + TidalNetworkTimeSingletons + CFBundleIdentifier + TidalNetworkTimeSingletons + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + TidalNetworkTimeSingletons + CFBundlePackageType + FMWK + CFBundleShortVersionString + unspecified + CFBundleSupportedPlatforms + + AppleTVOS + + CFBundleVersion + unspecified + MinimumOSVersion + 14.0 + UIDeviceFamily + + 3 + + + diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Modules/module.modulemap b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Modules/module.modulemap new file mode 100644 index 00000000..406ce46d --- /dev/null +++ b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/Modules/module.modulemap @@ -0,0 +1,6 @@ +framework module "TidalNetworkTimeSingletons" { + umbrella header "TidalNetworkTimeSingletons.h" + + export * + module * { export * } +} \ No newline at end of file diff --git a/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons new file mode 100644 index 00000000..0cae7ac5 Binary files /dev/null and b/TidalNetworkTimeSingletons-xcodebuild-15.4.xcframework/tvos-arm64_x86_64-simulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/buildlogic/.gradle/8.7/executionHistory/executionHistory.lock b/buildlogic/.gradle/8.7/executionHistory/executionHistory.lock index 86ccf0f6..d51df356 100644 Binary files a/buildlogic/.gradle/8.7/executionHistory/executionHistory.lock and b/buildlogic/.gradle/8.7/executionHistory/executionHistory.lock differ diff --git a/buildlogic/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/buildlogic/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 21b14412..9dc9eba9 100644 Binary files a/buildlogic/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/buildlogic/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index de20f49c..9d94bb6b 100644 Binary files a/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/macos/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons b/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/macos/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons index d1ba475a..00866ed0 100644 Binary files a/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/macos/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons and b/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/macos/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index 4c47b4b7..0cae7ac5 100644 Binary files a/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/TidalNetworkTimeSingletonsXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/iosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/iosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index 7fee173d..eca17815 100644 Binary files a/networktime-singletons/build/bin/iosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/iosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index 2df6a10f..4f4ebe04 100644 Binary files a/networktime-singletons/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/iosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/iosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index da71c983..df5cb5b8 100644 Binary files a/networktime-singletons/build/bin/iosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/iosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/macosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/macosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons index 15e884a6..60e84864 100644 Binary files a/networktime-singletons/build/bin/macosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/macosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/macosX64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/macosX64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons index 95c8c66b..532bdced 100644 Binary files a/networktime-singletons/build/bin/macosX64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/macosX64/releaseFramework/TidalNetworkTimeSingletons.framework/Versions/A/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/tvosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/tvosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index 2ca50286..14af0539 100644 Binary files a/networktime-singletons/build/bin/tvosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/tvosArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index 1087c5da..ec1a783f 100644 Binary files a/networktime-singletons/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/bin/tvosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons b/networktime-singletons/build/bin/tvosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons index 84751ca4..7accc016 100644 Binary files a/networktime-singletons/build/bin/tvosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons and b/networktime-singletons/build/bin/tvosX64/releaseFramework/TidalNetworkTimeSingletons.framework/TidalNetworkTimeSingletons differ diff --git a/networktime-singletons/build/xcode-version.txt b/networktime-singletons/build/xcode-version.txt index ccc2f3b8..441e3fb3 100644 --- a/networktime-singletons/build/xcode-version.txt +++ b/networktime-singletons/build/xcode-version.txt @@ -1 +1 @@ -15.1 \ No newline at end of file +15.4 \ No newline at end of file diff --git a/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTime.framework/TidalNetworkTime index 4d4cfe11..89265939 100644 Binary files a/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/iosSimulator/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/macos/TidalNetworkTime.framework/Versions/A/TidalNetworkTime b/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/macos/TidalNetworkTime.framework/Versions/A/TidalNetworkTime index 1537c6d5..84f67abf 100644 Binary files a/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/macos/TidalNetworkTime.framework/Versions/A/TidalNetworkTime and b/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/macos/TidalNetworkTime.framework/Versions/A/TidalNetworkTime differ diff --git a/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTime.framework/TidalNetworkTime index 72d634cc..3dd21561 100644 Binary files a/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/TidalNetworkTimeXCFrameworkTemp/fatframework/release/tvosSimulator/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/bin/iosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/bin/iosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime index aadf826b..968834f5 100644 Binary files a/networktime/build/bin/iosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/bin/iosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime index e58c51c9..ab3deb8a 100644 Binary files a/networktime/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/bin/iosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/bin/iosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/bin/iosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime index f0fdecf4..b8fe78bb 100644 Binary files a/networktime/build/bin/iosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/bin/iosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/bin/macosArm64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime b/networktime/build/bin/macosArm64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime index efc2e079..a14d6fd3 100644 Binary files a/networktime/build/bin/macosArm64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime and b/networktime/build/bin/macosArm64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime differ diff --git a/networktime/build/bin/macosX64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime b/networktime/build/bin/macosX64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime index 498426f9..94ae01fd 100644 Binary files a/networktime/build/bin/macosX64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime and b/networktime/build/bin/macosX64/releaseFramework/TidalNetworkTime.framework/Versions/A/TidalNetworkTime differ diff --git a/networktime/build/bin/tvosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/bin/tvosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime index cc488f17..29121510 100644 Binary files a/networktime/build/bin/tvosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/bin/tvosArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime index 5310bacf..2d2243a6 100644 Binary files a/networktime/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/bin/tvosSimulatorArm64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/bin/tvosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime b/networktime/build/bin/tvosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime index 30e32ec5..02e2d910 100644 Binary files a/networktime/build/bin/tvosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime and b/networktime/build/bin/tvosX64/releaseFramework/TidalNetworkTime.framework/TidalNetworkTime differ diff --git a/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index 081c9e5d..7a7411d3 100644 Binary files a/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index c9ee27e1..a1c48ce9 100644 --- a/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:29:13 UTC 2024 +#Thu Jul 04 18:39:52 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index 3d64c327..9e8c8f4b 100644 Binary files a/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/iosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index 2d0f30d3..3c8b81b6 100644 Binary files a/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index 9a6cd420..823c67c6 100644 --- a/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:29:59 UTC 2024 +#Thu Jul 04 18:40:32 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index 91039f07..866e7d48 100644 Binary files a/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/iosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index 49ae1a51..710e1868 100644 Binary files a/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index d91b7561..0d9f80e0 100644 --- a/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:30:33 UTC 2024 +#Thu Jul 04 18:41:26 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index 9d765477..e808dda9 100644 Binary files a/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/iosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index 123ffc62..f14cef2a 100644 Binary files a/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index 72fc849e..6681f7c3 100644 --- a/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:31:08 UTC 2024 +#Thu Jul 04 18:42:18 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index c9474508..bcfa9a56 100644 Binary files a/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/macosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index 2d75884d..fad44430 100644 Binary files a/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index cdf5caed..7c10e645 100644 --- a/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:31:39 UTC 2024 +#Thu Jul 04 18:42:53 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index 1ba72d24..6f7d4acd 100644 Binary files a/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/macosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index a169215f..0aecc68a 100644 Binary files a/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index fa240c3d..ce92b74c 100644 --- a/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:32:11 UTC 2024 +#Thu Jul 04 18:43:24 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index b8554ad3..213db30c 100644 Binary files a/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/tvosArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index b9c78bf0..4f8a282d 100644 Binary files a/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index 45894be2..6cd4cda6 100644 --- a/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:32:42 UTC 2024 +#Thu Jul 04 18:43:57 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index 343e1ea1..2b03924e 100644 Binary files a/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/tvosSimulatorArm64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib b/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib index 5304cd21..2ba2524b 100644 Binary files a/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib and b/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib differ diff --git a/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties b/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties index 6b1f6e05..2e50a3b0 100644 --- a/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties +++ b/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/manifest.properties @@ -1,7 +1,7 @@ -#Thu Jul 04 18:33:12 UTC 2024 +#Thu Jul 04 18:44:28 UTC 2024 exportForwardDeclarations= includedForwardDeclarations= -includedHeaders=3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 +includedHeaders=usr/include/malloc/_ptrcheck.h 3db841755745934f49ab91b6bc1608c4862fd3f31239d35171fc466677bea038 interop=true ir_provider=kotlin.native.cinterop language=Objective-C diff --git a/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc b/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc index 369b40fc..4e60d9a2 100644 Binary files a/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc and b/networktime/build/classes/kotlin/tvosX64/main/cinterop/networktime-cinterop-NetworkFrameworkWorkaround.klib-build/natives/cstubs.bc differ diff --git a/networktime/build/xcode-version.txt b/networktime/build/xcode-version.txt index ccc2f3b8..441e3fb3 100644 --- a/networktime/build/xcode-version.txt +++ b/networktime/build/xcode-version.txt @@ -1 +1 @@ -15.1 \ No newline at end of file +15.4 \ No newline at end of file