diff --git a/Documentation/Manual.md b/Documentation/Manual.md index 4a3c8a7..c6aec94 100644 --- a/Documentation/Manual.md +++ b/Documentation/Manual.md @@ -28,9 +28,9 @@ documentation and examples in the sections below. * Download framework source code from [here](https://github.com/azawawi/SwiftyZeroMQ/releases/) * Drag the project into your project. * In your target's settings, please click on the **+** button under the -**Embedded Binaries** section and add `SwiftyZeroMQ.framework`. In case it does +**Embedded Binaries** section and add `SwiftyZeroMQKit.framework`. In case it does not show up in the list, please close and reopen the project in Xcode. -* Add `import SwiftyZeroMQ` in your code to test it. +* Add `import SwiftyZeroMQKit` in your code to test it. * Happy hacking :) ### CocoaPods @@ -75,7 +75,7 @@ dependency manager for Cocoa. Please follow these steps: github "azawawi/SwiftyZeroMQ" ~> 1.0 ``` -- Build the `SwiftyZeroMQ.framework` with the following commands: +- Build the `SwiftyZeroMQKit.framework` with the following commands: ``` $ carthage bootstrap --platform iOS # Build only the iOS platform $ carthage bootstrap # Build all supported platforms (can be slow) @@ -85,7 +85,7 @@ $ carthage bootstrap # Build all supported platforms (can be slo - In your target's settings, please click on the **+** button under the **Embedded Binaries** section and add -`Carthage/Build/iOS/SwiftyZeroMQ.framework` +`Carthage/Build/iOS/SwiftyZeroMQKit.framework` ### Swift Package Manager @@ -131,7 +131,7 @@ Library|Minimum OS version|CPU Architectures To import this module, please type: ```swift -import SwiftyZeroMQ +import SwiftyZeroMQKit ``` ## Low-level API diff --git a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj index d267051..7035edb 100644 --- a/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj +++ b/Examples/Example-iOS/Example-iOS.xcodeproj/project.pbxproj @@ -7,8 +7,8 @@ objects = { /* Begin PBXBuildFile section */ - 04DC48DD1DC5E8EE00939C56 /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQ.framework */; }; - 04DC48DE1DC5E8EE00939C56 /* SwiftyZeroMQ.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQ.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 04DC48DD1DC5E8EE00939C56 /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQKit.framework */; }; + 04DC48DE1DC5E8EE00939C56 /* SwiftyZeroMQKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; 04F8F5711DC5E6680018A3D5 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F8F5701DC5E6680018A3D5 /* AppDelegate.swift */; }; 04F8F5731DC5E6680018A3D5 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04F8F5721DC5E6680018A3D5 /* ViewController.swift */; }; 04F8F5761DC5E6680018A3D5 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04F8F5741DC5E6680018A3D5 /* Main.storyboard */; }; @@ -19,59 +19,59 @@ /* Begin PBXContainerItemProxy section */ 040DC8F31DE3112300BED068 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E01DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOS"; + remoteInfo = "SwiftyZeroMQKit-macOS"; }; 040DC8F51DE3112300BED068 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E81DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOSTests"; + remoteInfo = "SwiftyZeroMQKit-macOSTests"; }; 040DC8F71DE3112300BED068 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA857F1DC9E5770026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOS"; + remoteInfo = "SwiftyZeroMQKit-tvOS"; }; 040DC8F91DE3112300BED068 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85871DC9E5780026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOSTests"; + remoteInfo = "SwiftyZeroMQKit-tvOSTests"; }; 040DC8FB1DE3112300BED068 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85651DC9E1390026AE5E; - remoteInfo = "SwiftyZeroMQ-watchOS"; + remoteInfo = "SwiftyZeroMQKit-watchOS"; }; 04DC48DF1DC5E8EE00939C56 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 1; remoteGlobalIDString = 04D84E321DB637E800AD9652; - remoteInfo = SwiftyZeroMQ; + remoteInfo = SwiftyZeroMQKit; }; 04F8F5991DC5E7CB0018A3D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E331DB637E800AD9652; - remoteInfo = SwiftyZeroMQ; + remoteInfo = SwiftyZeroMQKit; }; 04F8F59B1DC5E7CB0018A3D5 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E3C1DB637E800AD9652; - remoteInfo = SwiftyZeroMQTests; + remoteInfo = SwiftyZeroMQKitTests; }; /* End PBXContainerItemProxy section */ @@ -82,7 +82,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 04DC48DE1DC5E8EE00939C56 /* SwiftyZeroMQ.framework in Embed Frameworks */, + 04DC48DE1DC5E8EE00939C56 /* SwiftyZeroMQKit.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -97,7 +97,7 @@ 04F8F5771DC5E6680018A3D5 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 04F8F57A1DC5E6680018A3D5 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; 04F8F57C1DC5E6680018A3D5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQ.xcodeproj; path = ../../SwiftyZeroMQ.xcodeproj; sourceTree = ""; }; + 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQKit.xcodeproj; path = ../../SwiftyZeroMQKit.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -105,7 +105,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04DC48DD1DC5E8EE00939C56 /* SwiftyZeroMQ.framework in Frameworks */, + 04DC48DD1DC5E8EE00939C56 /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -115,7 +115,7 @@ 04F8F5641DC5E6680018A3D5 = { isa = PBXGroup; children = ( - 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */, + 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */, 04F8F56F1DC5E6680018A3D5 /* Example-iOS */, 04F8F56E1DC5E6680018A3D5 /* Products */, ); @@ -145,13 +145,13 @@ 04F8F5951DC5E7CB0018A3D5 /* Products */ = { isa = PBXGroup; children = ( - 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQ.framework */, - 04F8F59C1DC5E7CB0018A3D5 /* SwiftyZeroMQ-iOS Tests.xctest */, - 040DC8F41DE3112300BED068 /* SwiftyZeroMQ.framework */, - 040DC8F61DE3112300BED068 /* SwiftyZeroMQ-macOSTests.xctest */, - 040DC8F81DE3112300BED068 /* SwiftyZeroMQ.framework */, - 040DC8FA1DE3112300BED068 /* SwiftyZeroMQ-tvOSTests.xctest */, - 040DC8FC1DE3112300BED068 /* SwiftyZeroMQ.framework */, + 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQKit.framework */, + 04F8F59C1DC5E7CB0018A3D5 /* SwiftyZeroMQKit-iOS Tests.xctest */, + 040DC8F41DE3112300BED068 /* SwiftyZeroMQKit.framework */, + 040DC8F61DE3112300BED068 /* SwiftyZeroMQKit-macOSTests.xctest */, + 040DC8F81DE3112300BED068 /* SwiftyZeroMQKit.framework */, + 040DC8FA1DE3112300BED068 /* SwiftyZeroMQKit-tvOSTests.xctest */, + 040DC8FC1DE3112300BED068 /* SwiftyZeroMQKit.framework */, ); name = Products; sourceTree = ""; @@ -208,7 +208,7 @@ projectReferences = ( { ProductGroup = 04F8F5951DC5E7CB0018A3D5 /* Products */; - ProjectRef = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQ.xcodeproj */; + ProjectRef = 04F8F5941DC5E7CB0018A3D5 /* SwiftyZeroMQKit.xcodeproj */; }, ); projectRoot = ""; @@ -219,52 +219,52 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ - 040DC8F41DE3112300BED068 /* SwiftyZeroMQ.framework */ = { + 040DC8F41DE3112300BED068 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 040DC8F31DE3112300BED068 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 040DC8F61DE3112300BED068 /* SwiftyZeroMQ-macOSTests.xctest */ = { + 040DC8F61DE3112300BED068 /* SwiftyZeroMQKit-macOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-macOSTests.xctest"; + path = "SwiftyZeroMQKit-macOSTests.xctest"; remoteRef = 040DC8F51DE3112300BED068 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 040DC8F81DE3112300BED068 /* SwiftyZeroMQ.framework */ = { + 040DC8F81DE3112300BED068 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 040DC8F71DE3112300BED068 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 040DC8FA1DE3112300BED068 /* SwiftyZeroMQ-tvOSTests.xctest */ = { + 040DC8FA1DE3112300BED068 /* SwiftyZeroMQKit-tvOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-tvOSTests.xctest"; + path = "SwiftyZeroMQKit-tvOSTests.xctest"; remoteRef = 040DC8F91DE3112300BED068 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 040DC8FC1DE3112300BED068 /* SwiftyZeroMQ.framework */ = { + 040DC8FC1DE3112300BED068 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 040DC8FB1DE3112300BED068 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQ.framework */ = { + 04F8F59A1DC5E7CB0018A3D5 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04F8F5991DC5E7CB0018A3D5 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04F8F59C1DC5E7CB0018A3D5 /* SwiftyZeroMQ-iOS Tests.xctest */ = { + 04F8F59C1DC5E7CB0018A3D5 /* SwiftyZeroMQKit-iOS Tests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-iOS Tests.xctest"; + path = "SwiftyZeroMQKit-iOS Tests.xctest"; remoteRef = 04F8F59B1DC5E7CB0018A3D5 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -298,7 +298,7 @@ /* Begin PBXTargetDependency section */ 04DC48E01DC5E8EE00939C56 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = SwiftyZeroMQ; + name = SwiftyZeroMQKit; targetProxy = 04DC48DF1DC5E8EE00939C56 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ diff --git a/Examples/Example-iOS/Example-iOS/ViewController.swift b/Examples/Example-iOS/Example-iOS/ViewController.swift index e63201a..3c87da5 100644 --- a/Examples/Example-iOS/Example-iOS/ViewController.swift +++ b/Examples/Example-iOS/Example-iOS/ViewController.swift @@ -6,7 +6,7 @@ // import UIKit -import SwiftyZeroMQ +import SwiftyZeroMQKit class ViewController: UIViewController { diff --git a/Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj b/Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj index c25ec09..73ce325 100644 --- a/Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj +++ b/Examples/Example-macOS/Example-macOS.xcodeproj/project.pbxproj @@ -11,8 +11,8 @@ 04880E501DCA244200F571A0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04880E4F1DCA244200F571A0 /* ViewController.swift */; }; 04880E521DCA244200F571A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04880E511DCA244200F571A0 /* Assets.xcassets */; }; 04880E551DCA244500F571A0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04880E531DCA244500F571A0 /* Main.storyboard */; }; - 04880E821DCA252A00F571A0 /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04880E7F1DCA251400F571A0 /* SwiftyZeroMQ.framework */; }; - 04880E831DCA252A00F571A0 /* SwiftyZeroMQ.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04880E7F1DCA251400F571A0 /* SwiftyZeroMQ.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 04880E821DCA252A00F571A0 /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04880E7F1DCA251400F571A0 /* SwiftyZeroMQKit.framework */; }; + 04880E831DCA252A00F571A0 /* SwiftyZeroMQKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04880E7F1DCA251400F571A0 /* SwiftyZeroMQKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -25,59 +25,59 @@ }; 04880E741DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E331DB637E800AD9652; - remoteInfo = "SwiftyZeroMQ-iOS"; + remoteInfo = "SwiftyZeroMQKit-iOS"; }; 04880E761DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E3C1DB637E800AD9652; - remoteInfo = "SwiftyZeroMQ-iOS Tests"; + remoteInfo = "SwiftyZeroMQKit-iOS Tests"; }; 04880E781DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85651DC9E1390026AE5E; - remoteInfo = "SwiftyZeroMQ-watchOS"; + remoteInfo = "SwiftyZeroMQKit-watchOS"; }; 04880E7A1DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA857F1DC9E5770026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOS"; + remoteInfo = "SwiftyZeroMQKit-tvOS"; }; 04880E7C1DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85871DC9E5780026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOSTests"; + remoteInfo = "SwiftyZeroMQKit-tvOSTests"; }; 04880E7E1DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E01DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOS"; + remoteInfo = "SwiftyZeroMQKit-macOS"; }; 04880E801DCA251400F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E81DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOSTests"; + remoteInfo = "SwiftyZeroMQKit-macOSTests"; }; 04880E841DCA252A00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 1; remoteGlobalIDString = 04AA85DF1DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOS"; + remoteInfo = "SwiftyZeroMQKit-macOS"; }; /* End PBXContainerItemProxy section */ @@ -88,7 +88,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 04880E831DCA252A00F571A0 /* SwiftyZeroMQ.framework in Embed Frameworks */, + 04880E831DCA252A00F571A0 /* SwiftyZeroMQKit.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -103,7 +103,7 @@ 04880E541DCA244500F571A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 04880E561DCA244600F571A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 04880E5B1DCA244600F571A0 /* Example-macOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Example-macOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQ.xcodeproj; path = ../../SwiftyZeroMQ.xcodeproj; sourceTree = ""; }; + 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQKit.xcodeproj; path = ../../SwiftyZeroMQKit.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -111,7 +111,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04880E821DCA252A00F571A0 /* SwiftyZeroMQ.framework in Frameworks */, + 04880E821DCA252A00F571A0 /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -130,7 +130,7 @@ children = ( 04880E4C1DCA244200F571A0 /* Example-macOS */, 04880E4B1DCA244200F571A0 /* Products */, - 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */, + 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */, ); sourceTree = ""; }; @@ -158,13 +158,13 @@ 04880E6B1DCA251400F571A0 /* Products */ = { isa = PBXGroup; children = ( - 04880E751DCA251400F571A0 /* SwiftyZeroMQ.framework */, - 04880E771DCA251400F571A0 /* SwiftyZeroMQ-iOS Tests.xctest */, - 04880E7F1DCA251400F571A0 /* SwiftyZeroMQ.framework */, - 04880E811DCA251400F571A0 /* SwiftyZeroMQ-macOSTests.xctest */, - 04880E7B1DCA251400F571A0 /* SwiftyZeroMQ.framework */, - 04880E7D1DCA251400F571A0 /* SwiftyZeroMQ-tvOSTests.xctest */, - 04880E791DCA251400F571A0 /* SwiftyZeroMQ.framework */, + 04880E751DCA251400F571A0 /* SwiftyZeroMQKit.framework */, + 04880E771DCA251400F571A0 /* SwiftyZeroMQKit-iOS Tests.xctest */, + 04880E7F1DCA251400F571A0 /* SwiftyZeroMQKit.framework */, + 04880E811DCA251400F571A0 /* SwiftyZeroMQKit-macOSTests.xctest */, + 04880E7B1DCA251400F571A0 /* SwiftyZeroMQKit.framework */, + 04880E7D1DCA251400F571A0 /* SwiftyZeroMQKit-tvOSTests.xctest */, + 04880E791DCA251400F571A0 /* SwiftyZeroMQKit.framework */, ); name = Products; sourceTree = ""; @@ -244,7 +244,7 @@ projectReferences = ( { ProductGroup = 04880E6B1DCA251400F571A0 /* Products */; - ProjectRef = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQ.xcodeproj */; + ProjectRef = 04880E6A1DCA251400F571A0 /* SwiftyZeroMQKit.xcodeproj */; }, ); projectRoot = ""; @@ -256,52 +256,52 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ - 04880E751DCA251400F571A0 /* SwiftyZeroMQ.framework */ = { + 04880E751DCA251400F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880E741DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E771DCA251400F571A0 /* SwiftyZeroMQ-iOS Tests.xctest */ = { + 04880E771DCA251400F571A0 /* SwiftyZeroMQKit-iOS Tests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-iOS Tests.xctest"; + path = "SwiftyZeroMQKit-iOS Tests.xctest"; remoteRef = 04880E761DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E791DCA251400F571A0 /* SwiftyZeroMQ.framework */ = { + 04880E791DCA251400F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880E781DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E7B1DCA251400F571A0 /* SwiftyZeroMQ.framework */ = { + 04880E7B1DCA251400F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880E7A1DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E7D1DCA251400F571A0 /* SwiftyZeroMQ-tvOSTests.xctest */ = { + 04880E7D1DCA251400F571A0 /* SwiftyZeroMQKit-tvOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-tvOSTests.xctest"; + path = "SwiftyZeroMQKit-tvOSTests.xctest"; remoteRef = 04880E7C1DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E7F1DCA251400F571A0 /* SwiftyZeroMQ.framework */ = { + 04880E7F1DCA251400F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880E7E1DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880E811DCA251400F571A0 /* SwiftyZeroMQ-macOSTests.xctest */ = { + 04880E811DCA251400F571A0 /* SwiftyZeroMQKit-macOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-macOSTests.xctest"; + path = "SwiftyZeroMQKit-macOSTests.xctest"; remoteRef = 04880E801DCA251400F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -353,7 +353,7 @@ }; 04880E851DCA252A00F571A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SwiftyZeroMQ-macOS"; + name = "SwiftyZeroMQKit-macOS"; targetProxy = 04880E841DCA252A00F571A0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ diff --git a/Examples/Example-macOS/Example-macOS/ViewController.swift b/Examples/Example-macOS/Example-macOS/ViewController.swift index cd3ab32..ae8ba2d 100644 --- a/Examples/Example-macOS/Example-macOS/ViewController.swift +++ b/Examples/Example-macOS/Example-macOS/ViewController.swift @@ -6,7 +6,7 @@ // import Cocoa -import SwiftyZeroMQ +import SwiftyZeroMQKit class ViewController: NSViewController { diff --git a/Examples/Example-tvOS/Example-tvOS.xcodeproj/project.pbxproj b/Examples/Example-tvOS/Example-tvOS.xcodeproj/project.pbxproj index 6a7318e..203160c 100644 --- a/Examples/Example-tvOS/Example-tvOS.xcodeproj/project.pbxproj +++ b/Examples/Example-tvOS/Example-tvOS.xcodeproj/project.pbxproj @@ -11,66 +11,66 @@ 04880E961DCA294C00F571A0 /* ViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04880E951DCA294C00F571A0 /* ViewController.swift */; }; 04880E991DCA294C00F571A0 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 04880E971DCA294C00F571A0 /* Main.storyboard */; }; 04880E9B1DCA294D00F571A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04880E9A1DCA294D00F571A0 /* Assets.xcassets */; }; - 04880EBA1DCA296500F571A0 /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04880EB31DCA295B00F571A0 /* SwiftyZeroMQ.framework */; }; - 04880EBB1DCA296500F571A0 /* SwiftyZeroMQ.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04880EB31DCA295B00F571A0 /* SwiftyZeroMQ.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 04880EBA1DCA296500F571A0 /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04880EB31DCA295B00F571A0 /* SwiftyZeroMQKit.framework */; }; + 04880EBB1DCA296500F571A0 /* SwiftyZeroMQKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04880EB31DCA295B00F571A0 /* SwiftyZeroMQKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ 04880EAC1DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E331DB637E800AD9652; - remoteInfo = "SwiftyZeroMQ-iOS"; + remoteInfo = "SwiftyZeroMQKit-iOS"; }; 04880EAE1DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E3C1DB637E800AD9652; - remoteInfo = "SwiftyZeroMQ-iOS Tests"; + remoteInfo = "SwiftyZeroMQKit-iOS Tests"; }; 04880EB01DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85651DC9E1390026AE5E; - remoteInfo = "SwiftyZeroMQ-watchOS"; + remoteInfo = "SwiftyZeroMQKit-watchOS"; }; 04880EB21DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA857F1DC9E5770026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOS"; + remoteInfo = "SwiftyZeroMQKit-tvOS"; }; 04880EB41DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85871DC9E5780026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOSTests"; + remoteInfo = "SwiftyZeroMQKit-tvOSTests"; }; 04880EB61DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E01DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOS"; + remoteInfo = "SwiftyZeroMQKit-macOS"; }; 04880EB81DCA295B00F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E81DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOSTests"; + remoteInfo = "SwiftyZeroMQKit-macOSTests"; }; 04880EBC1DCA296500F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 1; remoteGlobalIDString = 04AA857E1DC9E5770026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOS"; + remoteInfo = "SwiftyZeroMQKit-tvOS"; }; /* End PBXContainerItemProxy section */ @@ -81,7 +81,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 04880EBB1DCA296500F571A0 /* SwiftyZeroMQ.framework in Embed Frameworks */, + 04880EBB1DCA296500F571A0 /* SwiftyZeroMQKit.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -95,7 +95,7 @@ 04880E981DCA294C00F571A0 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; 04880E9A1DCA294D00F571A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 04880E9C1DCA294D00F571A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQ.xcodeproj; path = ../../SwiftyZeroMQ.xcodeproj; sourceTree = ""; }; + 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQKit.xcodeproj; path = ../../SwiftyZeroMQKit.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -103,7 +103,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04880EBA1DCA296500F571A0 /* SwiftyZeroMQ.framework in Frameworks */, + 04880EBA1DCA296500F571A0 /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -115,7 +115,7 @@ children = ( 04880E921DCA294C00F571A0 /* Example-tvOS */, 04880E911DCA294C00F571A0 /* Products */, - 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */, + 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */, ); sourceTree = ""; }; @@ -142,13 +142,13 @@ 04880EA31DCA295B00F571A0 /* Products */ = { isa = PBXGroup; children = ( - 04880EAD1DCA295B00F571A0 /* SwiftyZeroMQ.framework */, - 04880EAF1DCA295B00F571A0 /* SwiftyZeroMQ-iOS Tests.xctest */, - 04880EB71DCA295B00F571A0 /* SwiftyZeroMQ.framework */, - 04880EB91DCA295B00F571A0 /* SwiftyZeroMQ-macOSTests.xctest */, - 04880EB31DCA295B00F571A0 /* SwiftyZeroMQ.framework */, - 04880EB51DCA295B00F571A0 /* SwiftyZeroMQ-tvOSTests.xctest */, - 04880EB11DCA295B00F571A0 /* SwiftyZeroMQ.framework */, + 04880EAD1DCA295B00F571A0 /* SwiftyZeroMQKit.framework */, + 04880EAF1DCA295B00F571A0 /* SwiftyZeroMQKit-iOS Tests.xctest */, + 04880EB71DCA295B00F571A0 /* SwiftyZeroMQKit.framework */, + 04880EB91DCA295B00F571A0 /* SwiftyZeroMQKit-macOSTests.xctest */, + 04880EB31DCA295B00F571A0 /* SwiftyZeroMQKit.framework */, + 04880EB51DCA295B00F571A0 /* SwiftyZeroMQKit-tvOSTests.xctest */, + 04880EB11DCA295B00F571A0 /* SwiftyZeroMQKit.framework */, ); name = Products; sourceTree = ""; @@ -205,7 +205,7 @@ projectReferences = ( { ProductGroup = 04880EA31DCA295B00F571A0 /* Products */; - ProjectRef = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQ.xcodeproj */; + ProjectRef = 04880EA21DCA295B00F571A0 /* SwiftyZeroMQKit.xcodeproj */; }, ); projectRoot = ""; @@ -216,52 +216,52 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ - 04880EAD1DCA295B00F571A0 /* SwiftyZeroMQ.framework */ = { + 04880EAD1DCA295B00F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880EAC1DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880EAF1DCA295B00F571A0 /* SwiftyZeroMQ-iOS Tests.xctest */ = { + 04880EAF1DCA295B00F571A0 /* SwiftyZeroMQKit-iOS Tests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-iOS Tests.xctest"; + path = "SwiftyZeroMQKit-iOS Tests.xctest"; remoteRef = 04880EAE1DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880EB11DCA295B00F571A0 /* SwiftyZeroMQ.framework */ = { + 04880EB11DCA295B00F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880EB01DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880EB31DCA295B00F571A0 /* SwiftyZeroMQ.framework */ = { + 04880EB31DCA295B00F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880EB21DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880EB51DCA295B00F571A0 /* SwiftyZeroMQ-tvOSTests.xctest */ = { + 04880EB51DCA295B00F571A0 /* SwiftyZeroMQKit-tvOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-tvOSTests.xctest"; + path = "SwiftyZeroMQKit-tvOSTests.xctest"; remoteRef = 04880EB41DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880EB71DCA295B00F571A0 /* SwiftyZeroMQ.framework */ = { + 04880EB71DCA295B00F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880EB61DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880EB91DCA295B00F571A0 /* SwiftyZeroMQ-macOSTests.xctest */ = { + 04880EB91DCA295B00F571A0 /* SwiftyZeroMQKit-macOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-macOSTests.xctest"; + path = "SwiftyZeroMQKit-macOSTests.xctest"; remoteRef = 04880EB81DCA295B00F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -294,7 +294,7 @@ /* Begin PBXTargetDependency section */ 04880EBD1DCA296500F571A0 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SwiftyZeroMQ-tvOS"; + name = "SwiftyZeroMQKit-tvOS"; targetProxy = 04880EBC1DCA296500F571A0 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ diff --git a/Examples/Example-tvOS/Example-tvOS/ViewController.swift b/Examples/Example-tvOS/Example-tvOS/ViewController.swift index de86eb7..8098da0 100644 --- a/Examples/Example-tvOS/Example-tvOS/ViewController.swift +++ b/Examples/Example-tvOS/Example-tvOS/ViewController.swift @@ -6,7 +6,7 @@ // import UIKit -import SwiftyZeroMQ +import SwiftyZeroMQKit class ViewController: UIViewController { @IBOutlet weak var versionTextView: UITextView! diff --git a/Examples/Example-watchOS/Example-watchOS WatchKit Extension/InterfaceController.swift b/Examples/Example-watchOS/Example-watchOS WatchKit Extension/InterfaceController.swift index 54df6a7..da3c901 100644 --- a/Examples/Example-watchOS/Example-watchOS WatchKit Extension/InterfaceController.swift +++ b/Examples/Example-watchOS/Example-watchOS WatchKit Extension/InterfaceController.swift @@ -7,7 +7,7 @@ import WatchKit import Foundation -import SwiftyZeroMQ +import SwiftyZeroMQKit class InterfaceController: WKInterfaceController { diff --git a/Examples/Example-watchOS/Example-watchOS.xcodeproj/project.pbxproj b/Examples/Example-watchOS/Example-watchOS.xcodeproj/project.pbxproj index 449c0cf..a16c6d0 100644 --- a/Examples/Example-watchOS/Example-watchOS.xcodeproj/project.pbxproj +++ b/Examples/Example-watchOS/Example-watchOS.xcodeproj/project.pbxproj @@ -19,8 +19,8 @@ 04880EEF1DCA2DB000F571A0 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04880EEE1DCA2DB000F571A0 /* InterfaceController.swift */; }; 04880EF11DCA2DB000F571A0 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04880EF01DCA2DB000F571A0 /* ExtensionDelegate.swift */; }; 04880EF31DCA2DB000F571A0 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 04880EF21DCA2DB000F571A0 /* Assets.xcassets */; }; - 04F824BA1DDC7E2E00EBB0F2 /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04880F181DCA2E2300F571A0 /* SwiftyZeroMQ.framework */; }; - 04F824BB1DDC7E2E00EBB0F2 /* SwiftyZeroMQ.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04880F181DCA2E2300F571A0 /* SwiftyZeroMQ.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; + 04F824BA1DDC7E2E00EBB0F2 /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04880F181DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */; }; + 04F824BB1DDC7E2E00EBB0F2 /* SwiftyZeroMQKit.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 04880F181DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -40,59 +40,59 @@ }; 04880F131DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E331DB637E800AD9652; - remoteInfo = "SwiftyZeroMQ-iOS"; + remoteInfo = "SwiftyZeroMQKit-iOS"; }; 04880F151DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04D84E3C1DB637E800AD9652; - remoteInfo = "SwiftyZeroMQ-iOS Tests"; + remoteInfo = "SwiftyZeroMQKit-iOS Tests"; }; 04880F171DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85651DC9E1390026AE5E; - remoteInfo = "SwiftyZeroMQ-watchOS"; + remoteInfo = "SwiftyZeroMQKit-watchOS"; }; 04880F191DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA857F1DC9E5770026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOS"; + remoteInfo = "SwiftyZeroMQKit-tvOS"; }; 04880F1B1DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85871DC9E5780026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOSTests"; + remoteInfo = "SwiftyZeroMQKit-tvOSTests"; }; 04880F1D1DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E01DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOS"; + remoteInfo = "SwiftyZeroMQKit-macOS"; }; 04880F1F1DCA2E2300F571A0 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 2; remoteGlobalIDString = 04AA85E81DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOSTests"; + remoteInfo = "SwiftyZeroMQKit-macOSTests"; }; 04F824BC1DDC7E2E00EBB0F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; - containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + containerPortal = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; proxyType = 1; remoteGlobalIDString = 04AA85641DC9E1390026AE5E; - remoteInfo = "SwiftyZeroMQ-watchOS"; + remoteInfo = "SwiftyZeroMQKit-watchOS"; }; /* End PBXContainerItemProxy section */ @@ -125,7 +125,7 @@ dstPath = ""; dstSubfolderSpec = 10; files = ( - 04F824BB1DDC7E2E00EBB0F2 /* SwiftyZeroMQ.framework in Embed Frameworks */, + 04F824BB1DDC7E2E00EBB0F2 /* SwiftyZeroMQKit.framework in Embed Frameworks */, ); name = "Embed Frameworks"; runOnlyForDeploymentPostprocessing = 0; @@ -149,7 +149,7 @@ 04880EF01DCA2DB000F571A0 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = ""; }; 04880EF21DCA2DB000F571A0 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; 04880EF41DCA2DB000F571A0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQ.xcodeproj; path = ../../SwiftyZeroMQ.xcodeproj; sourceTree = ""; }; + 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = SwiftyZeroMQKit.xcodeproj; path = ../../SwiftyZeroMQKit.xcodeproj; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -164,7 +164,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04F824BA1DDC7E2E00EBB0F2 /* SwiftyZeroMQ.framework in Frameworks */, + 04F824BA1DDC7E2E00EBB0F2 /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -185,7 +185,7 @@ 04880EDE1DCA2DB000F571A0 /* Example-watchOS WatchKit App */, 04880EED1DCA2DB000F571A0 /* Example-watchOS WatchKit Extension */, 04880EC91DCA2DB000F571A0 /* Products */, - 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */, + 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */, ); sourceTree = ""; }; @@ -236,13 +236,13 @@ 04880F0A1DCA2E2200F571A0 /* Products */ = { isa = PBXGroup; children = ( - 04880F141DCA2E2300F571A0 /* SwiftyZeroMQ.framework */, - 04880F161DCA2E2300F571A0 /* SwiftyZeroMQ-iOS Tests.xctest */, - 04880F1E1DCA2E2300F571A0 /* SwiftyZeroMQ.framework */, - 04880F201DCA2E2300F571A0 /* SwiftyZeroMQ-macOSTests.xctest */, - 04880F1A1DCA2E2300F571A0 /* SwiftyZeroMQ.framework */, - 04880F1C1DCA2E2300F571A0 /* SwiftyZeroMQ-tvOSTests.xctest */, - 04880F181DCA2E2300F571A0 /* SwiftyZeroMQ.framework */, + 04880F141DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */, + 04880F161DCA2E2300F571A0 /* SwiftyZeroMQKit-iOS Tests.xctest */, + 04880F1E1DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */, + 04880F201DCA2E2300F571A0 /* SwiftyZeroMQKit-macOSTests.xctest */, + 04880F1A1DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */, + 04880F1C1DCA2E2300F571A0 /* SwiftyZeroMQKit-tvOSTests.xctest */, + 04880F181DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */, ); name = Products; sourceTree = ""; @@ -344,7 +344,7 @@ projectReferences = ( { ProductGroup = 04880F0A1DCA2E2200F571A0 /* Products */; - ProjectRef = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQ.xcodeproj */; + ProjectRef = 04880F091DCA2E2200F571A0 /* SwiftyZeroMQKit.xcodeproj */; }, ); projectRoot = ""; @@ -357,52 +357,52 @@ /* End PBXProject section */ /* Begin PBXReferenceProxy section */ - 04880F141DCA2E2300F571A0 /* SwiftyZeroMQ.framework */ = { + 04880F141DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880F131DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880F161DCA2E2300F571A0 /* SwiftyZeroMQ-iOS Tests.xctest */ = { + 04880F161DCA2E2300F571A0 /* SwiftyZeroMQKit-iOS Tests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-iOS Tests.xctest"; + path = "SwiftyZeroMQKit-iOS Tests.xctest"; remoteRef = 04880F151DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880F181DCA2E2300F571A0 /* SwiftyZeroMQ.framework */ = { + 04880F181DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880F171DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880F1A1DCA2E2300F571A0 /* SwiftyZeroMQ.framework */ = { + 04880F1A1DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880F191DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880F1C1DCA2E2300F571A0 /* SwiftyZeroMQ-tvOSTests.xctest */ = { + 04880F1C1DCA2E2300F571A0 /* SwiftyZeroMQKit-tvOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-tvOSTests.xctest"; + path = "SwiftyZeroMQKit-tvOSTests.xctest"; remoteRef = 04880F1B1DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880F1E1DCA2E2300F571A0 /* SwiftyZeroMQ.framework */ = { + 04880F1E1DCA2E2300F571A0 /* SwiftyZeroMQKit.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; - path = SwiftyZeroMQ.framework; + path = SwiftyZeroMQKit.framework; remoteRef = 04880F1D1DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; - 04880F201DCA2E2300F571A0 /* SwiftyZeroMQ-macOSTests.xctest */ = { + 04880F201DCA2E2300F571A0 /* SwiftyZeroMQKit-macOSTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; - path = "SwiftyZeroMQ-macOSTests.xctest"; + path = "SwiftyZeroMQKit-macOSTests.xctest"; remoteRef = 04880F1F1DCA2E2300F571A0 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -472,7 +472,7 @@ }; 04F824BD1DDC7E2E00EBB0F2 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - name = "SwiftyZeroMQ-watchOS"; + name = "SwiftyZeroMQKit-watchOS"; targetProxy = 04F824BC1DDC7E2E00EBB0F2 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ diff --git a/Package.swift b/Package.swift index d235e64..ba7f381 100644 --- a/Package.swift +++ b/Package.swift @@ -4,20 +4,20 @@ import PackageDescription let package = Package( - name: "SwiftyZeroMQ", + name: "SwiftyZeroMQKit", products: [ // Products define the executables and libraries a package produces, and make them visible to other packages. .library( - name: "SwiftyZeroMQ", - targets: ["SwiftyZeroMQ"]), + name: "SwiftyZeroMQKit", + targets: ["SwiftyZeroMQKit"]), ], dependencies: [ ], targets: [ .binaryTarget( - name: "SwiftyZeroMQ", - path: "SwiftyZeroMQ.xcframework" + name: "SwiftyZeroMQKit", + path: "SwiftyZeroMQKit.xcframework" ) ] ) diff --git a/README.md b/README.md index 1d0284c..fd4fc51 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ information. Older examples can also be found in the ### Version ```swift -import SwiftyZeroMQ +import SwiftyZeroMQKit // Print ZeroMQ library and our framework version let (major, minor, patch, versionString) = SwiftyZeroMQ.version @@ -49,7 +49,7 @@ print("SwiftyZeroMQ version is \(SwiftyZeroMQ.frameworkVersion)") ### Request-reply Pattern ```swift -import SwiftyZeroMQ +import SwiftyZeroMQKit do { // Define a TCP endpoint along with the text that we are going to send/recv @@ -151,7 +151,7 @@ try pollAndRecv(); ### Poller ```swift -import SwiftyZeroMQ +import SwiftyZeroMQKit do { // Define a TCP endpoint along with the text that we are going to send/recv diff --git a/Sources/SwiftyZeroMQ.h b/Sources/SwiftyZeroMQKit.h similarity index 100% rename from Sources/SwiftyZeroMQ.h rename to Sources/SwiftyZeroMQKit.h diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ-Swift.h b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ-Swift.h deleted file mode 100644 index fe08360..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ-Swift.h +++ /dev/null @@ -1,430 +0,0 @@ -#if 0 -#elif defined(__arm64__) && __arm64__ -// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -#ifndef SWIFTYZEROMQ_SWIFT_H -#define SWIFTYZEROMQ_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) -#endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) -#endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE -#endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT -#endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT -#endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -#endif -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#if __has_feature(modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -#endif - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQ",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#elif defined(__ARM_ARCH_7A__) && __ARM_ARCH_7A__ -// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -#ifndef SWIFTYZEROMQ_SWIFT_H -#define SWIFTYZEROMQ_SWIFT_H -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wgcc-compat" - -#if !defined(__has_include) -# define __has_include(x) 0 -#endif -#if !defined(__has_attribute) -# define __has_attribute(x) 0 -#endif -#if !defined(__has_feature) -# define __has_feature(x) 0 -#endif -#if !defined(__has_warning) -# define __has_warning(x) 0 -#endif - -#if __has_include() -# include -#endif - -#pragma clang diagnostic ignored "-Wauto-import" -#include -#include -#include -#include - -#if !defined(SWIFT_TYPEDEFS) -# define SWIFT_TYPEDEFS 1 -# if __has_include() -# include -# elif !defined(__cplusplus) -typedef uint_least16_t char16_t; -typedef uint_least32_t char32_t; -# endif -typedef float swift_float2 __attribute__((__ext_vector_type__(2))); -typedef float swift_float3 __attribute__((__ext_vector_type__(3))); -typedef float swift_float4 __attribute__((__ext_vector_type__(4))); -typedef double swift_double2 __attribute__((__ext_vector_type__(2))); -typedef double swift_double3 __attribute__((__ext_vector_type__(3))); -typedef double swift_double4 __attribute__((__ext_vector_type__(4))); -typedef int swift_int2 __attribute__((__ext_vector_type__(2))); -typedef int swift_int3 __attribute__((__ext_vector_type__(3))); -typedef int swift_int4 __attribute__((__ext_vector_type__(4))); -typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); -typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); -typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); -#endif - -#if !defined(SWIFT_PASTE) -# define SWIFT_PASTE_HELPER(x, y) x##y -# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) -#endif -#if !defined(SWIFT_METATYPE) -# define SWIFT_METATYPE(X) Class -#endif -#if !defined(SWIFT_CLASS_PROPERTY) -# if __has_feature(objc_class_property) -# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ -# else -# define SWIFT_CLASS_PROPERTY(...) -# endif -#endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) -#endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) -#endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) -#endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE -#endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT -#endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT -#endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN -#endif -#if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA -#endif -#if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA -#endif -#if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA -#endif -#if !defined(SWIFT_CLASS) -# if __has_attribute(objc_subclassing_restricted) -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# else -# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA -# endif -#endif -#if !defined(SWIFT_RESILIENT_CLASS) -# if __has_attribute(objc_class_stub) -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) -# else -# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) -# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) -# endif -#endif - -#if !defined(SWIFT_PROTOCOL) -# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA -#endif - -#if !defined(SWIFT_EXTENSION) -# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) -#endif - -#if !defined(OBJC_DESIGNATED_INITIALIZER) -# if __has_attribute(objc_designated_initializer) -# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) -# else -# define OBJC_DESIGNATED_INITIALIZER -# endif -#endif -#if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) -# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) -# else -# define SWIFT_ENUM_ATTR(_extensibility) -# endif -#endif -#if !defined(SWIFT_ENUM) -# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# if __has_feature(generalized_swift_name) -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type -# else -# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) -# endif -#endif -#if !defined(SWIFT_UNAVAILABLE) -# define SWIFT_UNAVAILABLE __attribute__((unavailable)) -#endif -#if !defined(SWIFT_UNAVAILABLE_MSG) -# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) -#endif -#if !defined(SWIFT_AVAILABILITY) -# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) -#endif -#if !defined(SWIFT_WEAK_IMPORT) -# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) -#endif -#if !defined(SWIFT_DEPRECATED) -# define SWIFT_DEPRECATED __attribute__((deprecated)) -#endif -#if !defined(SWIFT_DEPRECATED_MSG) -# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) -#endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) -#endif -#if !defined(IBSegueAction) -# define IBSegueAction -#endif -#if __has_feature(modules) -#if __has_warning("-Watimport-in-framework-header") -#pragma clang diagnostic ignored "-Watimport-in-framework-header" -#endif -#endif - -#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" -#pragma clang diagnostic ignored "-Wduplicate-method-arg" -#if __has_warning("-Wpragma-clang-attribute") -# pragma clang diagnostic ignored "-Wpragma-clang-attribute" -#endif -#pragma clang diagnostic ignored "-Wunknown-pragmas" -#pragma clang diagnostic ignored "-Wnullability" - -#if __has_attribute(external_source_symbol) -# pragma push_macro("any") -# undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQ",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) -# pragma pop_macro("any") -#endif - -#if __has_attribute(external_source_symbol) -# pragma clang attribute pop -#endif -#pragma clang diagnostic pop -#endif - -#endif diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Info.plist b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Info.plist deleted file mode 100644 index a871cb6..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Info.plist and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftinterface b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftinterface deleted file mode 100644 index db68980..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftinterface-e deleted file mode 100644 index 5f9c493..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftinterface b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftinterface deleted file mode 100644 index 83cb6d8..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftinterface-e deleted file mode 100644 index 92bb273..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftinterface b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftinterface deleted file mode 100644 index 83cb6d8..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftinterface-e deleted file mode 100644 index 92bb273..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftdoc b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftdoc deleted file mode 100644 index 1cf521c..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftinterface b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftinterface deleted file mode 100644 index db68980..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftinterface-e deleted file mode 100644 index 5f9c493..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7-apple-ios.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftdoc b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftdoc deleted file mode 100644 index 1cf521c..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftinterface b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftinterface deleted file mode 100644 index db68980..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftinterface-e deleted file mode 100644 index 5f9c493..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/armv7.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target armv7-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/module.modulemap b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/module.modulemap deleted file mode 100644 index 508cf31..0000000 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module SwiftyZeroMQ { - umbrella header "SwiftyZeroMQ.h" - - export * - module * { export * } -} - -module SwiftyZeroMQ.Swift { - header "SwiftyZeroMQ-Swift.h" - requires objc -} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/SwiftyZeroMQ b/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/SwiftyZeroMQ deleted file mode 100755 index 941858e..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/SwiftyZeroMQ and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftdoc b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftdoc deleted file mode 100644 index cb8d190..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface deleted file mode 100644 index b40cb4c..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target i386-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface-e deleted file mode 100644 index 7f4149d..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target i386-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftdoc b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftdoc deleted file mode 100644 index cb8d190..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface deleted file mode 100644 index b40cb4c..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target i386-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface-e deleted file mode 100644 index 7f4149d..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target i386-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface deleted file mode 100644 index 93b8578..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e deleted file mode 100644 index 903b768..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index c279e18..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 93b8578..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface-e b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface-e deleted file mode 100644 index 903b768..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/module.modulemap b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/module.modulemap deleted file mode 100644 index 508cf31..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module SwiftyZeroMQ { - umbrella header "SwiftyZeroMQ.h" - - export * - module * { export * } -} - -module SwiftyZeroMQ.Swift { - header "SwiftyZeroMQ-Swift.h" - requires objc -} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/SwiftyZeroMQ b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/SwiftyZeroMQ deleted file mode 100755 index 8519a2a..0000000 Binary files a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/SwiftyZeroMQ and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/_CodeSignature/CodeResources b/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/_CodeSignature/CodeResources deleted file mode 100644 index f358f86..0000000 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/_CodeSignature/CodeResources +++ /dev/null @@ -1,372 +0,0 @@ - - - - - files - - Headers/SwiftyZeroMQ-Swift.h - - cARiCWbabXWUl9SYU84hupvB1Tw= - - Headers/SwiftyZeroMQ.h - - JWRthuuMt6BLfxPtgDFKknQzt3E= - - Headers/zmq.h - - Yfg//hMobPxfemNSRR8s8USKZYk= - - Info.plist - - tVmbRf6K/OGGRhW71LAAW+wRd+I= - - LICENSE - - hUkVoIWLFUtje0eOZjNzqcH+kIk= - - Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftdoc - - x9BIW6oJVCrq7+dnt1aZEOOAQDc= - - Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface - - R8YTdBu2id4xoeAbHk5wtR02/yw= - - Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftmodule - - 5WVddVsJRZuh+EmyipvB1ho5cFA= - - Modules/SwiftyZeroMQ.swiftmodule/i386.swiftdoc - - x9BIW6oJVCrq7+dnt1aZEOOAQDc= - - Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface - - R8YTdBu2id4xoeAbHk5wtR02/yw= - - Modules/SwiftyZeroMQ.swiftmodule/i386.swiftmodule - - 5WVddVsJRZuh+EmyipvB1ho5cFA= - - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - CECognsaGJ7C16zNB3j1mDqwuR0= - - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - +6JWoYLYbgBZI+Ujmrlft6+0TTY= - - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - H1k9aDEdrJ1IokuFgXKaL4XFweE= - - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc - - CECognsaGJ7C16zNB3j1mDqwuR0= - - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface - - +6JWoYLYbgBZI+Ujmrlft6+0TTY= - - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftmodule - - H1k9aDEdrJ1IokuFgXKaL4XFweE= - - Modules/module.modulemap - - V64fH/zMOoNIpCUfDbfK9AqLWic= - - SwiftyZeroMQ.podspec - - rhonCj/LNqo9V9PuDOzn/7cgFJQ= - - - files2 - - Headers/SwiftyZeroMQ-Swift.h - - hash - - cARiCWbabXWUl9SYU84hupvB1Tw= - - hash2 - - EibYC3M7SlPMEAep0V28doqaA806kOco5bGfXj/eIy0= - - - Headers/SwiftyZeroMQ.h - - hash - - JWRthuuMt6BLfxPtgDFKknQzt3E= - - hash2 - - MvNEBMKj6pKH8tlxJIaSRSMf6LZ+4glRQHIKqFOPpXQ= - - - Headers/zmq.h - - hash - - Yfg//hMobPxfemNSRR8s8USKZYk= - - hash2 - - IMrt0vE+1wsMFJkGxcnltrzT/r3Y2704shDrApZ+Wi0= - - - LICENSE - - hash - - hUkVoIWLFUtje0eOZjNzqcH+kIk= - - hash2 - - tn2ApgW/TH7ghxAiU/YCfTB5l4XriVNus1BjqSJxomM= - - - Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftdoc - - hash - - x9BIW6oJVCrq7+dnt1aZEOOAQDc= - - hash2 - - QRDZmwWM8EBv6EsLplUvnUfctf4EfJhUQMjLilyWEjM= - - - Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftinterface - - hash - - R8YTdBu2id4xoeAbHk5wtR02/yw= - - hash2 - - 5jNkcSRDkvqkPYrqNJEAADdeIgO+ykVnBsmM/kiHLdE= - - - Modules/SwiftyZeroMQ.swiftmodule/i386-apple-ios-simulator.swiftmodule - - hash - - 5WVddVsJRZuh+EmyipvB1ho5cFA= - - hash2 - - bffClDA3XQFy82vUtzVRJHqdEdLAE3PKAAD0Uw9o+mM= - - - Modules/SwiftyZeroMQ.swiftmodule/i386.swiftdoc - - hash - - x9BIW6oJVCrq7+dnt1aZEOOAQDc= - - hash2 - - QRDZmwWM8EBv6EsLplUvnUfctf4EfJhUQMjLilyWEjM= - - - Modules/SwiftyZeroMQ.swiftmodule/i386.swiftinterface - - hash - - R8YTdBu2id4xoeAbHk5wtR02/yw= - - hash2 - - 5jNkcSRDkvqkPYrqNJEAADdeIgO+ykVnBsmM/kiHLdE= - - - Modules/SwiftyZeroMQ.swiftmodule/i386.swiftmodule - - hash - - 5WVddVsJRZuh+EmyipvB1ho5cFA= - - hash2 - - bffClDA3XQFy82vUtzVRJHqdEdLAE3PKAAD0Uw9o+mM= - - - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftdoc - - hash - - CECognsaGJ7C16zNB3j1mDqwuR0= - - hash2 - - LhfxlULGzy5AG1sINjozjhOwRERMBxa9Nibt6tGT+VM= - - - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftinterface - - hash - - +6JWoYLYbgBZI+Ujmrlft6+0TTY= - - hash2 - - O8FToxOBP+tPcc2aQwYRSKqpbpuaMgr92ykcg5rGtJ8= - - - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftmodule - - hash - - H1k9aDEdrJ1IokuFgXKaL4XFweE= - - hash2 - - efQoB8LmS1omUZGAG5FcTyzR2iyZOPKXzF0DZqzHJcg= - - - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc - - hash - - CECognsaGJ7C16zNB3j1mDqwuR0= - - hash2 - - LhfxlULGzy5AG1sINjozjhOwRERMBxa9Nibt6tGT+VM= - - - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface - - hash - - +6JWoYLYbgBZI+Ujmrlft6+0TTY= - - hash2 - - O8FToxOBP+tPcc2aQwYRSKqpbpuaMgr92ykcg5rGtJ8= - - - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftmodule - - hash - - H1k9aDEdrJ1IokuFgXKaL4XFweE= - - hash2 - - efQoB8LmS1omUZGAG5FcTyzR2iyZOPKXzF0DZqzHJcg= - - - Modules/module.modulemap - - hash - - V64fH/zMOoNIpCUfDbfK9AqLWic= - - hash2 - - z2ieuJV4/+fCw4XklAScjI++xKlZ9L+a0Xkg7+qX8YQ= - - - SwiftyZeroMQ.podspec - - hash - - rhonCj/LNqo9V9PuDOzn/7cgFJQ= - - hash2 - - 9iUuK7aImyDyL1Pq/7RxYfHRY2+fTc67+x1bGxtNstY= - - - - rules - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^version.plist$ - - - rules2 - - .*\.dSYM($|/) - - weight - 11 - - ^(.*/)?\.DS_Store$ - - omit - - weight - 2000 - - ^.* - - ^.*\.lproj/ - - optional - - weight - 1000 - - ^.*\.lproj/locversion.plist$ - - omit - - weight - 1100 - - ^Base\.lproj/ - - weight - 1010 - - ^Info\.plist$ - - omit - - weight - 20 - - ^PkgInfo$ - - omit - - weight - 20 - - ^embedded\.provisionprofile$ - - weight - 20 - - ^version\.plist$ - - weight - 20 - - - - diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/SwiftyZeroMQ b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/SwiftyZeroMQ deleted file mode 120000 index 29a37bc..0000000 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/SwiftyZeroMQ +++ /dev/null @@ -1 +0,0 @@ -Versions/Current/SwiftyZeroMQ \ No newline at end of file diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftdoc b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftdoc deleted file mode 100644 index e1523d6..0000000 Binary files a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface deleted file mode 100644 index 490bb7b..0000000 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface-e b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface-e deleted file mode 100644 index ada5a34..0000000 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc deleted file mode 100644 index e1523d6..0000000 Binary files a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc and /dev/null differ diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface deleted file mode 100644 index 490bb7b..0000000 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.Socket : SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} -extension SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface-e b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface-e deleted file mode 100644 index ada5a34..0000000 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface-e +++ /dev/null @@ -1,190 +0,0 @@ -// swift-interface-format-version: 1.0 -// swift-compiler-version: Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -// swift-module-flags: -target x86_64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQ -import Foundation -import Swift -@_exported import SwiftyZeroMQ -extension SwiftyZeroMQ { - open class Context : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - required public init() throws - @objc deinit - public func shutdown() throws - public func terminate() throws - public func close() throws - public func socket(_ type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws -> SwiftyZeroMQ.SwiftyZeroMQ.Socket - public func isBlocky() throws -> Swift.Bool - public func setBlocky(_ enabled: Swift.Bool = true) throws - public func getIOThreads() throws -> Swift.Int - public func setIOThreads(_ value: Swift.Int = 1) throws - public func setThreadSchedulingPolicy(_ value: Swift.Int = -1) throws - public func setThreadPriority(_ value: Swift.Int = -1) throws - public func getMaxMessageSize() throws -> Swift.Int - public func setMaxMessageSize(_ size: Swift.Int = Int(Int32.max)) throws - public func getMaxSockets() throws -> Swift.Int - public func setMaxSockets(_ value: Swift.Int = 1024) throws - public func isIPV6Enabled() throws -> Swift.Bool - public func setIPV6Enabled(_ enabled: Swift.Bool = false) throws - public func getSocketLimit() throws -> Swift.Int - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Context, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Context) -> Swift.Bool - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public struct PollFlags : Swift.OptionSet { - public var rawValue: Swift.Int32 - public init(rawValue: Swift.Int32) - public static let pollIn: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollOut: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let pollErr: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public static let none: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias Element = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias ArrayLiteralElement = SwiftyZeroMQ.SwiftyZeroMQ.PollFlags - public typealias RawValue = Swift.Int32 - } - public class Poller { - public init() - public func register(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func modify(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket, flags: SwiftyZeroMQ.SwiftyZeroMQ.PollFlags = [.pollIn, .pollOut]) throws - public func unregister(socket: SwiftyZeroMQ.SwiftyZeroMQ.Socket) throws - public func poll(timeout: Foundation.TimeInterval? = nil) throws -> [SwiftyZeroMQ.SwiftyZeroMQ.Socket : SwiftyZeroMQ.SwiftyZeroMQ.PollFlags] - @objc deinit - } -} -extension SwiftyZeroMQ { - open class Socket : Swift.Hashable { - public var handle: Swift.UnsafeMutableRawPointer? - public init(context: SwiftyZeroMQ.SwiftyZeroMQ.Context, type: SwiftyZeroMQ.SwiftyZeroMQ.SocketType) throws - @objc deinit - public func connect(_ endpoint: Swift.String) throws - public func close() throws - public func bind(_ endpoint: Swift.String) throws - public func unbind(_ endpoint: Swift.String) throws - public func send(string: Swift.String, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func send(data: Foundation.Data, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws - public func sendMultipart(parts: Swift.Array) throws - public func recvMultipart() throws -> Swift.Array - public func recvData(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Foundation.Data - public func recv(bufferLength: Swift.Int = 256, options: SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption = .none) throws -> Swift.String? - public var hashValue: Swift.Int { - get - } - public static func == (lhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket, rhs: SwiftyZeroMQ.SwiftyZeroMQ.Socket) -> Swift.Bool - public func setSubscribe(_ value: Swift.String?) throws - public func setUnsubscribe(_ value: Swift.String?) throws - public func setAffinity(_ value: Swift.UInt64) throws - public func setLinger(_ value: Swift.Int32) throws - public func setRecvHighWaterMark(_ value: Swift.Int32) throws - public func setSendHighWaterMark(_ value: Swift.Int32) throws - public func setMulticastRate(_ value: Swift.Int32) throws - public func setMulticastRecoveryInterval(_ value: Swift.Int32) throws - public func setSendBufferSize(_ value: Swift.Int32) throws - public func setRecvBufferSize(_ value: Swift.Int32) throws - public func setReconnectInterval(_ value: Swift.Int32) throws - public func setMaxReconnectInterval(_ value: Swift.Int32) throws - public func curveKeyPair() throws -> (publicKey: Swift.String, secretKey: Swift.String) - public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: Swift.String, clientPublicKey: Swift.String, clientSecretKey: Swift.String) throws - public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: Swift.String, serverPublicKey: Swift.String) throws - public func setBacklog(_ value: Swift.Int32) throws - public func getAffinity() throws -> Swift.UInt64 - public func getLinger() throws -> Swift.Int32 - public func getRecvHighWaterMark() throws -> Swift.Int32 - public func getSendHighWaterMark() throws -> Swift.UInt32 - public func getMulticastRate() throws -> Swift.Int32 - public func getMulticastRecoveryInterval() throws -> Swift.Int32 - public func getSendBufferSize() throws -> Swift.UInt32 - public func getRecvBufferSize() throws -> Swift.UInt32 - public func getReconnectInterval() throws -> Swift.UInt32 - public func getMaxReconnectInterval() throws -> Swift.UInt32 - public func getBacklog() throws -> Swift.UInt32 - public func getFileDescriptor() throws -> Swift.UInt32 - public func setIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.Int32) throws - public func setUnsignedIntegerSocketOption(_ option: Swift.Int32, _ value: Swift.UInt64) throws - public func setStringSocketOption(_ option: Swift.Int32, _ value: Swift.String?) throws - open func hash(into hasher: inout Swift.Hasher) - } -} -extension SwiftyZeroMQ { - public enum SocketSendRecvOption : Swift.Int32 { - case none - case dontWait - case sendMore - case dontWaitSendMore - public var rawValue: Swift.Int32 { - get - } - public func isValidRecvOption() -> Swift.Bool - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -extension SwiftyZeroMQ { - public enum SocketType : Swift.Int32 { - case request - case reply - case dealer - case router - case publish - case subscribe - case xpublish - case xsubscribe - case push - case pull - case pair - case stream - public var rawValue: Swift.Int32 { - get - } - public typealias RawValue = Swift.Int32 - public init?(rawValue: Swift.Int32) - } -} -public struct SwiftyZeroMQ { - public enum Capability : Swift.String { - case ipc - case pgm - case tipc - case norm - case curve - case gssapi - public typealias RawValue = Swift.String - public init?(rawValue: Swift.String) - public var rawValue: Swift.String { - get - } - } - public static var version: (major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String) { - get - } - public static var frameworkVersion: Swift.String { - get - } - public static func has(_ capability: SwiftyZeroMQ.SwiftyZeroMQ.Capability) -> Swift.Bool - public static func proxy(frontend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.SwiftyZeroMQ.Socket? = nil) throws -} -extension SwiftyZeroMQ { - public struct ZeroMQError : Swift.Error, Swift.CustomStringConvertible { - public let description: Swift.String - public static var last: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var invalidOption: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - public static var unimplemented: SwiftyZeroMQ.SwiftyZeroMQ.ZeroMQError { - get - } - } -} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Equatable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.Hashable {} -extension SwiftyZeroMQ.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/module.modulemap b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/module.modulemap deleted file mode 100644 index 508cf31..0000000 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Modules/module.modulemap +++ /dev/null @@ -1,11 +0,0 @@ -framework module SwiftyZeroMQ { - umbrella header "SwiftyZeroMQ.h" - - export * - module * { export * } -} - -module SwiftyZeroMQ.Swift { - header "SwiftyZeroMQ-Swift.h" - requires objc -} diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/SwiftyZeroMQ b/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/SwiftyZeroMQ deleted file mode 100755 index c11996a..0000000 Binary files a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/SwiftyZeroMQ and /dev/null differ diff --git a/SwiftyZeroMQ.podspec b/SwiftyZeroMQKit.podspec similarity index 96% rename from SwiftyZeroMQ.podspec rename to SwiftyZeroMQKit.podspec index a8173e1..90d0544 100644 --- a/SwiftyZeroMQ.podspec +++ b/SwiftyZeroMQKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = "SwiftyZeroMQ" + s.name = "SwiftyZeroMQKit" s.version = "1.0.26" s.summary = "ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS." s.description = <<-DESC diff --git a/SwiftyZeroMQ.xcframework/Info.plist b/SwiftyZeroMQKit.xcframework/Info.plist similarity index 78% rename from SwiftyZeroMQ.xcframework/Info.plist rename to SwiftyZeroMQKit.xcframework/Info.plist index 33d624c..1164b54 100644 --- a/SwiftyZeroMQ.xcframework/Info.plist +++ b/SwiftyZeroMQKit.xcframework/Info.plist @@ -6,11 +6,12 @@ LibraryIdentifier - macos-x86_64 + macos-arm64_x86_64 LibraryPath - SwiftyZeroMQ.framework + SwiftyZeroMQKit.framework SupportedArchitectures + arm64 x86_64 SupportedPlatform @@ -18,12 +19,11 @@ LibraryIdentifier - ios-i386_x86_64-simulator + ios-x86_64-simulator LibraryPath - SwiftyZeroMQ.framework + SwiftyZeroMQKit.framework SupportedArchitectures - i386 x86_64 SupportedPlatform @@ -33,13 +33,12 @@ LibraryIdentifier - ios-arm64_armv7 + ios-arm64 LibraryPath - SwiftyZeroMQ.framework + SwiftyZeroMQKit.framework SupportedArchitectures arm64 - armv7 SupportedPlatform ios diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/SwiftyZeroMQ-Swift.h b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit-Swift.h similarity index 61% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/SwiftyZeroMQ-Swift.h rename to SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit-Swift.h index 4b33a56..656324b 100644 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/SwiftyZeroMQ-Swift.h +++ b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit-Swift.h @@ -1,6 +1,8 @@ -// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -#ifndef SWIFTYZEROMQ_SWIFT_H -#define SWIFTYZEROMQ_SWIFT_H +#if 0 +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +#ifndef SWIFTYZEROMQKIT_SWIFT_H +#define SWIFTYZEROMQKIT_SWIFT_H #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" @@ -22,10 +24,32 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -60,53 +84,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -126,28 +163,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -176,20 +210,59 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) #endif -#if __has_feature(modules) +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -197,16 +270,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") # undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQ",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) # pragma pop_macro("any") #endif +#if defined(__OBJC__) +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif + +#else +#error unsupported Swift architecture +#endif diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ.h b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit.h similarity index 100% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ.h rename to SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit.h diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/zmq.h b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/zmq.h similarity index 100% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Headers/zmq.h rename to SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Headers/zmq.h diff --git a/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Info.plist b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Info.plist new file mode 100644 index 0000000..b6e770a Binary files /dev/null and b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Info.plist differ diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/LICENSE b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/LICENSE similarity index 100% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/LICENSE rename to SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/LICENSE diff --git a/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.abi.json b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.abi.json new file mode 100644 index 0000000..9f1df5c --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.abi.json @@ -0,0 +1,5152 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "TypeDecl", + "name": "SwiftyZeroMQ", + "printedName": "SwiftyZeroMQ", + "children": [ + { + "kind": "TypeDecl", + "name": "Capability", + "printedName": "Capability", + "children": [ + { + "kind": "Var", + "name": "ipc", + "printedName": "ipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "pgm", + "printedName": "pgm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "tipc", + "printedName": "tipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "norm", + "printedName": "norm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "curve", + "printedName": "curve", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "gssapi", + "printedName": "gssapi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability?", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frameworkVersion", + "printedName": "frameworkVersion", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "has", + "printedName": "has(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "proxy", + "printedName": "proxy(frontend:backend:capture:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket?", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Context", + "printedName": "Context", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "shutdown", + "printedName": "shutdown()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "terminate", + "printedName": "terminate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "socket", + "printedName": "socket(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isBlocky", + "printedName": "isBlocky()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBlocky", + "printedName": "setBlocky(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getIOThreads", + "printedName": "getIOThreads()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIOThreads", + "printedName": "setIOThreads(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadSchedulingPolicy", + "printedName": "setThreadSchedulingPolicy(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadPriority", + "printedName": "setThreadPriority(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxMessageSize", + "printedName": "getMaxMessageSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxMessageSize", + "printedName": "setMaxMessageSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxSockets", + "printedName": "getMaxSockets()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxSockets", + "printedName": "setMaxSockets(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isIPV6Enabled", + "printedName": "isIPV6Enabled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIPV6Enabled", + "printedName": "setIPV6Enabled(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSocketLimit", + "printedName": "getSocketLimit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketSendRecvOption", + "printedName": "SocketSendRecvOption", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWait", + "printedName": "dontWait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "sendMore", + "printedName": "sendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWaitSendMore", + "printedName": "dontWaitSendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isValidRecvOption", + "printedName": "isValidRecvOption()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PollFlags", + "printedName": "PollFlags", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "pollIn", + "printedName": "pollIn", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollOut", + "printedName": "pollOut", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollErr", + "printedName": "pollErr", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Poller", + "printedName": "Poller", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Poller", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Poller", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "modify", + "printedName": "modify(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unregister", + "printedName": "unregister(socket:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "poll", + "printedName": "poll(timeout:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[SwiftyZeroMQKit.SwiftyZeroMQ.Socket : SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags]", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true + }, + { + "kind": "TypeDecl", + "name": "ZeroMQError", + "printedName": "ZeroMQError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "last", + "printedName": "last", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "invalidOption", + "printedName": "invalidOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unimplemented", + "printedName": "unimplemented", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Socket", + "printedName": "Socket", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(context:type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "connect", + "printedName": "connect(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bind", + "printedName": "bind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unbind", + "printedName": "unbind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(string:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendMultipart", + "printedName": "sendMultipart(parts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvMultipart", + "printedName": "recvMultipart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvData", + "printedName": "recvData(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recv", + "printedName": "recv(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSubscribe", + "printedName": "setSubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsubscribe", + "printedName": "setUnsubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAffinity", + "printedName": "setAffinity(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLinger", + "printedName": "setLinger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvHighWaterMark", + "printedName": "setRecvHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendHighWaterMark", + "printedName": "setSendHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRate", + "printedName": "setMulticastRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRecoveryInterval", + "printedName": "setMulticastRecoveryInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendBufferSize", + "printedName": "setSendBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvBufferSize", + "printedName": "setRecvBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setReconnectInterval", + "printedName": "setReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxReconnectInterval", + "printedName": "setMaxReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "curveKeyPair", + "printedName": "curveKeyPair()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(publicKey: Swift.String, secretKey: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnClientWithServerPublicKey", + "printedName": "setupCurveSecurityOnClientWithServerPublicKey(_:clientPublicKey:clientSecretKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnServerWithServerSecretKey", + "printedName": "setupCurveSecurityOnServerWithServerSecretKey(_:serverPublicKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBacklog", + "printedName": "setBacklog(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAffinity", + "printedName": "getAffinity()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLinger", + "printedName": "getLinger()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvHighWaterMark", + "printedName": "getRecvHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendHighWaterMark", + "printedName": "getSendHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRate", + "printedName": "getMulticastRate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRecoveryInterval", + "printedName": "getMulticastRecoveryInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendBufferSize", + "printedName": "getSendBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvBufferSize", + "printedName": "getRecvBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getReconnectInterval", + "printedName": "getReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxReconnectInterval", + "printedName": "getMaxReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getBacklog", + "printedName": "getBacklog()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFileDescriptor", + "printedName": "getFileDescriptor()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIntegerSocketOption", + "printedName": "setIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsignedIntegerSocketOption", + "printedName": "setUnsignedIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setStringSocketOption", + "printedName": "setStringSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketType", + "printedName": "SocketType", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reply", + "printedName": "reply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dealer", + "printedName": "dealer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "router", + "printedName": "router", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "publish", + "printedName": "publish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "subscribe", + "printedName": "subscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xpublish", + "printedName": "xpublish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xsubscribe", + "printedName": "xsubscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pull", + "printedName": "pull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pair", + "printedName": "pair", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stream", + "printedName": "stream", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 1779, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 2322, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3280, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 4673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 5507, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5568, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6106, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6396, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 7939, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 8489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8551, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 9061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1430, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1439, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1448, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1666, + "length": 8, + "value": "\"1.0.25\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "Array", + "offset": 797, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3091, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3568, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1082, + "length": 16, + "value": "\"Invalid option\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 46, + "value": "\"Unimplemented at the moment. PRs are welcome\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2139, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 2236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2484, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2773, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 3414, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "Array", + "offset": 3840, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4059, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4357, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4738, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 6190, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11754, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12930, + "length": 40, + "value": "\"Error setting up client keys: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12969, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13704, + "length": 42, + "value": "\"Error setting up server socket: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 16303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + } + ] +} \ No newline at end of file diff --git a/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.private.swiftinterface b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.private.swiftinterface new file mode 100644 index 0000000..0af0d87 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.private.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftdoc b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.swiftdoc similarity index 52% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftdoc rename to SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.swiftdoc index 253e58a..749af10 100644 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64.swiftdoc and b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.swiftdoc differ diff --git a/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.swiftinterface b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.swiftinterface new file mode 100644 index 0000000..0af0d87 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-ios.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-ios9.0 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/module.modulemap b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/module.modulemap new file mode 100644 index 0000000..e251140 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module SwiftyZeroMQKit { + umbrella header "SwiftyZeroMQKit.h" + + export * + module * { export * } +} + +module SwiftyZeroMQKit.Swift { + header "SwiftyZeroMQKit-Swift.h" + requires objc +} diff --git a/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit new file mode 100755 index 0000000..be1c1c4 Binary files /dev/null and b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit differ diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/SwiftyZeroMQ.podspec b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit.podspec similarity index 96% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/SwiftyZeroMQ.podspec rename to SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit.podspec index a8173e1..90d0544 100644 --- a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/SwiftyZeroMQ.podspec +++ b/SwiftyZeroMQKit.xcframework/ios-arm64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = "SwiftyZeroMQ" + s.name = "SwiftyZeroMQKit" s.version = "1.0.26" s.summary = "ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS." s.description = <<-DESC diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit-Swift.h b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit-Swift.h new file mode 100644 index 0000000..aeea1fe --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit-Swift.h @@ -0,0 +1,294 @@ +#if 0 +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +#ifndef SWIFTYZEROMQKIT_SWIFT_H +#define SWIFTYZEROMQKIT_SWIFT_H +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wgcc-compat" + +#if !defined(__has_include) +# define __has_include(x) 0 +#endif +#if !defined(__has_attribute) +# define __has_attribute(x) 0 +#endif +#if !defined(__has_feature) +# define __has_feature(x) 0 +#endif +#if !defined(__has_warning) +# define __has_warning(x) 0 +#endif + +#if __has_include() +# include +#endif + +#pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) +#include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else +#include +#include +#include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif +#endif + +#if !defined(SWIFT_TYPEDEFS) +# define SWIFT_TYPEDEFS 1 +# if __has_include() +# include +# elif !defined(__cplusplus) +typedef uint_least16_t char16_t; +typedef uint_least32_t char32_t; +# endif +typedef float swift_float2 __attribute__((__ext_vector_type__(2))); +typedef float swift_float3 __attribute__((__ext_vector_type__(3))); +typedef float swift_float4 __attribute__((__ext_vector_type__(4))); +typedef double swift_double2 __attribute__((__ext_vector_type__(2))); +typedef double swift_double3 __attribute__((__ext_vector_type__(3))); +typedef double swift_double4 __attribute__((__ext_vector_type__(4))); +typedef int swift_int2 __attribute__((__ext_vector_type__(2))); +typedef int swift_int3 __attribute__((__ext_vector_type__(3))); +typedef int swift_int4 __attribute__((__ext_vector_type__(4))); +typedef unsigned int swift_uint2 __attribute__((__ext_vector_type__(2))); +typedef unsigned int swift_uint3 __attribute__((__ext_vector_type__(3))); +typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); +#endif + +#if !defined(SWIFT_PASTE) +# define SWIFT_PASTE_HELPER(x, y) x##y +# define SWIFT_PASTE(x, y) SWIFT_PASTE_HELPER(x, y) +#endif +#if !defined(SWIFT_METATYPE) +# define SWIFT_METATYPE(X) Class +#endif +#if !defined(SWIFT_CLASS_PROPERTY) +# if __has_feature(objc_class_property) +# define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ +# else +# define SWIFT_CLASS_PROPERTY(...) +# endif +#endif +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif +#endif +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif +#endif +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif +#endif +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif +#endif +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif +#endif +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif +#endif +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif +#endif +#if !defined(SWIFT_CLASS_EXTRA) +# define SWIFT_CLASS_EXTRA +#endif +#if !defined(SWIFT_PROTOCOL_EXTRA) +# define SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_ENUM_EXTRA) +# define SWIFT_ENUM_EXTRA +#endif +#if !defined(SWIFT_CLASS) +# if __has_attribute(objc_subclassing_restricted) +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_subclassing_restricted)) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# else +# define SWIFT_CLASS(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_CLASS_EXTRA +# endif +#endif +#if !defined(SWIFT_RESILIENT_CLASS) +# if __has_attribute(objc_class_stub) +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) __attribute__((objc_class_stub)) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) __attribute__((objc_class_stub)) SWIFT_CLASS_NAMED(SWIFT_NAME) +# else +# define SWIFT_RESILIENT_CLASS(SWIFT_NAME) SWIFT_CLASS(SWIFT_NAME) +# define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) +# endif +#endif +#if !defined(SWIFT_PROTOCOL) +# define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA +#endif +#if !defined(SWIFT_EXTENSION) +# define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) +#endif +#if !defined(OBJC_DESIGNATED_INITIALIZER) +# if __has_attribute(objc_designated_initializer) +# define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) +# else +# define OBJC_DESIGNATED_INITIALIZER +# endif +#endif +#if !defined(SWIFT_ENUM_ATTR) +# if __has_attribute(enum_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) +# else +# define SWIFT_ENUM_ATTR(_extensibility) +# endif +#endif +#if !defined(SWIFT_ENUM) +# define SWIFT_ENUM(_type, _name, _extensibility) enum _name : _type _name; enum SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# if __has_feature(generalized_swift_name) +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) enum _name : _type _name SWIFT_COMPILE_NAME(SWIFT_NAME); enum SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_ENUM_ATTR(_extensibility) SWIFT_ENUM_EXTRA _name : _type +# else +# define SWIFT_ENUM_NAMED(_type, _name, SWIFT_NAME, _extensibility) SWIFT_ENUM(_type, _name, _extensibility) +# endif +#endif +#if !defined(SWIFT_UNAVAILABLE) +# define SWIFT_UNAVAILABLE __attribute__((unavailable)) +#endif +#if !defined(SWIFT_UNAVAILABLE_MSG) +# define SWIFT_UNAVAILABLE_MSG(msg) __attribute__((unavailable(msg))) +#endif +#if !defined(SWIFT_AVAILABILITY) +# define SWIFT_AVAILABILITY(plat, ...) __attribute__((availability(plat, __VA_ARGS__))) +#endif +#if !defined(SWIFT_WEAK_IMPORT) +# define SWIFT_WEAK_IMPORT __attribute__((weak_import)) +#endif +#if !defined(SWIFT_DEPRECATED) +# define SWIFT_DEPRECATED __attribute__((deprecated)) +#endif +#if !defined(SWIFT_DEPRECATED_MSG) +# define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) +#endif +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif +#endif +#if defined(__OBJC__) +#if !defined(IBSegueAction) +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) +#endif +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) +#if __has_warning("-Watimport-in-framework-header") +#pragma clang diagnostic ignored "-Watimport-in-framework-header" +#endif +#endif + +#endif +#pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" +#pragma clang diagnostic ignored "-Wduplicate-method-arg" +#if __has_warning("-Wpragma-clang-attribute") +# pragma clang diagnostic ignored "-Wpragma-clang-attribute" +#endif +#pragma clang diagnostic ignored "-Wunknown-pragmas" +#pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" + +#if __has_attribute(external_source_symbol) +# pragma push_macro("any") +# undef any +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma pop_macro("any") +#endif + +#if defined(__OBJC__) +#endif +#if defined(__cplusplus) +#endif +#if __has_attribute(external_source_symbol) +# pragma clang attribute pop +#endif +#pragma clang diagnostic pop +#endif + +#else +#error unsupported Swift architecture +#endif diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ.h b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit.h similarity index 100% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ.h rename to SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/SwiftyZeroMQKit.h diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/zmq.h b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/zmq.h similarity index 100% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/zmq.h rename to SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Headers/zmq.h diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Info.plist b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Info.plist similarity index 54% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Info.plist rename to SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Info.plist index bd66ca8..be7aba3 100644 Binary files a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Info.plist and b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Info.plist differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/LICENSE b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/LICENSE similarity index 100% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/LICENSE rename to SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/LICENSE diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.abi.json b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.abi.json new file mode 100644 index 0000000..9f1df5c --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.abi.json @@ -0,0 +1,5152 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "TypeDecl", + "name": "SwiftyZeroMQ", + "printedName": "SwiftyZeroMQ", + "children": [ + { + "kind": "TypeDecl", + "name": "Capability", + "printedName": "Capability", + "children": [ + { + "kind": "Var", + "name": "ipc", + "printedName": "ipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "pgm", + "printedName": "pgm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "tipc", + "printedName": "tipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "norm", + "printedName": "norm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "curve", + "printedName": "curve", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "gssapi", + "printedName": "gssapi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability?", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frameworkVersion", + "printedName": "frameworkVersion", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "has", + "printedName": "has(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "proxy", + "printedName": "proxy(frontend:backend:capture:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket?", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Context", + "printedName": "Context", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "shutdown", + "printedName": "shutdown()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "terminate", + "printedName": "terminate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "socket", + "printedName": "socket(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isBlocky", + "printedName": "isBlocky()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBlocky", + "printedName": "setBlocky(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getIOThreads", + "printedName": "getIOThreads()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIOThreads", + "printedName": "setIOThreads(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadSchedulingPolicy", + "printedName": "setThreadSchedulingPolicy(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadPriority", + "printedName": "setThreadPriority(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxMessageSize", + "printedName": "getMaxMessageSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxMessageSize", + "printedName": "setMaxMessageSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxSockets", + "printedName": "getMaxSockets()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxSockets", + "printedName": "setMaxSockets(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isIPV6Enabled", + "printedName": "isIPV6Enabled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIPV6Enabled", + "printedName": "setIPV6Enabled(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSocketLimit", + "printedName": "getSocketLimit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketSendRecvOption", + "printedName": "SocketSendRecvOption", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWait", + "printedName": "dontWait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "sendMore", + "printedName": "sendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWaitSendMore", + "printedName": "dontWaitSendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isValidRecvOption", + "printedName": "isValidRecvOption()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PollFlags", + "printedName": "PollFlags", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "pollIn", + "printedName": "pollIn", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollOut", + "printedName": "pollOut", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollErr", + "printedName": "pollErr", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Poller", + "printedName": "Poller", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Poller", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Poller", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "modify", + "printedName": "modify(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unregister", + "printedName": "unregister(socket:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "poll", + "printedName": "poll(timeout:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[SwiftyZeroMQKit.SwiftyZeroMQ.Socket : SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags]", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true + }, + { + "kind": "TypeDecl", + "name": "ZeroMQError", + "printedName": "ZeroMQError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "last", + "printedName": "last", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "invalidOption", + "printedName": "invalidOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unimplemented", + "printedName": "unimplemented", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Socket", + "printedName": "Socket", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(context:type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "connect", + "printedName": "connect(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bind", + "printedName": "bind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unbind", + "printedName": "unbind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(string:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendMultipart", + "printedName": "sendMultipart(parts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvMultipart", + "printedName": "recvMultipart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvData", + "printedName": "recvData(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recv", + "printedName": "recv(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSubscribe", + "printedName": "setSubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsubscribe", + "printedName": "setUnsubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAffinity", + "printedName": "setAffinity(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLinger", + "printedName": "setLinger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvHighWaterMark", + "printedName": "setRecvHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendHighWaterMark", + "printedName": "setSendHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRate", + "printedName": "setMulticastRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRecoveryInterval", + "printedName": "setMulticastRecoveryInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendBufferSize", + "printedName": "setSendBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvBufferSize", + "printedName": "setRecvBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setReconnectInterval", + "printedName": "setReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxReconnectInterval", + "printedName": "setMaxReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "curveKeyPair", + "printedName": "curveKeyPair()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(publicKey: Swift.String, secretKey: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnClientWithServerPublicKey", + "printedName": "setupCurveSecurityOnClientWithServerPublicKey(_:clientPublicKey:clientSecretKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnServerWithServerSecretKey", + "printedName": "setupCurveSecurityOnServerWithServerSecretKey(_:serverPublicKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBacklog", + "printedName": "setBacklog(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAffinity", + "printedName": "getAffinity()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLinger", + "printedName": "getLinger()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvHighWaterMark", + "printedName": "getRecvHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendHighWaterMark", + "printedName": "getSendHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRate", + "printedName": "getMulticastRate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRecoveryInterval", + "printedName": "getMulticastRecoveryInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendBufferSize", + "printedName": "getSendBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvBufferSize", + "printedName": "getRecvBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getReconnectInterval", + "printedName": "getReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxReconnectInterval", + "printedName": "getMaxReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getBacklog", + "printedName": "getBacklog()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFileDescriptor", + "printedName": "getFileDescriptor()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIntegerSocketOption", + "printedName": "setIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsignedIntegerSocketOption", + "printedName": "setUnsignedIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setStringSocketOption", + "printedName": "setStringSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketType", + "printedName": "SocketType", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reply", + "printedName": "reply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dealer", + "printedName": "dealer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "router", + "printedName": "router", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "publish", + "printedName": "publish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "subscribe", + "printedName": "subscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xpublish", + "printedName": "xpublish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xsubscribe", + "printedName": "xsubscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pull", + "printedName": "pull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pair", + "printedName": "pair", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stream", + "printedName": "stream", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + }, + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 1779, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 2322, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3280, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 4673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 5507, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5568, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6106, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6396, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 7939, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 8489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8551, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 9061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1430, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1439, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1448, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1666, + "length": 8, + "value": "\"1.0.25\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "Array", + "offset": 797, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3091, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3568, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1082, + "length": 16, + "value": "\"Invalid option\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 46, + "value": "\"Unimplemented at the moment. PRs are welcome\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2139, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 2236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2484, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2773, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 3414, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "Array", + "offset": 3840, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4059, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4357, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4738, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 6190, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11754, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12930, + "length": 40, + "value": "\"Error setting up client keys: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12969, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13704, + "length": 42, + "value": "\"Error setting up server socket: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 16303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + } + ] +} \ No newline at end of file diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface new file mode 100644 index 0000000..400d55e --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftdoc b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc similarity index 52% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftdoc rename to SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc index c279e18..098fb8e 100644 Binary files a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-ios-simulator.swiftdoc and b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc differ diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface new file mode 100644 index 0000000..400d55e --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-ios9.0-simulator -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/module.modulemap b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/module.modulemap new file mode 100644 index 0000000..e251140 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module SwiftyZeroMQKit { + umbrella header "SwiftyZeroMQKit.h" + + export * + module * { export * } +} + +module SwiftyZeroMQKit.Swift { + header "SwiftyZeroMQKit-Swift.h" + requires objc +} diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/SwiftyZeroMQKit b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/SwiftyZeroMQKit new file mode 100755 index 0000000..772b68f Binary files /dev/null and b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/SwiftyZeroMQKit differ diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/SwiftyZeroMQ.podspec b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/SwiftyZeroMQKit.podspec similarity index 96% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/SwiftyZeroMQ.podspec rename to SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/SwiftyZeroMQKit.podspec index a8173e1..90d0544 100644 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/SwiftyZeroMQ.podspec +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/SwiftyZeroMQKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| - s.name = "SwiftyZeroMQ" + s.name = "SwiftyZeroMQKit" s.version = "1.0.26" s.summary = "ZeroMQ Swift Bindings for iOS, macOS, tvOS and watchOS." s.description = <<-DESC diff --git a/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/_CodeSignature/CodeResources b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/_CodeSignature/CodeResources new file mode 100644 index 0000000..8cddb98 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/ios-x86_64-simulator/SwiftyZeroMQKit.framework/_CodeSignature/CodeResources @@ -0,0 +1,267 @@ + + + + + files + + Headers/SwiftyZeroMQKit-Swift.h + + 0ia7fqDPynx9QJ4lEWHj7TyA4Vc= + + Headers/SwiftyZeroMQKit.h + + JWRthuuMt6BLfxPtgDFKknQzt3E= + + Headers/zmq.h + + Yfg//hMobPxfemNSRR8s8USKZYk= + + Info.plist + + 1POA3OHextru9k2K/OUhDKNKn1Q= + + LICENSE + + hUkVoIWLFUtje0eOZjNzqcH+kIk= + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.abi.json + + BdbNu0OInWZZ1BAYm5XcwrXZPsY= + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + qx0IEgrLtA7Ayq84na7yWWd4xfQ= + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hAqe0xG2SkUzUfmTo3NUS1R2Ud8= + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + qx0IEgrLtA7Ayq84na7yWWd4xfQ= + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + +OK0G/+aQ4xlUgFxgMbjFiXWiFc= + + Modules/module.modulemap + + AJZaT0jgMEgPX4zPFmDMyt8vc8U= + + SwiftyZeroMQKit.podspec + + phbeYnGHUL9J7x4NQMxRu6YKWow= + + + files2 + + Headers/SwiftyZeroMQKit-Swift.h + + hash + + 0ia7fqDPynx9QJ4lEWHj7TyA4Vc= + + hash2 + + jbX5L6Aq4MjHNRwQjPuPAWWzNOJu6HvO8iQMISTvtPU= + + + Headers/SwiftyZeroMQKit.h + + hash + + JWRthuuMt6BLfxPtgDFKknQzt3E= + + hash2 + + MvNEBMKj6pKH8tlxJIaSRSMf6LZ+4glRQHIKqFOPpXQ= + + + Headers/zmq.h + + hash + + Yfg//hMobPxfemNSRR8s8USKZYk= + + hash2 + + IMrt0vE+1wsMFJkGxcnltrzT/r3Y2704shDrApZ+Wi0= + + + LICENSE + + hash + + hUkVoIWLFUtje0eOZjNzqcH+kIk= + + hash2 + + tn2ApgW/TH7ghxAiU/YCfTB5l4XriVNus1BjqSJxomM= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.abi.json + + hash + + BdbNu0OInWZZ1BAYm5XcwrXZPsY= + + hash2 + + swbys0/tSevmQOMpMoVQ27mz/fViDwPqoAoPGwo0eyY= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface + + hash + + qx0IEgrLtA7Ayq84na7yWWd4xfQ= + + hash2 + + p8pj3yLiNBFjsZpjK08fxNBbZwSpNbT9qycw0FkbWbY= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftdoc + + hash + + hAqe0xG2SkUzUfmTo3NUS1R2Ud8= + + hash2 + + JNvjOiBwFV20SD8/9NPNtpER0o9eJ7P3xQFKWM+oMWA= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftinterface + + hash + + qx0IEgrLtA7Ayq84na7yWWd4xfQ= + + hash2 + + p8pj3yLiNBFjsZpjK08fxNBbZwSpNbT9qycw0FkbWbY= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-ios-simulator.swiftmodule + + hash + + +OK0G/+aQ4xlUgFxgMbjFiXWiFc= + + hash2 + + 7/NAhE4nrHrf4M4cO8z95wqRt7KvJ+V9FWbfXzrIQb0= + + + Modules/module.modulemap + + hash + + AJZaT0jgMEgPX4zPFmDMyt8vc8U= + + hash2 + + vkR3Vnu8i8DhPeYQ1WY0LxzXyFASHdZccc/gQKVkJVs= + + + SwiftyZeroMQKit.podspec + + hash + + phbeYnGHUL9J7x4NQMxRu6YKWow= + + hash2 + + fQUDPBJo2f5JacvGxRSwbbx1QMvegxfN6t1zXLjxA4k= + + + + rules + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^version.plist$ + + + rules2 + + .*\.dSYM($|/) + + weight + 11 + + ^(.*/)?\.DS_Store$ + + omit + + weight + 2000 + + ^.* + + ^.*\.lproj/ + + optional + + weight + 1000 + + ^.*\.lproj/locversion.plist$ + + omit + + weight + 1100 + + ^Base\.lproj/ + + weight + 1010 + + ^Info\.plist$ + + omit + + weight + 20 + + ^PkgInfo$ + + omit + + weight + 20 + + ^embedded\.provisionprofile$ + + weight + 20 + + ^version\.plist$ + + weight + 20 + + + + diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Headers b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Headers similarity index 100% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Headers rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Headers diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Modules b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Modules similarity index 100% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Modules rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Modules diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Resources b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Resources similarity index 100% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Resources rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Resources diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit new file mode 120000 index 0000000..064c4a5 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/SwiftyZeroMQKit @@ -0,0 +1 @@ +Versions/Current/SwiftyZeroMQKit \ No newline at end of file diff --git a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ-Swift.h b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/SwiftyZeroMQKit-Swift.h similarity index 62% rename from SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ-Swift.h rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/SwiftyZeroMQKit-Swift.h index 2cb9e9b..7e044de 100644 --- a/SwiftyZeroMQ.xcframework/ios-i386_x86_64-simulator/SwiftyZeroMQ.framework/Headers/SwiftyZeroMQ-Swift.h +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/SwiftyZeroMQKit-Swift.h @@ -1,8 +1,8 @@ #if 0 -#elif defined(__x86_64__) && __x86_64__ -// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -#ifndef SWIFTYZEROMQ_SWIFT_H -#define SWIFTYZEROMQ_SWIFT_H +#elif defined(__arm64__) && __arm64__ +// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +#ifndef SWIFTYZEROMQKIT_SWIFT_H +#define SWIFTYZEROMQKIT_SWIFT_H #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" @@ -24,10 +24,32 @@ #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -62,53 +84,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -128,28 +163,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -178,20 +210,59 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) #endif -#if __has_feature(modules) +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -199,24 +270,29 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") # undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQ",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) # pragma pop_macro("any") #endif +#if defined(__OBJC__) +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif -#elif defined(__i386__) && __i386__ -// Generated by Apple Swift version 5.3 (swiftlang-1200.0.29.2 clang-1200.0.30.1) -#ifndef SWIFTYZEROMQ_SWIFT_H -#define SWIFTYZEROMQ_SWIFT_H +#elif defined(__x86_64__) && __x86_64__ +// Generated by Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +#ifndef SWIFTYZEROMQKIT_SWIFT_H +#define SWIFTYZEROMQKIT_SWIFT_H #pragma clang diagnostic push #pragma clang diagnostic ignored "-Wgcc-compat" @@ -238,10 +314,32 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wauto-import" +#if defined(__OBJC__) #include +#endif +#if defined(__cplusplus) +#include +#include +#include +#include +#include +#include +#include +#else #include #include #include +#include +#endif +#if defined(__cplusplus) +#if __has_include() +# include +#else +# ifndef __ptrauth_swift_value_witness_function_pointer +# define __ptrauth_swift_value_witness_function_pointer(x) +# endif +#endif +#endif #if !defined(SWIFT_TYPEDEFS) # define SWIFT_TYPEDEFS 1 @@ -276,53 +374,66 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # if __has_feature(objc_class_property) # define SWIFT_CLASS_PROPERTY(...) __VA_ARGS__ # else -# define SWIFT_CLASS_PROPERTY(...) +# define SWIFT_CLASS_PROPERTY(...) # endif #endif - -#if __has_attribute(objc_runtime_name) -# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) -#else -# define SWIFT_RUNTIME_NAME(X) +#if !defined(SWIFT_RUNTIME_NAME) +# if __has_attribute(objc_runtime_name) +# define SWIFT_RUNTIME_NAME(X) __attribute__((objc_runtime_name(X))) +# else +# define SWIFT_RUNTIME_NAME(X) +# endif #endif -#if __has_attribute(swift_name) -# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) -#else -# define SWIFT_COMPILE_NAME(X) +#if !defined(SWIFT_COMPILE_NAME) +# if __has_attribute(swift_name) +# define SWIFT_COMPILE_NAME(X) __attribute__((swift_name(X))) +# else +# define SWIFT_COMPILE_NAME(X) +# endif #endif -#if __has_attribute(objc_method_family) -# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) -#else -# define SWIFT_METHOD_FAMILY(X) +#if !defined(SWIFT_METHOD_FAMILY) +# if __has_attribute(objc_method_family) +# define SWIFT_METHOD_FAMILY(X) __attribute__((objc_method_family(X))) +# else +# define SWIFT_METHOD_FAMILY(X) +# endif #endif -#if __has_attribute(noescape) -# define SWIFT_NOESCAPE __attribute__((noescape)) -#else -# define SWIFT_NOESCAPE +#if !defined(SWIFT_NOESCAPE) +# if __has_attribute(noescape) +# define SWIFT_NOESCAPE __attribute__((noescape)) +# else +# define SWIFT_NOESCAPE +# endif #endif -#if __has_attribute(ns_consumed) -# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) -#else -# define SWIFT_RELEASES_ARGUMENT +#if !defined(SWIFT_RELEASES_ARGUMENT) +# if __has_attribute(ns_consumed) +# define SWIFT_RELEASES_ARGUMENT __attribute__((ns_consumed)) +# else +# define SWIFT_RELEASES_ARGUMENT +# endif #endif -#if __has_attribute(warn_unused_result) -# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) -#else -# define SWIFT_WARN_UNUSED_RESULT +#if !defined(SWIFT_WARN_UNUSED_RESULT) +# if __has_attribute(warn_unused_result) +# define SWIFT_WARN_UNUSED_RESULT __attribute__((warn_unused_result)) +# else +# define SWIFT_WARN_UNUSED_RESULT +# endif #endif -#if __has_attribute(noreturn) -# define SWIFT_NORETURN __attribute__((noreturn)) -#else -# define SWIFT_NORETURN +#if !defined(SWIFT_NORETURN) +# if __has_attribute(noreturn) +# define SWIFT_NORETURN __attribute__((noreturn)) +# else +# define SWIFT_NORETURN +# endif #endif #if !defined(SWIFT_CLASS_EXTRA) -# define SWIFT_CLASS_EXTRA +# define SWIFT_CLASS_EXTRA #endif #if !defined(SWIFT_PROTOCOL_EXTRA) -# define SWIFT_PROTOCOL_EXTRA +# define SWIFT_PROTOCOL_EXTRA #endif #if !defined(SWIFT_ENUM_EXTRA) -# define SWIFT_ENUM_EXTRA +# define SWIFT_ENUM_EXTRA #endif #if !defined(SWIFT_CLASS) # if __has_attribute(objc_subclassing_restricted) @@ -342,28 +453,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); # define SWIFT_RESILIENT_CLASS_NAMED(SWIFT_NAME) SWIFT_CLASS_NAMED(SWIFT_NAME) # endif #endif - #if !defined(SWIFT_PROTOCOL) # define SWIFT_PROTOCOL(SWIFT_NAME) SWIFT_RUNTIME_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA # define SWIFT_PROTOCOL_NAMED(SWIFT_NAME) SWIFT_COMPILE_NAME(SWIFT_NAME) SWIFT_PROTOCOL_EXTRA #endif - #if !defined(SWIFT_EXTENSION) # define SWIFT_EXTENSION(M) SWIFT_PASTE(M##_Swift_, __LINE__) #endif - #if !defined(OBJC_DESIGNATED_INITIALIZER) # if __has_attribute(objc_designated_initializer) # define OBJC_DESIGNATED_INITIALIZER __attribute__((objc_designated_initializer)) # else -# define OBJC_DESIGNATED_INITIALIZER +# define OBJC_DESIGNATED_INITIALIZER # endif #endif #if !defined(SWIFT_ENUM_ATTR) -# if defined(__has_attribute) && __has_attribute(enum_extensibility) +# if __has_attribute(enum_extensibility) # define SWIFT_ENUM_ATTR(_extensibility) __attribute__((enum_extensibility(_extensibility))) # else -# define SWIFT_ENUM_ATTR(_extensibility) +# define SWIFT_ENUM_ATTR(_extensibility) # endif #endif #if !defined(SWIFT_ENUM) @@ -392,20 +500,59 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #if !defined(SWIFT_DEPRECATED_MSG) # define SWIFT_DEPRECATED_MSG(...) __attribute__((deprecated(__VA_ARGS__))) #endif -#if __has_feature(attribute_diagnose_if_objc) -# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) -#else -# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +#if !defined(SWIFT_DEPRECATED_OBJC) +# if __has_feature(attribute_diagnose_if_objc) +# define SWIFT_DEPRECATED_OBJC(Msg) __attribute__((diagnose_if(1, Msg, "warning"))) +# else +# define SWIFT_DEPRECATED_OBJC(Msg) SWIFT_DEPRECATED_MSG(Msg) +# endif #endif +#if defined(__OBJC__) #if !defined(IBSegueAction) -# define IBSegueAction +# define IBSegueAction +#endif +#endif +#if !defined(SWIFT_EXTERN) +# if defined(__cplusplus) +# define SWIFT_EXTERN extern "C" +# else +# define SWIFT_EXTERN extern +# endif +#endif +#if !defined(SWIFT_CALL) +# define SWIFT_CALL __attribute__((swiftcall)) #endif -#if __has_feature(modules) +#if !defined(SWIFT_INDIRECT_RESULT) +# define SWIFT_INDIRECT_RESULT __attribute__((swift_indirect_result)) +#endif +#if !defined(SWIFT_CONTEXT) +# define SWIFT_CONTEXT __attribute__((swift_context)) +#endif +#if !defined(SWIFT_ERROR_RESULT) +# define SWIFT_ERROR_RESULT __attribute__((swift_error_result)) +#endif +#if defined(__cplusplus) +# define SWIFT_NOEXCEPT noexcept +#else +# define SWIFT_NOEXCEPT +#endif +#if defined(_WIN32) +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL __declspec(dllimport) +#endif +#else +#if !defined(SWIFT_IMPORT_STDLIB_SYMBOL) +# define SWIFT_IMPORT_STDLIB_SYMBOL +#endif +#endif +#if defined(__OBJC__) +#if __has_feature(objc_modules) #if __has_warning("-Watimport-in-framework-header") #pragma clang diagnostic ignored "-Watimport-in-framework-header" #endif #endif +#endif #pragma clang diagnostic ignored "-Wproperty-attribute-mismatch" #pragma clang diagnostic ignored "-Wduplicate-method-arg" #if __has_warning("-Wpragma-clang-attribute") @@ -413,18 +560,25 @@ typedef unsigned int swift_uint4 __attribute__((__ext_vector_type__(4))); #endif #pragma clang diagnostic ignored "-Wunknown-pragmas" #pragma clang diagnostic ignored "-Wnullability" +#pragma clang diagnostic ignored "-Wdollar-in-identifier-extension" #if __has_attribute(external_source_symbol) # pragma push_macro("any") # undef any -# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQ",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) +# pragma clang attribute push(__attribute__((external_source_symbol(language="Swift", defined_in="SwiftyZeroMQKit",generated_declaration))), apply_to=any(function,enum,objc_interface,objc_category,objc_protocol)) # pragma pop_macro("any") #endif +#if defined(__OBJC__) +#endif +#if defined(__cplusplus) +#endif #if __has_attribute(external_source_symbol) # pragma clang attribute pop #endif #pragma clang diagnostic pop #endif +#else +#error unsupported Swift architecture #endif diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/SwiftyZeroMQ.h b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/SwiftyZeroMQKit.h similarity index 100% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/SwiftyZeroMQ.h rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/SwiftyZeroMQKit.h diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/zmq.h b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/zmq.h similarity index 100% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Headers/zmq.h rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Headers/zmq.h diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.abi.json b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.abi.json new file mode 100644 index 0000000..e6a4061 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.abi.json @@ -0,0 +1,5152 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SwiftyZeroMQ", + "printedName": "SwiftyZeroMQ", + "children": [ + { + "kind": "TypeDecl", + "name": "Capability", + "printedName": "Capability", + "children": [ + { + "kind": "Var", + "name": "ipc", + "printedName": "ipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "pgm", + "printedName": "pgm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "tipc", + "printedName": "tipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "norm", + "printedName": "norm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "curve", + "printedName": "curve", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "gssapi", + "printedName": "gssapi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability?", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frameworkVersion", + "printedName": "frameworkVersion", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "has", + "printedName": "has(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "proxy", + "printedName": "proxy(frontend:backend:capture:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket?", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Context", + "printedName": "Context", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "shutdown", + "printedName": "shutdown()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "terminate", + "printedName": "terminate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "socket", + "printedName": "socket(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isBlocky", + "printedName": "isBlocky()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBlocky", + "printedName": "setBlocky(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getIOThreads", + "printedName": "getIOThreads()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIOThreads", + "printedName": "setIOThreads(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadSchedulingPolicy", + "printedName": "setThreadSchedulingPolicy(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadPriority", + "printedName": "setThreadPriority(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxMessageSize", + "printedName": "getMaxMessageSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxMessageSize", + "printedName": "setMaxMessageSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxSockets", + "printedName": "getMaxSockets()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxSockets", + "printedName": "setMaxSockets(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isIPV6Enabled", + "printedName": "isIPV6Enabled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIPV6Enabled", + "printedName": "setIPV6Enabled(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSocketLimit", + "printedName": "getSocketLimit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PollFlags", + "printedName": "PollFlags", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "pollIn", + "printedName": "pollIn", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollOut", + "printedName": "pollOut", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollErr", + "printedName": "pollErr", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Poller", + "printedName": "Poller", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Poller", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Poller", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "modify", + "printedName": "modify(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unregister", + "printedName": "unregister(socket:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "poll", + "printedName": "poll(timeout:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[SwiftyZeroMQKit.SwiftyZeroMQ.Socket : SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags]", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true + }, + { + "kind": "TypeDecl", + "name": "Socket", + "printedName": "Socket", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(context:type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "connect", + "printedName": "connect(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bind", + "printedName": "bind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unbind", + "printedName": "unbind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(string:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendMultipart", + "printedName": "sendMultipart(parts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvMultipart", + "printedName": "recvMultipart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvData", + "printedName": "recvData(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recv", + "printedName": "recv(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSubscribe", + "printedName": "setSubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsubscribe", + "printedName": "setUnsubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAffinity", + "printedName": "setAffinity(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLinger", + "printedName": "setLinger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvHighWaterMark", + "printedName": "setRecvHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendHighWaterMark", + "printedName": "setSendHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRate", + "printedName": "setMulticastRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRecoveryInterval", + "printedName": "setMulticastRecoveryInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendBufferSize", + "printedName": "setSendBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvBufferSize", + "printedName": "setRecvBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setReconnectInterval", + "printedName": "setReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxReconnectInterval", + "printedName": "setMaxReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "curveKeyPair", + "printedName": "curveKeyPair()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(publicKey: Swift.String, secretKey: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnClientWithServerPublicKey", + "printedName": "setupCurveSecurityOnClientWithServerPublicKey(_:clientPublicKey:clientSecretKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnServerWithServerSecretKey", + "printedName": "setupCurveSecurityOnServerWithServerSecretKey(_:serverPublicKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBacklog", + "printedName": "setBacklog(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAffinity", + "printedName": "getAffinity()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLinger", + "printedName": "getLinger()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvHighWaterMark", + "printedName": "getRecvHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendHighWaterMark", + "printedName": "getSendHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRate", + "printedName": "getMulticastRate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRecoveryInterval", + "printedName": "getMulticastRecoveryInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendBufferSize", + "printedName": "getSendBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvBufferSize", + "printedName": "getRecvBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getReconnectInterval", + "printedName": "getReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxReconnectInterval", + "printedName": "getMaxReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getBacklog", + "printedName": "getBacklog()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFileDescriptor", + "printedName": "getFileDescriptor()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIntegerSocketOption", + "printedName": "setIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsignedIntegerSocketOption", + "printedName": "setUnsignedIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setStringSocketOption", + "printedName": "setStringSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketSendRecvOption", + "printedName": "SocketSendRecvOption", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWait", + "printedName": "dontWait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "sendMore", + "printedName": "sendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWaitSendMore", + "printedName": "dontWaitSendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isValidRecvOption", + "printedName": "isValidRecvOption()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketType", + "printedName": "SocketType", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reply", + "printedName": "reply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dealer", + "printedName": "dealer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "router", + "printedName": "router", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "publish", + "printedName": "publish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "subscribe", + "printedName": "subscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xpublish", + "printedName": "xpublish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xsubscribe", + "printedName": "xsubscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pull", + "printedName": "pull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pair", + "printedName": "pair", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stream", + "printedName": "stream", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ZeroMQError", + "printedName": "ZeroMQError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "last", + "printedName": "last", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "invalidOption", + "printedName": "invalidOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unimplemented", + "printedName": "unimplemented", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 1779, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 2322, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3280, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 4673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 5507, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5568, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6106, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6396, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 7939, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 8489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8551, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 9061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "Array", + "offset": 797, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3091, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3568, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2139, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 2236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2484, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2773, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 3414, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "Array", + "offset": 3840, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4059, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4357, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4738, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 6190, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11754, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12930, + "length": 40, + "value": "\"Error setting up client keys: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12969, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13704, + "length": 42, + "value": "\"Error setting up server socket: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 16303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1430, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1439, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1448, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1666, + "length": 8, + "value": "\"1.0.25\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1082, + "length": 16, + "value": "\"Invalid option\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 46, + "value": "\"Unimplemented at the moment. PRs are welcome\"" + } + ] +} \ No newline at end of file diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.private.swiftinterface b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.private.swiftinterface new file mode 100644 index 0000000..de57f40 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.private.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftdoc b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftdoc similarity index 52% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftdoc rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftdoc index 1cf521c..fbb9a12 100644 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm.swiftdoc and b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftdoc differ diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftinterface b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftinterface new file mode 100644 index 0000000..de57f40 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target arm64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.abi.json b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.abi.json new file mode 100644 index 0000000..e6a4061 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.abi.json @@ -0,0 +1,5152 @@ +{ + "ABIRoot": { + "kind": "Root", + "name": "TopLevel", + "printedName": "TopLevel", + "children": [ + { + "kind": "Import", + "name": "Foundation", + "printedName": "Foundation", + "declKind": "Import", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "TypeDecl", + "name": "SwiftyZeroMQ", + "printedName": "SwiftyZeroMQ", + "children": [ + { + "kind": "TypeDecl", + "name": "Capability", + "printedName": "Capability", + "children": [ + { + "kind": "Var", + "name": "ipc", + "printedName": "ipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3ipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "pgm", + "printedName": "pgm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO3pgmyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "tipc", + "printedName": "tipc", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4tipcyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "norm", + "printedName": "norm", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO4normyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "curve", + "printedName": "curve", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO5curveyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "gssapi", + "printedName": "gssapi", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO6gssapiyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability?", + "children": [ + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueAESgSS_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvp", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO8rawValueSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10CapabilityO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "enumRawTypeName": "String", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "Var", + "name": "version", + "printedName": "version", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(major: Swift.Int, minor: Swift.Int, patch: Swift.Int, versionString: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7versionSi5major_Si5minorSi5patchSS0E6StringtvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "frameworkVersion", + "printedName": "frameworkVersion", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV16frameworkVersionSSvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "has", + "printedName": "has(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Capability", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Capability", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10CapabilityO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV3hasySbAC10CapabilityOFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "proxy", + "printedName": "proxy(frontend:backend:capture:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket?", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV5proxy8frontend7backend7captureyAC6SocketC_A2ISgtKFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "TypeDecl", + "name": "Context", + "printedName": "Context", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextCAEyKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "Required", + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "shutdown", + "printedName": "shutdown()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8shutdownyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "terminate", + "printedName": "terminate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9terminateyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "socket", + "printedName": "socket(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC6socketyAC6SocketCAC0G4TypeOKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isBlocky", + "printedName": "isBlocky()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC8isBlockySbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBlocky", + "printedName": "setBlocky(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9setBlockyyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getIOThreads", + "printedName": "getIOThreads()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12getIOThreadsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIOThreads", + "printedName": "setIOThreads(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC12setIOThreadsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadSchedulingPolicy", + "printedName": "setThreadSchedulingPolicy(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC25setThreadSchedulingPolicyyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setThreadPriority", + "printedName": "setThreadPriority(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setThreadPriorityyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxMessageSize", + "printedName": "getMaxMessageSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17getMaxMessageSizeSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxMessageSize", + "printedName": "setMaxMessageSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC17setMaxMessageSizeyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxSockets", + "printedName": "getMaxSockets()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13getMaxSocketsSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxSockets", + "printedName": "setMaxSockets(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13setMaxSocketsyySiKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "isIPV6Enabled", + "printedName": "isIPV6Enabled()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC13isIPV6EnabledSbyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIPV6Enabled", + "printedName": "setIPV6Enabled(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "hasDefaultArg": true, + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14setIPV6EnabledyySbKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSocketLimit", + "printedName": "getSocketLimit()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC14getSocketLimitSiyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV7ContextC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "PollFlags", + "printedName": "PollFlags", + "children": [ + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32Vvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValues5Int32VvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV8rawValueAEs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "init_kind": "Designated" + }, + { + "kind": "Var", + "name": "pollIn", + "printedName": "pollIn", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV6pollInAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollOut", + "printedName": "pollOut", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollOutAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "pollErr", + "printedName": "pollErr", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV7pollErrAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV4noneAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "implicit": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV9PollFlagsV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "OptionSet", + "printedName": "OptionSet", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s9OptionSetP", + "mangledName": "$ss9OptionSetP" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + }, + { + "kind": "Conformance", + "name": "SetAlgebra", + "printedName": "SetAlgebra", + "children": [ + { + "kind": "TypeWitness", + "name": "Element", + "printedName": "Element", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s10SetAlgebraP", + "mangledName": "$ss10SetAlgebraP" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "ExpressibleByArrayLiteral", + "printedName": "ExpressibleByArrayLiteral", + "children": [ + { + "kind": "TypeWitness", + "name": "ArrayLiteralElement", + "printedName": "ArrayLiteralElement", + "children": [ + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ] + } + ], + "usr": "s:s25ExpressibleByArrayLiteralP", + "mangledName": "$ss25ExpressibleByArrayLiteralP" + } + ] + }, + { + "kind": "TypeDecl", + "name": "Poller", + "printedName": "Poller", + "children": [ + { + "kind": "Constructor", + "name": "init", + "printedName": "init()", + "children": [ + { + "kind": "TypeNominal", + "name": "Poller", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Poller", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerCAEycfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "register", + "printedName": "register(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC8register6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "modify", + "printedName": "modify(socket:flags:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC6modify6socket5flagsyAC6SocketC_AC9PollFlagsVtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unregister", + "printedName": "unregister(socket:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC10unregister6socketyAC6SocketC_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "poll", + "printedName": "poll(timeout:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Dictionary", + "printedName": "[SwiftyZeroMQKit.SwiftyZeroMQ.Socket : SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags]", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "PollFlags", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags", + "usr": "s:15SwiftyZeroMQKit0aB2MQV9PollFlagsV" + } + ], + "usr": "s:SD" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.Double?", + "children": [ + { + "kind": "TypeNominal", + "name": "Double", + "printedName": "Swift.Double", + "usr": "s:Sd" + } + ], + "hasDefaultArg": true, + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC4poll7timeoutSDyAC6SocketCAC9PollFlagsVGSdSg_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6PollerC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6PollerC", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true + }, + { + "kind": "TypeDecl", + "name": "Socket", + "printedName": "Socket", + "children": [ + { + "kind": "Var", + "name": "handle", + "printedName": "handle", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasInitialValue", + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + }, + { + "kind": "Accessor", + "name": "Set", + "printedName": "Set()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.UnsafeMutableRawPointer?", + "children": [ + { + "kind": "TypeNominal", + "name": "UnsafeMutableRawPointer", + "printedName": "Swift.UnsafeMutableRawPointer", + "usr": "s:Sv" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvs", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "set" + }, + { + "kind": "Accessor", + "name": "Modify", + "printedName": "Modify()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6handleSvSgvM", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "_modify" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(context:type:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Context", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Context", + "usr": "s:15SwiftyZeroMQKit0aB2MQV7ContextC" + }, + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7context4typeAeC7ContextC_AC0E4TypeOtKcfc", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "init_kind": "Designated" + }, + { + "kind": "Function", + "name": "connect", + "printedName": "connect(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC7connectyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "close", + "printedName": "close()", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC5closeyyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "bind", + "printedName": "bind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4bindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "unbind", + "printedName": "unbind(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC6unbindyySSKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(string:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send6string7optionsySS_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "send", + "printedName": "send(data:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4send4data7optionsy10Foundation4DataV_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "sendMultipart", + "printedName": "sendMultipart(parts:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13sendMultipart5partsySay10Foundation4DataVG_tKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvMultipart", + "printedName": "recvMultipart()", + "children": [ + { + "kind": "TypeNominal", + "name": "Array", + "printedName": "[Foundation.Data]", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + } + ], + "usr": "s:Sa" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC13recvMultipartSay10Foundation4DataVGyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recvData", + "printedName": "recvData(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Data", + "printedName": "Foundation.Data", + "usr": "s:10Foundation4DataV" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC8recvData12bufferLength7options10Foundation0G0VSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "recv", + "printedName": "recv(bufferLength:options:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "hasDefaultArg": true, + "usr": "s:Si" + }, + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "hasDefaultArg": true, + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4recv12bufferLength7optionsSSSgSi_AC0E14SendRecvOptionOtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Var", + "name": "hashValue", + "printedName": "hashValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int", + "printedName": "Swift.Int", + "usr": "s:Si" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9hashValueSivg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "==", + "printedName": "==(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + }, + { + "kind": "TypeNominal", + "name": "Socket", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.Socket", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC2eeoiySbAE_AEtFZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "Final", + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSubscribe", + "printedName": "setSubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12setSubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsubscribe", + "printedName": "setUnsubscribe(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC14setUnsubscribeyySSSgKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setAffinity", + "printedName": "setAffinity(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11setAffinityyys6UInt64VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setLinger", + "printedName": "setLinger(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9setLingeryys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvHighWaterMark", + "printedName": "setRecvHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setRecvHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendHighWaterMark", + "printedName": "setSendHighWaterMark(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setSendHighWaterMarkyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRate", + "printedName": "setMulticastRate(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16setMulticastRateyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMulticastRecoveryInterval", + "printedName": "setMulticastRecoveryInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28setMulticastRecoveryIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setSendBufferSize", + "printedName": "setSendBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setSendBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setRecvBufferSize", + "printedName": "setRecvBufferSize(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17setRecvBufferSizeyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setReconnectInterval", + "printedName": "setReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20setReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setMaxReconnectInterval", + "printedName": "setMaxReconnectInterval(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23setMaxReconnectIntervalyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "curveKeyPair", + "printedName": "curveKeyPair()", + "children": [ + { + "kind": "TypeNominal", + "name": "Tuple", + "printedName": "(publicKey: Swift.String, secretKey: Swift.String)", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ] + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC12curveKeyPairSS06publicG0_SS06secretG0tyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnClientWithServerPublicKey", + "printedName": "setupCurveSecurityOnClientWithServerPublicKey(_:clientPublicKey:clientSecretKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC45setupCurveSecurityOnClientWithServerPublicKey_06clientmN00o6SecretN0ySS_S2StKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setupCurveSecurityOnServerWithServerSecretKey", + "printedName": "setupCurveSecurityOnServerWithServerSecretKey(_:serverPublicKey:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + }, + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC030setupCurveSecurityOnServerWithJ9SecretKey_012serverPublicM0ySS_SStKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setBacklog", + "printedName": "setBacklog(_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10setBacklogyys5Int32VKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getAffinity", + "printedName": "getAffinity()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC11getAffinitys6UInt64VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getLinger", + "printedName": "getLinger()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC9getLingers5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvHighWaterMark", + "printedName": "getRecvHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getRecvHighWaterMarks5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendHighWaterMark", + "printedName": "getSendHighWaterMark()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getSendHighWaterMarks6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRate", + "printedName": "getMulticastRate()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC16getMulticastRates5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMulticastRecoveryInterval", + "printedName": "getMulticastRecoveryInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC28getMulticastRecoveryIntervals5Int32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getSendBufferSize", + "printedName": "getSendBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getSendBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getRecvBufferSize", + "printedName": "getRecvBufferSize()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getRecvBufferSizes6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getReconnectInterval", + "printedName": "getReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC20getReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getMaxReconnectInterval", + "printedName": "getMaxReconnectInterval()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC23getMaxReconnectIntervals6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getBacklog", + "printedName": "getBacklog()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC10getBacklogs6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "getFileDescriptor", + "printedName": "getFileDescriptor()", + "children": [ + { + "kind": "TypeNominal", + "name": "UInt32", + "printedName": "Swift.UInt32", + "usr": "s:s6UInt32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC17getFileDescriptors6UInt32VyKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setIntegerSocketOption", + "printedName": "setIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC010setIntegerE6Optionyys5Int32V_AHtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setUnsignedIntegerSocketOption", + "printedName": "setUnsignedIntegerSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "UInt64", + "printedName": "Swift.UInt64", + "usr": "s:s6UInt64V" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC018setUnsignedIntegerE6Optionyys5Int32V_s6UInt64VtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "setStringSocketOption", + "printedName": "setStringSocketOption(_:_:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + }, + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "Swift.String?", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "usr": "s:Sq" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC09setStringE6Optionyys5Int32V_SSSgtKF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl" + ], + "throwing": true, + "funcSelfKind": "NonMutating" + }, + { + "kind": "Function", + "name": "hash", + "printedName": "hash(into:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Void", + "printedName": "()" + }, + { + "kind": "TypeNominal", + "name": "Hasher", + "printedName": "Swift.Hasher", + "paramValueOwnership": "InOut", + "usr": "s:s6HasherV" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC4hash4intoys6HasherVz_tF", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "isOpen": true, + "funcSelfKind": "NonMutating" + } + ], + "declKind": "Class", + "usr": "s:15SwiftyZeroMQKit0aB2MQV6SocketC", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV6SocketC", + "moduleName": "SwiftyZeroMQKit", + "isOpen": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketSendRecvOption", + "printedName": "SocketSendRecvOption", + "children": [ + { + "kind": "Var", + "name": "none", + "printedName": "none", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO4noneyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWait", + "printedName": "dontWait", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8dontWaityA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "sendMore", + "printedName": "sendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8sendMoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "dontWaitSendMore", + "printedName": "dontWaitSendMore", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO08dontWaitF4MoreyA2EmF", + "moduleName": "SwiftyZeroMQKit" + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Function", + "name": "isValidRecvOption", + "printedName": "isValidRecvOption()", + "children": [ + { + "kind": "TypeNominal", + "name": "Bool", + "printedName": "Swift.Bool", + "usr": "s:Sb" + } + ], + "declKind": "Func", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO07isValidgH0SbyF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "funcSelfKind": "NonMutating" + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketSendRecvOption", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV20SocketSendRecvOptionO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "SocketType", + "printedName": "SocketType", + "children": [ + { + "kind": "Var", + "name": "request", + "printedName": "request", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7requestyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "reply", + "printedName": "reply", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO5replyyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "dealer", + "printedName": "dealer", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6dealeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "router", + "printedName": "router", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6routeryA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "publish", + "printedName": "publish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO7publishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "subscribe", + "printedName": "subscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO9subscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xpublish", + "printedName": "xpublish", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8xpublishyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "xsubscribe", + "printedName": "xsubscribe", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO10xsubscribeyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "push", + "printedName": "push", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pushyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pull", + "printedName": "pull", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pullyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "pair", + "printedName": "pair", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO4pairyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "stream", + "printedName": "stream", + "children": [ + { + "kind": "TypeFunc", + "name": "Function", + "printedName": "(SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type) -> SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + }, + { + "kind": "TypeNominal", + "name": "Metatype", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType.Type", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ] + } + ] + } + ], + "declKind": "EnumElement", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO6streamyA2EmF", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "RawDocComment" + ] + }, + { + "kind": "Var", + "name": "rawValue", + "printedName": "rawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValues5Int32Vvg", + "moduleName": "SwiftyZeroMQKit", + "accessorKind": "get" + } + ] + }, + { + "kind": "Constructor", + "name": "init", + "printedName": "init(rawValue:)", + "children": [ + { + "kind": "TypeNominal", + "name": "Optional", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType?", + "children": [ + { + "kind": "TypeNominal", + "name": "SocketType", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.SocketType", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO" + } + ], + "usr": "s:Sq" + }, + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ], + "declKind": "Constructor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO8rawValueAESgs5Int32V_tcfc", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "init_kind": "Designated" + } + ], + "declKind": "Enum", + "usr": "s:15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV10SocketTypeO", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "enumRawTypeName": "Int32", + "conformances": [ + { + "kind": "Conformance", + "name": "Equatable", + "printedName": "Equatable", + "usr": "s:SQ", + "mangledName": "$sSQ" + }, + { + "kind": "Conformance", + "name": "Hashable", + "printedName": "Hashable", + "usr": "s:SH", + "mangledName": "$sSH" + }, + { + "kind": "Conformance", + "name": "RawRepresentable", + "printedName": "RawRepresentable", + "children": [ + { + "kind": "TypeWitness", + "name": "RawValue", + "printedName": "RawValue", + "children": [ + { + "kind": "TypeNominal", + "name": "Int32", + "printedName": "Swift.Int32", + "usr": "s:s5Int32V" + } + ] + } + ], + "usr": "s:SY", + "mangledName": "$sSY" + } + ] + }, + { + "kind": "TypeDecl", + "name": "ZeroMQError", + "printedName": "ZeroMQError", + "children": [ + { + "kind": "Var", + "name": "description", + "printedName": "description", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvp", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "HasStorage", + "AccessControl", + "RawDocComment" + ], + "isLet": true, + "hasStorage": true, + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "String", + "printedName": "Swift.String", + "usr": "s:SS" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV11descriptionSSvg", + "moduleName": "SwiftyZeroMQKit", + "implicit": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "last", + "printedName": "last", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV4lastAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "invalidOption", + "printedName": "invalidOption", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13invalidOptionAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + }, + { + "kind": "Var", + "name": "unimplemented", + "printedName": "unimplemented", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Var", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvpZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "accessors": [ + { + "kind": "Accessor", + "name": "Get", + "printedName": "Get()", + "children": [ + { + "kind": "TypeNominal", + "name": "ZeroMQError", + "printedName": "SwiftyZeroMQKit.SwiftyZeroMQ.ZeroMQError", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV" + } + ], + "declKind": "Accessor", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV13unimplementedAEvgZ", + "moduleName": "SwiftyZeroMQKit", + "static": true, + "accessorKind": "get" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV0B7MQErrorV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ], + "isFromExtension": true, + "conformances": [ + { + "kind": "Conformance", + "name": "Error", + "printedName": "Error", + "usr": "s:s5ErrorP", + "mangledName": "$ss5ErrorP" + }, + { + "kind": "Conformance", + "name": "CustomStringConvertible", + "printedName": "CustomStringConvertible", + "usr": "s:s23CustomStringConvertibleP", + "mangledName": "$ss23CustomStringConvertibleP" + }, + { + "kind": "Conformance", + "name": "Sendable", + "printedName": "Sendable", + "usr": "s:s8SendableP", + "mangledName": "$ss8SendableP" + } + ] + } + ], + "declKind": "Struct", + "usr": "s:15SwiftyZeroMQKit0aB2MQV", + "mangledName": "$s15SwiftyZeroMQKit0aB2MQV", + "moduleName": "SwiftyZeroMQKit", + "declAttributes": [ + "AccessControl", + "RawDocComment" + ] + } + ], + "json_format_version": 8 + }, + "ConstValues": [ + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1082, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 1779, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 1905, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 2322, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3280, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 3733, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 4673, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 5507, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5568, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 5572, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6106, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6396, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 6690, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 7939, + "length": 4, + "value": "1024" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8273, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "BooleanLiteral", + "offset": 8489, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8551, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 8555, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Context.swift", + "kind": "IntegerLiteral", + "offset": 9061, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "Array", + "offset": 797, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3091, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3568, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Poller.swift", + "kind": "IntegerLiteral", + "offset": 3717, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 1278, + "length": 4, + "value": "true" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 1903, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2139, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "BooleanLiteral", + "offset": 2236, + "length": 5, + "value": "false" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2484, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 2773, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 3414, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "Array", + "offset": 3840, + "length": 2, + "value": "[]" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4059, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4357, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4598, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 4738, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5399, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 5733, + "length": 3, + "value": "256" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 6190, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11688, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11698, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11744, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11754, + "length": 2, + "value": "40" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 11919, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12930, + "length": 40, + "value": "\"Error setting up client keys: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 12969, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 13455, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13704, + "length": 42, + "value": "\"Error setting up server socket: \"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "StringLiteral", + "offset": 13745, + "length": 2, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 16303, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17589, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 17925, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18278, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/Socket.swift", + "kind": "IntegerLiteral", + "offset": 18515, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 701, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 427, + "length": 8, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 449, + "length": 8, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketSendRecvOption.swift", + "kind": "IntegerLiteral", + "offset": 471, + "length": 16, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 3445, + "length": 5, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 4322, + "length": 6, + "value": "2" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6029, + "length": 6, + "value": "3" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 6731, + "length": 7, + "value": "4" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7151, + "length": 9, + "value": "5" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 7582, + "length": 8, + "value": "6" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8000, + "length": 10, + "value": "7" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 8761, + "length": 4, + "value": "8" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9089, + "length": 4, + "value": "9" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 9904, + "length": 4, + "value": "10" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SocketType.swift", + "kind": "IntegerLiteral", + "offset": 11706, + "length": 6, + "value": "11" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1298, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1327, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1356, + "length": 1, + "value": "0" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1430, + "length": 28, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1439, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1448, + "length": 1, + "value": "\".\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1457, + "length": 1, + "value": "\"\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "StringLiteral", + "offset": 1666, + "length": 8, + "value": "\"1.0.25\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 1866, + "length": 1, + "value": "1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/SwiftyZeroMQ.swift", + "kind": "IntegerLiteral", + "offset": 2761, + "length": 2, + "value": "-1" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1082, + "length": 16, + "value": "\"Invalid option\"" + }, + { + "filePath": "\/Users\/VGianakos\/Code\/SwiftyZeroMQKit\/Sources\/ZeroMQError.swift", + "kind": "StringLiteral", + "offset": 1291, + "length": 46, + "value": "\"Unimplemented at the moment. PRs are welcome\"" + } + ] +} \ No newline at end of file diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.private.swiftinterface b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.private.swiftinterface new file mode 100644 index 0000000..2d73f9a --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.private.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftdoc b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftdoc similarity index 52% rename from SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftdoc rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftdoc index 253e58a..5c4f29b 100644 Binary files a/SwiftyZeroMQ.xcframework/ios-arm64_armv7/SwiftyZeroMQ.framework/Modules/SwiftyZeroMQ.swiftmodule/arm64-apple-ios.swiftdoc and b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftdoc differ diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftinterface b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftinterface new file mode 100644 index 0000000..2d73f9a --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftinterface @@ -0,0 +1,193 @@ +// swift-interface-format-version: 1.0 +// swift-compiler-version: Apple Swift version 5.8 (swiftlang-5.8.0.124.2 clang-1403.0.22.11.100) +// swift-module-flags: -target x86_64-apple-macos10.11 -enable-objc-interop -enable-library-evolution -swift-version 5 -enforce-exclusivity=checked -O -module-name SwiftyZeroMQKit +// swift-module-flags-ignorable: -enable-bare-slash-regex +import Foundation +import Swift +@_exported import SwiftyZeroMQKit +import _Concurrency +import _StringProcessing +extension SwiftyZeroMQ { + open class Context : Hashable { + public var handle: UnsafeMutableRawPointer? + required public init() throws + @objc deinit + public func shutdown() throws + public func terminate() throws + public func close() throws + public func socket(_ type: SwiftyZeroMQ.SocketType) throws -> Socket + public func isBlocky() throws -> Bool + public func setBlocky(_ enabled: Bool = true) throws + public func getIOThreads() throws -> Int + public func setIOThreads(_ value: Int = 1) throws + public func setThreadSchedulingPolicy(_ value: Int = -1) throws + public func setThreadPriority(_ value: Int = -1) throws + public func getMaxMessageSize() throws -> Int + public func setMaxMessageSize(_ size: Int = Int(Int32.max)) throws + public func getMaxSockets() throws -> Int + public func setMaxSockets(_ value: Int = 1024) throws + public func isIPV6Enabled() throws -> Bool + public func setIPV6Enabled(_ enabled: Bool = false) throws + public func getSocketLimit() throws -> Int + public var hashValue: Int { + get + } + public static func == (lhs: Context, rhs: Context) -> Bool + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public struct PollFlags : OptionSet { + public var rawValue: Int32 + public init(rawValue: Int32) + public static let pollIn: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollOut: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let pollErr: SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public static let none: PollFlags + public typealias ArrayLiteralElement = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias Element = SwiftyZeroMQKit.SwiftyZeroMQ.PollFlags + public typealias RawValue = Swift.Int32 + } + public class Poller { + public init() + public func register(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func modify(socket: Socket, flags: PollFlags = [.pollIn, .pollOut]) throws + public func unregister(socket: Socket) throws + public func poll(timeout: TimeInterval? = nil) throws -> [Socket : PollFlags] + @objc deinit + } +} +extension SwiftyZeroMQ { + open class Socket : Hashable { + public var handle: UnsafeMutableRawPointer? + public init(context: Context, type: SocketType) throws + @objc deinit + public func connect(_ endpoint: String) throws + public func close() throws + public func bind(_ endpoint: String) throws + public func unbind(_ endpoint: String) throws + public func send(string: String, options: SocketSendRecvOption = .none) throws + public func send(data: Data, options: SocketSendRecvOption = .none) throws + public func sendMultipart(parts: Array) throws + public func recvMultipart() throws -> Array + public func recvData(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> Data + public func recv(bufferLength: Int = 256, options: SocketSendRecvOption = .none) throws -> String? + public var hashValue: Int { + get + } + public static func == (lhs: Socket, rhs: Socket) -> Bool + public func setSubscribe(_ value: String?) throws + public func setUnsubscribe(_ value: String?) throws + public func setAffinity(_ value: UInt64) throws + public func setLinger(_ value: Int32) throws + public func setRecvHighWaterMark(_ value: Int32) throws + public func setSendHighWaterMark(_ value: Int32) throws + public func setMulticastRate(_ value: Int32) throws + public func setMulticastRecoveryInterval(_ value: Int32) throws + public func setSendBufferSize(_ value: Int32) throws + public func setRecvBufferSize(_ value: Int32) throws + public func setReconnectInterval(_ value: Int32) throws + public func setMaxReconnectInterval(_ value: Int32) throws + public func curveKeyPair() throws -> (publicKey: String, secretKey: String) + public func setupCurveSecurityOnClientWithServerPublicKey(_ serverPublicKey: String, clientPublicKey: String, clientSecretKey: String) throws + public func setupCurveSecurityOnServerWithServerSecretKey(_ serverSecretKey: String, serverPublicKey: String) throws + public func setBacklog(_ value: Int32) throws + public func getAffinity() throws -> UInt64 + public func getLinger() throws -> Int32 + public func getRecvHighWaterMark() throws -> Int32 + public func getSendHighWaterMark() throws -> UInt32 + public func getMulticastRate() throws -> Int32 + public func getMulticastRecoveryInterval() throws -> Int32 + public func getSendBufferSize() throws -> UInt32 + public func getRecvBufferSize() throws -> UInt32 + public func getReconnectInterval() throws -> UInt32 + public func getMaxReconnectInterval() throws -> UInt32 + public func getBacklog() throws -> UInt32 + public func getFileDescriptor() throws -> UInt32 + public func setIntegerSocketOption(_ option: Int32, _ value: Int32) throws + public func setUnsignedIntegerSocketOption(_ option: Int32, _ value: UInt64) throws + public func setStringSocketOption(_ option: Int32, _ value: String?) throws + open func hash(into hasher: inout Swift.Hasher) + } +} +extension SwiftyZeroMQ { + public enum SocketSendRecvOption : Int32 { + case none + case dontWait + case sendMore + case dontWaitSendMore + public var rawValue: Int32 { + get + } + public func isValidRecvOption() -> Bool + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +extension SwiftyZeroMQ { + public enum SocketType : Int32 { + case request + case reply + case dealer + case router + case publish + case subscribe + case xpublish + case xsubscribe + case push + case pull + case pair + case stream + public var rawValue: Int32 { + get + } + public init?(rawValue: Swift.Int32) + public typealias RawValue = Swift.Int32 + } +} +public struct SwiftyZeroMQ { + public enum Capability : String { + case ipc + case pgm + case tipc + case norm + case curve + case gssapi + public init?(rawValue: Swift.String) + public typealias RawValue = Swift.String + public var rawValue: Swift.String { + get + } + } + public static var version: (major: Int, minor: Int, patch: Int, versionString: String) { + get + } + public static var frameworkVersion: String { + get + } + public static func has(_ capability: Capability) -> Bool + public static func proxy(frontend: SwiftyZeroMQ.Socket, backend: SwiftyZeroMQ.Socket, capture: SwiftyZeroMQ.Socket? = nil) throws +} +extension SwiftyZeroMQ { + public struct ZeroMQError : Error, CustomStringConvertible { + public let description: String + public static var last: ZeroMQError { + get + } + public static var invalidOption: ZeroMQError { + get + } + public static var unimplemented: ZeroMQError { + get + } + } +} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketSendRecvOption : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.SocketType : Swift.RawRepresentable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Equatable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.Hashable {} +extension SwiftyZeroMQKit.SwiftyZeroMQ.Capability : Swift.RawRepresentable {} diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/module.modulemap b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/module.modulemap new file mode 100644 index 0000000..e251140 --- /dev/null +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Modules/module.modulemap @@ -0,0 +1,11 @@ +framework module SwiftyZeroMQKit { + umbrella header "SwiftyZeroMQKit.h" + + export * + module * { export * } +} + +module SwiftyZeroMQKit.Swift { + header "SwiftyZeroMQKit-Swift.h" + requires objc +} diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Resources/Info.plist b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Resources/Info.plist similarity index 81% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Resources/Info.plist rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Resources/Info.plist index 3c11aff..d330615 100644 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/Resources/Info.plist +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/Resources/Info.plist @@ -3,17 +3,17 @@ BuildMachineOSBuild - 20D74 + 22E261 CFBundleDevelopmentRegion en CFBundleExecutable - SwiftyZeroMQ + SwiftyZeroMQKit CFBundleIdentifier org.azawawi.SwiftyZeroMQ CFBundleInfoDictionaryVersion 6.0 CFBundleName - SwiftyZeroMQ + SwiftyZeroMQKit CFBundlePackageType FMWK CFBundleShortVersionString @@ -27,19 +27,19 @@ DTCompiler com.apple.compilers.llvm.clang.1_0 DTPlatformBuild - 12A7300 + DTPlatformName macosx DTPlatformVersion - 10.15.6 + 13.3 DTSDKBuild - 19G68 + 22E245 DTSDKName - macosx10.15 + macosx13.3 DTXcode - 1201 + 1430 DTXcodeBuild - 12A7300 + 14E222b LSMinimumSystemVersion 10.11 diff --git a/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/SwiftyZeroMQKit b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/SwiftyZeroMQKit new file mode 100755 index 0000000..ac0342f Binary files /dev/null and b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/SwiftyZeroMQKit differ diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/_CodeSignature/CodeResources b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/_CodeSignature/CodeResources similarity index 60% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/_CodeSignature/CodeResources rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/_CodeSignature/CodeResources index a51742e..0aaf9c2 100644 --- a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/A/_CodeSignature/CodeResources +++ b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/A/_CodeSignature/CodeResources @@ -6,23 +6,23 @@ Resources/Info.plist - P8PRYT0FotdMSLI/rsRXYEJbeL4= + kRRSWyIwUvEqiWzqPxk8fkCPGD4= files2 - Headers/SwiftyZeroMQ-Swift.h + Headers/SwiftyZeroMQKit-Swift.h hash - CtvZ441DuoJL/HtnzJELt7qwSGY= + hd+QFIwauJBMFMH6PZJj0mfBHBI= hash2 - X8lie5MrdswxYgzGCuiSbNV44+7dcNt59Rs8axJxYKs= + dpaIJ8FJ2GdPpgsRk63qoXraZB6rEFnKlRfB4viyP7s= - Headers/SwiftyZeroMQ.h + Headers/SwiftyZeroMQKit.h hash @@ -44,92 +44,136 @@ IMrt0vE+1wsMFJkGxcnltrzT/r3Y2704shDrApZ+Wi0= - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftdoc + Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.abi.json hash - 3f+yjKFY3UleaBkxiR8eBerQ8xI= + IkATF/LFQwOq63tfiLkOUpPGXtU= hash2 - gOfttEOsB4eHcGngH/0wWcIpXM1WfDz1PjjA5/E7n2s= + yzy+jspOufjmCQaYJnwn53zKObN99bpZGPD94Y7V0Fo= - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftinterface + Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.private.swiftinterface hash - MmSWEFjDbWO2EQ5OLWsrkm6xb/8= + CFaADR5BRhAdLBAcpW0nn5PL48M= hash2 - RaCm3OiLJYHKvxLxnCbw0xfPeMijuKIu01if7A5wxeM= + nlRLD5sf0VRV9BES4xzIDOaIzDe5X74Gq75D7CnIhGI= - Modules/SwiftyZeroMQ.swiftmodule/x86_64-apple-macos.swiftmodule + Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftdoc hash - xEmwHDqrwlac07FEoP+D/Mddbqk= + gOU7aj5Jryq5QsMu4bNunGpmhKw= hash2 - FA99xkVWlvpdzQcMuqy3NzBvsL31+jzr9JB6t0JwYEU= + aRCWjECRlxtKpRcRmmbYvUhND/O/Oa+VUxCCVZRQ2VM= - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftdoc + Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftinterface hash - 3f+yjKFY3UleaBkxiR8eBerQ8xI= + CFaADR5BRhAdLBAcpW0nn5PL48M= hash2 - gOfttEOsB4eHcGngH/0wWcIpXM1WfDz1PjjA5/E7n2s= + nlRLD5sf0VRV9BES4xzIDOaIzDe5X74Gq75D7CnIhGI= - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftinterface + Modules/SwiftyZeroMQKit.swiftmodule/arm64-apple-macos.swiftmodule hash - MmSWEFjDbWO2EQ5OLWsrkm6xb/8= + SuVaquveVOicqHaSuwXWu+EFkb0= hash2 - RaCm3OiLJYHKvxLxnCbw0xfPeMijuKIu01if7A5wxeM= + uYB+L3132aNYIIcSPRG5TOeQqzgj1KDlQ9wF3f9LOgo= - Modules/SwiftyZeroMQ.swiftmodule/x86_64.swiftmodule + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.abi.json hash - xEmwHDqrwlac07FEoP+D/Mddbqk= + IkATF/LFQwOq63tfiLkOUpPGXtU= hash2 - FA99xkVWlvpdzQcMuqy3NzBvsL31+jzr9JB6t0JwYEU= + yzy+jspOufjmCQaYJnwn53zKObN99bpZGPD94Y7V0Fo= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.private.swiftinterface + + hash + + awq8mD5XrQMlgFSgC2ZoHivy7j0= + + hash2 + + EORsSHhF1fUoy9g7Dw6JiQYxjkOVkhZj0EhPzozFNt0= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftdoc + + hash + + lJNgMp6KXgFqrGac3pnghaRcel0= + + hash2 + + ns4VgzPP/B4kfVcYajlZZf4KZ+ao6X3uH6Du6T6bYfg= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftinterface + + hash + + awq8mD5XrQMlgFSgC2ZoHivy7j0= + + hash2 + + EORsSHhF1fUoy9g7Dw6JiQYxjkOVkhZj0EhPzozFNt0= + + + Modules/SwiftyZeroMQKit.swiftmodule/x86_64-apple-macos.swiftmodule + + hash + + WVrQs0QDQ5puAEj8V8Edn7q41FI= + + hash2 + + 5T/vL+St5taMpgvJtL+MByVNQit9JUKTXeQKvGBtW7I= Modules/module.modulemap hash - V64fH/zMOoNIpCUfDbfK9AqLWic= + AJZaT0jgMEgPX4zPFmDMyt8vc8U= hash2 - z2ieuJV4/+fCw4XklAScjI++xKlZ9L+a0Xkg7+qX8YQ= + vkR3Vnu8i8DhPeYQ1WY0LxzXyFASHdZccc/gQKVkJVs= Resources/Info.plist hash - P8PRYT0FotdMSLI/rsRXYEJbeL4= + kRRSWyIwUvEqiWzqPxk8fkCPGD4= hash2 - oMlUSTH2C3sFflO/AAhj9YkR4ORqZGEWKlj7amKcG7o= + 8CjD9mExDlWPundoc9Uwx1kip8sC/pbX+tDD44fRw4I= diff --git a/SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/Current b/SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/Current similarity index 100% rename from SwiftyZeroMQ.xcframework/macos-x86_64/SwiftyZeroMQ.framework/Versions/Current rename to SwiftyZeroMQKit.xcframework/macos-arm64_x86_64/SwiftyZeroMQKit.framework/Versions/Current diff --git a/SwiftyZeroMQ.xcodeproj/project.pbxproj b/SwiftyZeroMQKit.xcodeproj/project.pbxproj similarity index 85% rename from SwiftyZeroMQ.xcodeproj/project.pbxproj rename to SwiftyZeroMQKit.xcodeproj/project.pbxproj index 5599b3b..917b4e2 100644 --- a/SwiftyZeroMQ.xcodeproj/project.pbxproj +++ b/SwiftyZeroMQKit.xcodeproj/project.pbxproj @@ -15,7 +15,7 @@ 042AEEA21DDB0ABC0019D27B /* libzmq-watchos.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 042AEE9B1DDB09FB0019D27B /* libzmq-watchos.a */; }; 042AEEA41DDB0B090019D27B /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 042AEEA31DDB0B090019D27B /* libc++.tbd */; }; 0461FA101DC0CC82009F877A /* ZeroMQError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0461FA0F1DC0CC82009F877A /* ZeroMQError.swift */; }; - 047B52551DB7ADF500F2F202 /* SwiftyZeroMQ.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 047B52541DB7ADF500F2F202 /* SwiftyZeroMQ.podspec */; }; + 047B52551DB7ADF500F2F202 /* SwiftyZeroMQKit.podspec in Resources */ = {isa = PBXBuildFile; fileRef = 047B52541DB7ADF500F2F202 /* SwiftyZeroMQKit.podspec */; }; 04A64D401DD0759F00FF6270 /* PollerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A64D3C1DD06E2900FF6270 /* PollerTests.swift */; }; 04A64D411DD075AB00FF6270 /* PollerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A64D3C1DD06E2900FF6270 /* PollerTests.swift */; }; 04A64D421DD075B500FF6270 /* PollerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04A64D3C1DD06E2900FF6270 /* PollerTests.swift */; }; @@ -26,10 +26,10 @@ 04AA85711DC9E1940026AE5E /* SocketType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E531DB63BF500AD9652 /* SocketType.swift */; }; 04AA85731DC9E1940026AE5E /* SwiftyZeroMQ.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E06A5D1DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift */; }; 04AA85741DC9E1940026AE5E /* ZeroMQError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0461FA0F1DC0CC82009F877A /* ZeroMQError.swift */; }; - 04AA85761DC9E2BA0026AE5E /* SwiftyZeroMQ.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04AA85761DC9E2BA0026AE5E /* SwiftyZeroMQKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04AA85771DC9E2BA0026AE5E /* zmq.h in Headers */ = {isa = PBXBuildFile; fileRef = 0408D7EB1DB93C710038830A /* zmq.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04AA85791DC9E3300026AE5E /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AA85781DC9E3300026AE5E /* libc++.tbd */; }; - 04AA85881DC9E5780026AE5E /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQ.framework */; }; + 04AA85881DC9E5780026AE5E /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQKit.framework */; }; 04AA85961DC9E66F0026AE5E /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E4D1DB63BF500AD9652 /* Context.swift */; }; 04AA85971DC9E66F0026AE5E /* Poller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E501DB63BF500AD9652 /* Poller.swift */; }; 04AA85981DC9E66F0026AE5E /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E511DB63BF500AD9652 /* Socket.swift */; }; @@ -37,11 +37,11 @@ 04AA859A1DC9E66F0026AE5E /* SocketType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E531DB63BF500AD9652 /* SocketType.swift */; }; 04AA859B1DC9E66F0026AE5E /* SwiftyZeroMQ.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E06A5D1DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift */; }; 04AA859C1DC9E66F0026AE5E /* ZeroMQError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0461FA0F1DC0CC82009F877A /* ZeroMQError.swift */; }; - 04AA859D1DC9E67B0026AE5E /* SwiftyZeroMQ.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04AA859D1DC9E67B0026AE5E /* SwiftyZeroMQKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04AA859E1DC9E67B0026AE5E /* zmq.h in Headers */ = {isa = PBXBuildFile; fileRef = 0408D7EB1DB93C710038830A /* zmq.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04AA85A11DC9E69D0026AE5E /* libc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AA85A01DC9E69D0026AE5E /* libc++.tbd */; }; 04AA85A21DC9E6DE0026AE5E /* ZeroMQTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E411DB637E800AD9652 /* ZeroMQTests.swift */; }; - 04AA85E91DC9EF0E0026AE5E /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQ.framework */; }; + 04AA85E91DC9EF0E0026AE5E /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQKit.framework */; }; 04AA85F71DC9EFF50026AE5E /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E4D1DB63BF500AD9652 /* Context.swift */; }; 04AA85F81DC9EFF50026AE5E /* Poller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E501DB63BF500AD9652 /* Poller.swift */; }; 04AA85F91DC9EFF50026AE5E /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E511DB63BF500AD9652 /* Socket.swift */; }; @@ -49,21 +49,21 @@ 04AA85FB1DC9EFF50026AE5E /* SocketType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E531DB63BF500AD9652 /* SocketType.swift */; }; 04AA85FC1DC9EFF50026AE5E /* SwiftyZeroMQ.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E06A5D1DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift */; }; 04AA85FD1DC9EFF50026AE5E /* ZeroMQError.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0461FA0F1DC0CC82009F877A /* ZeroMQError.swift */; }; - 04AA85FE1DC9EFFC0026AE5E /* SwiftyZeroMQ.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04AA85FE1DC9EFFC0026AE5E /* SwiftyZeroMQKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04AA85FF1DC9EFFC0026AE5E /* zmq.h in Headers */ = {isa = PBXBuildFile; fileRef = 0408D7EB1DB93C710038830A /* zmq.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04AA86001DC9F0090026AE5E /* ZeroMQTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E411DB637E800AD9652 /* ZeroMQTests.swift */; }; 04BD1F761DB64E7500E285A4 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 04BD1F741DB64E7500E285A4 /* LICENSE */; }; 04D4EAE61E22401A00ECC2E9 /* SocketOptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D4EAE41E223EB000ECC2E9 /* SocketOptionsTest.swift */; }; 04D4EAE71E22402200ECC2E9 /* SocketOptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D4EAE41E223EB000ECC2E9 /* SocketOptionsTest.swift */; }; 04D4EAE81E22402A00ECC2E9 /* SocketOptionsTest.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D4EAE41E223EB000ECC2E9 /* SocketOptionsTest.swift */; }; - 04D84E3D1DB637E800AD9652 /* SwiftyZeroMQ.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D84E331DB637E800AD9652 /* SwiftyZeroMQ.framework */; }; + 04D84E3D1DB637E800AD9652 /* SwiftyZeroMQKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 04D84E331DB637E800AD9652 /* SwiftyZeroMQKit.framework */; }; 04D84E421DB637E800AD9652 /* ZeroMQTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E411DB637E800AD9652 /* ZeroMQTests.swift */; }; 04D84E571DB63BF500AD9652 /* Context.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E4D1DB63BF500AD9652 /* Context.swift */; }; 04D84E591DB63BF500AD9652 /* Poller.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E501DB63BF500AD9652 /* Poller.swift */; }; 04D84E5A1DB63BF500AD9652 /* Socket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E511DB63BF500AD9652 /* Socket.swift */; }; 04D84E5B1DB63BF500AD9652 /* SocketSendRecvOption.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E521DB63BF500AD9652 /* SocketSendRecvOption.swift */; }; 04D84E5C1DB63BF500AD9652 /* SocketType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04D84E531DB63BF500AD9652 /* SocketType.swift */; }; - 04E06A5F1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 04E06A5F1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; 04E06A601DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift in Sources */ = {isa = PBXBuildFile; fileRef = 04E06A5D1DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift */; }; E925E1A91F04049500BEEC3C /* ZMQPatternsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = E925E1A81F04049500BEEC3C /* ZMQPatternsTests.swift */; }; /* End PBXBuildFile section */ @@ -74,14 +74,14 @@ containerPortal = 04D84E2A1DB637E800AD9652 /* Project object */; proxyType = 1; remoteGlobalIDString = 04AA857E1DC9E5770026AE5E; - remoteInfo = "SwiftyZeroMQ-tvOS"; + remoteInfo = "SwiftyZeroMQKit-tvOS"; }; 04AA85EA1DC9EF0E0026AE5E /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 04D84E2A1DB637E800AD9652 /* Project object */; proxyType = 1; remoteGlobalIDString = 04AA85DF1DC9EF0E0026AE5E; - remoteInfo = "SwiftyZeroMQ-macOS"; + remoteInfo = "SwiftyZeroMQKit-macOS"; }; 04D84E3E1DB637E800AD9652 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; @@ -103,21 +103,21 @@ 0442A8CC1DC21BEF00F82B75 /* Manual.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; name = Manual.md; path = Documentation/Manual.md; sourceTree = ""; }; 0442A8CE1DC224B000F82B75 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = ""; }; 0461FA0F1DC0CC82009F877A /* ZeroMQError.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZeroMQError.swift; sourceTree = ""; }; - 047B52541DB7ADF500F2F202 /* SwiftyZeroMQ.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SwiftyZeroMQ.podspec; sourceTree = ""; }; + 047B52541DB7ADF500F2F202 /* SwiftyZeroMQKit.podspec */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = SwiftyZeroMQKit.podspec; sourceTree = ""; }; 04A64D3C1DD06E2900FF6270 /* PollerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = PollerTests.swift; sourceTree = ""; }; - 04AA85651DC9E1390026AE5E /* SwiftyZeroMQ.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQ.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 04AA85651DC9E1390026AE5E /* SwiftyZeroMQKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 04AA85781DC9E3300026AE5E /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "Platforms/WatchOS.platform/Developer/SDKs/WatchOS3.0.sdk/usr/lib/libc++.tbd"; sourceTree = DEVELOPER_DIR; }; - 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQ.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQ.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 04AA85871DC9E5780026AE5E /* SwiftyZeroMQ-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyZeroMQ-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 04AA85871DC9E5780026AE5E /* SwiftyZeroMQKit-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyZeroMQKit-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 04AA85A01DC9E69D0026AE5E /* libc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libc++.tbd"; path = "Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS10.0.sdk/usr/lib/libc++.tbd"; sourceTree = DEVELOPER_DIR; }; - 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQ.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQ.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 04AA85E81DC9EF0E0026AE5E /* SwiftyZeroMQ-macOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyZeroMQ-macOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 04AA85E81DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyZeroMQKit-macOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 04BD1F741DB64E7500E285A4 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = ""; }; 04BD1F751DB64E7500E285A4 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; 04D4EAE41E223EB000ECC2E9 /* SocketOptionsTest.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SocketOptionsTest.swift; sourceTree = ""; }; - 04D84E331DB637E800AD9652 /* SwiftyZeroMQ.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQ.framework; sourceTree = BUILT_PRODUCTS_DIR; }; + 04D84E331DB637E800AD9652 /* SwiftyZeroMQKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SwiftyZeroMQKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; 04D84E371DB637E800AD9652 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 04D84E3C1DB637E800AD9652 /* SwiftyZeroMQ-iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyZeroMQ-iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; + 04D84E3C1DB637E800AD9652 /* SwiftyZeroMQKit-iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "SwiftyZeroMQKit-iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; 04D84E411DB637E800AD9652 /* ZeroMQTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZeroMQTests.swift; sourceTree = ""; }; 04D84E431DB637E800AD9652 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; 04D84E4D1DB63BF500AD9652 /* Context.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Context.swift; sourceTree = ""; }; @@ -125,7 +125,7 @@ 04D84E511DB63BF500AD9652 /* Socket.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Socket.swift; sourceTree = ""; }; 04D84E521DB63BF500AD9652 /* SocketSendRecvOption.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SocketSendRecvOption.swift; sourceTree = ""; }; 04D84E531DB63BF500AD9652 /* SocketType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SocketType.swift; sourceTree = ""; }; - 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftyZeroMQ.h; sourceTree = ""; }; + 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SwiftyZeroMQKit.h; sourceTree = ""; }; 04E06A5D1DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SwiftyZeroMQ.swift; sourceTree = ""; }; E925E1A81F04049500BEEC3C /* ZMQPatternsTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ZMQPatternsTests.swift; sourceTree = ""; }; /* End PBXFileReference section */ @@ -153,7 +153,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04AA85881DC9E5780026AE5E /* SwiftyZeroMQ.framework in Frameworks */, + 04AA85881DC9E5780026AE5E /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -170,7 +170,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04AA85E91DC9EF0E0026AE5E /* SwiftyZeroMQ.framework in Frameworks */, + 04AA85E91DC9EF0E0026AE5E /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -187,7 +187,7 @@ isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( - 04D84E3D1DB637E800AD9652 /* SwiftyZeroMQ.framework in Frameworks */, + 04D84E3D1DB637E800AD9652 /* SwiftyZeroMQKit.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -225,20 +225,20 @@ 0442A8CE1DC224B000F82B75 /* CHANGELOG.md */, 04BD1F741DB64E7500E285A4 /* LICENSE */, 04BD1F751DB64E7500E285A4 /* README.md */, - 047B52541DB7ADF500F2F202 /* SwiftyZeroMQ.podspec */, + 047B52541DB7ADF500F2F202 /* SwiftyZeroMQKit.podspec */, ); sourceTree = ""; }; 04D84E341DB637E800AD9652 /* Products */ = { isa = PBXGroup; children = ( - 04D84E331DB637E800AD9652 /* SwiftyZeroMQ.framework */, - 04D84E3C1DB637E800AD9652 /* SwiftyZeroMQ-iOS Tests.xctest */, - 04AA85651DC9E1390026AE5E /* SwiftyZeroMQ.framework */, - 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQ.framework */, - 04AA85871DC9E5780026AE5E /* SwiftyZeroMQ-tvOSTests.xctest */, - 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQ.framework */, - 04AA85E81DC9EF0E0026AE5E /* SwiftyZeroMQ-macOSTests.xctest */, + 04D84E331DB637E800AD9652 /* SwiftyZeroMQKit.framework */, + 04D84E3C1DB637E800AD9652 /* SwiftyZeroMQKit-iOS Tests.xctest */, + 04AA85651DC9E1390026AE5E /* SwiftyZeroMQKit.framework */, + 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQKit.framework */, + 04AA85871DC9E5780026AE5E /* SwiftyZeroMQKit-tvOSTests.xctest */, + 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQKit.framework */, + 04AA85E81DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOSTests.xctest */, ); name = Products; sourceTree = ""; @@ -251,7 +251,7 @@ 04D84E511DB63BF500AD9652 /* Socket.swift */, 04D84E521DB63BF500AD9652 /* SocketSendRecvOption.swift */, 04D84E531DB63BF500AD9652 /* SocketType.swift */, - 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h */, + 04E06A5C1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h */, 04E06A5D1DB89F3E00EFC3E0 /* SwiftyZeroMQ.swift */, 0461FA0F1DC0CC82009F877A /* ZeroMQError.swift */, 0408D7EB1DB93C710038830A /* zmq.h */, @@ -290,7 +290,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 04AA85761DC9E2BA0026AE5E /* SwiftyZeroMQ.h in Headers */, + 04AA85761DC9E2BA0026AE5E /* SwiftyZeroMQKit.h in Headers */, 04AA85771DC9E2BA0026AE5E /* zmq.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; @@ -299,7 +299,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 04AA859D1DC9E67B0026AE5E /* SwiftyZeroMQ.h in Headers */, + 04AA859D1DC9E67B0026AE5E /* SwiftyZeroMQKit.h in Headers */, 04AA859E1DC9E67B0026AE5E /* zmq.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; @@ -308,7 +308,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 04AA85FE1DC9EFFC0026AE5E /* SwiftyZeroMQ.h in Headers */, + 04AA85FE1DC9EFFC0026AE5E /* SwiftyZeroMQKit.h in Headers */, 04AA85FF1DC9EFFC0026AE5E /* zmq.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; @@ -317,7 +317,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( - 04E06A5F1DB89F3E00EFC3E0 /* SwiftyZeroMQ.h in Headers */, + 04E06A5F1DB89F3E00EFC3E0 /* SwiftyZeroMQKit.h in Headers */, 0408D7ED1DB93C710038830A /* zmq.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; @@ -325,9 +325,9 @@ /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ - 04AA85641DC9E1390026AE5E /* SwiftyZeroMQ-watchOS */ = { + 04AA85641DC9E1390026AE5E /* SwiftyZeroMQKit-watchOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 04AA856C1DC9E13A0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-watchOS" */; + buildConfigurationList = 04AA856C1DC9E13A0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-watchOS" */; buildPhases = ( 04AA85601DC9E1390026AE5E /* Sources */, 04AA85611DC9E1390026AE5E /* Frameworks */, @@ -338,14 +338,14 @@ ); dependencies = ( ); - name = "SwiftyZeroMQ-watchOS"; - productName = "SwiftyZeroMQ-watchOS"; - productReference = 04AA85651DC9E1390026AE5E /* SwiftyZeroMQ.framework */; + name = "SwiftyZeroMQKit-watchOS"; + productName = "SwiftyZeroMQKit-watchOS"; + productReference = 04AA85651DC9E1390026AE5E /* SwiftyZeroMQKit.framework */; productType = "com.apple.product-type.framework"; }; - 04AA857E1DC9E5770026AE5E /* SwiftyZeroMQ-tvOS */ = { + 04AA857E1DC9E5770026AE5E /* SwiftyZeroMQKit-tvOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 04AA85941DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-tvOS" */; + buildConfigurationList = 04AA85941DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-tvOS" */; buildPhases = ( 04AA857A1DC9E5770026AE5E /* Sources */, 04AA857B1DC9E5770026AE5E /* Frameworks */, @@ -356,14 +356,14 @@ ); dependencies = ( ); - name = "SwiftyZeroMQ-tvOS"; - productName = "SwiftyZeroMQ-tvOS"; - productReference = 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQ.framework */; + name = "SwiftyZeroMQKit-tvOS"; + productName = "SwiftyZeroMQKit-tvOS"; + productReference = 04AA857F1DC9E5770026AE5E /* SwiftyZeroMQKit.framework */; productType = "com.apple.product-type.framework"; }; - 04AA85861DC9E5780026AE5E /* SwiftyZeroMQ-tvOSTests */ = { + 04AA85861DC9E5780026AE5E /* SwiftyZeroMQKit-tvOSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 04AA85951DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-tvOSTests" */; + buildConfigurationList = 04AA85951DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-tvOSTests" */; buildPhases = ( 04AA85831DC9E5780026AE5E /* Sources */, 04AA85841DC9E5780026AE5E /* Frameworks */, @@ -374,14 +374,14 @@ dependencies = ( 04AA858A1DC9E5780026AE5E /* PBXTargetDependency */, ); - name = "SwiftyZeroMQ-tvOSTests"; - productName = "SwiftyZeroMQ-tvOSTests"; - productReference = 04AA85871DC9E5780026AE5E /* SwiftyZeroMQ-tvOSTests.xctest */; + name = "SwiftyZeroMQKit-tvOSTests"; + productName = "SwiftyZeroMQKit-tvOSTests"; + productReference = 04AA85871DC9E5780026AE5E /* SwiftyZeroMQKit-tvOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 04AA85DF1DC9EF0E0026AE5E /* SwiftyZeroMQ-macOS */ = { + 04AA85DF1DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 04AA85F11DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-macOS" */; + buildConfigurationList = 04AA85F11DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-macOS" */; buildPhases = ( 04AA85DB1DC9EF0E0026AE5E /* Sources */, 04AA85DC1DC9EF0E0026AE5E /* Frameworks */, @@ -392,14 +392,14 @@ ); dependencies = ( ); - name = "SwiftyZeroMQ-macOS"; - productName = "SwiftyZeroMQ-macOS"; - productReference = 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQ.framework */; + name = "SwiftyZeroMQKit-macOS"; + productName = "SwiftyZeroMQKit-macOS"; + productReference = 04AA85E01DC9EF0E0026AE5E /* SwiftyZeroMQKit.framework */; productType = "com.apple.product-type.framework"; }; - 04AA85E71DC9EF0E0026AE5E /* SwiftyZeroMQ-macOSTests */ = { + 04AA85E71DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOSTests */ = { isa = PBXNativeTarget; - buildConfigurationList = 04AA85F41DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-macOSTests" */; + buildConfigurationList = 04AA85F41DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-macOSTests" */; buildPhases = ( 04AA85E41DC9EF0E0026AE5E /* Sources */, 04AA85E51DC9EF0E0026AE5E /* Frameworks */, @@ -410,14 +410,14 @@ dependencies = ( 04AA85EB1DC9EF0E0026AE5E /* PBXTargetDependency */, ); - name = "SwiftyZeroMQ-macOSTests"; - productName = "SwiftyZeroMQ-macOSTests"; - productReference = 04AA85E81DC9EF0E0026AE5E /* SwiftyZeroMQ-macOSTests.xctest */; + name = "SwiftyZeroMQKit-macOSTests"; + productName = "SwiftyZeroMQKit-macOSTests"; + productReference = 04AA85E81DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOSTests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; - 04D84E321DB637E800AD9652 /* SwiftyZeroMQ-iOS */ = { + 04D84E321DB637E800AD9652 /* SwiftyZeroMQKit-iOS */ = { isa = PBXNativeTarget; - buildConfigurationList = 04D84E471DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-iOS" */; + buildConfigurationList = 04D84E471DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-iOS" */; buildPhases = ( 04D84E2E1DB637E800AD9652 /* Sources */, 04D84E2F1DB637E800AD9652 /* Frameworks */, @@ -428,14 +428,14 @@ ); dependencies = ( ); - name = "SwiftyZeroMQ-iOS"; + name = "SwiftyZeroMQKit-iOS"; productName = SwiftyZeroMQ; - productReference = 04D84E331DB637E800AD9652 /* SwiftyZeroMQ.framework */; + productReference = 04D84E331DB637E800AD9652 /* SwiftyZeroMQKit.framework */; productType = "com.apple.product-type.framework"; }; - 04D84E3B1DB637E800AD9652 /* SwiftyZeroMQ-iOS Tests */ = { + 04D84E3B1DB637E800AD9652 /* SwiftyZeroMQKit-iOS Tests */ = { isa = PBXNativeTarget; - buildConfigurationList = 04D84E4A1DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-iOS Tests" */; + buildConfigurationList = 04D84E4A1DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-iOS Tests" */; buildPhases = ( 04D84E381DB637E800AD9652 /* Sources */, 04D84E391DB637E800AD9652 /* Frameworks */, @@ -446,9 +446,9 @@ dependencies = ( 04D84E3F1DB637E800AD9652 /* PBXTargetDependency */, ); - name = "SwiftyZeroMQ-iOS Tests"; + name = "SwiftyZeroMQKit-iOS Tests"; productName = SwiftyZeroMQTests; - productReference = 04D84E3C1DB637E800AD9652 /* SwiftyZeroMQ-iOS Tests.xctest */; + productReference = 04D84E3C1DB637E800AD9652 /* SwiftyZeroMQKit-iOS Tests.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ @@ -492,7 +492,7 @@ }; }; }; - buildConfigurationList = 04D84E2D1DB637E800AD9652 /* Build configuration list for PBXProject "SwiftyZeroMQ" */; + buildConfigurationList = 04D84E2D1DB637E800AD9652 /* Build configuration list for PBXProject "SwiftyZeroMQKit" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; @@ -505,13 +505,13 @@ projectDirPath = ""; projectRoot = ""; targets = ( - 04D84E321DB637E800AD9652 /* SwiftyZeroMQ-iOS */, - 04D84E3B1DB637E800AD9652 /* SwiftyZeroMQ-iOS Tests */, - 04AA85DF1DC9EF0E0026AE5E /* SwiftyZeroMQ-macOS */, - 04AA85E71DC9EF0E0026AE5E /* SwiftyZeroMQ-macOSTests */, - 04AA857E1DC9E5770026AE5E /* SwiftyZeroMQ-tvOS */, - 04AA85861DC9E5780026AE5E /* SwiftyZeroMQ-tvOSTests */, - 04AA85641DC9E1390026AE5E /* SwiftyZeroMQ-watchOS */, + 04D84E321DB637E800AD9652 /* SwiftyZeroMQKit-iOS */, + 04D84E3B1DB637E800AD9652 /* SwiftyZeroMQKit-iOS Tests */, + 04AA85DF1DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOS */, + 04AA85E71DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOSTests */, + 04AA857E1DC9E5770026AE5E /* SwiftyZeroMQKit-tvOS */, + 04AA85861DC9E5780026AE5E /* SwiftyZeroMQKit-tvOSTests */, + 04AA85641DC9E1390026AE5E /* SwiftyZeroMQKit-watchOS */, ); }; /* End PBXProject section */ @@ -556,7 +556,7 @@ isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( - 047B52551DB7ADF500F2F202 /* SwiftyZeroMQ.podspec in Resources */, + 047B52551DB7ADF500F2F202 /* SwiftyZeroMQKit.podspec in Resources */, 04BD1F761DB64E7500E285A4 /* LICENSE in Resources */, ); runOnlyForDeploymentPostprocessing = 0; @@ -663,17 +663,17 @@ /* Begin PBXTargetDependency section */ 04AA858A1DC9E5780026AE5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 04AA857E1DC9E5770026AE5E /* SwiftyZeroMQ-tvOS */; + target = 04AA857E1DC9E5770026AE5E /* SwiftyZeroMQKit-tvOS */; targetProxy = 04AA85891DC9E5780026AE5E /* PBXContainerItemProxy */; }; 04AA85EB1DC9EF0E0026AE5E /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 04AA85DF1DC9EF0E0026AE5E /* SwiftyZeroMQ-macOS */; + target = 04AA85DF1DC9EF0E0026AE5E /* SwiftyZeroMQKit-macOS */; targetProxy = 04AA85EA1DC9EF0E0026AE5E /* PBXContainerItemProxy */; }; 04D84E3F1DB637E800AD9652 /* PBXTargetDependency */ = { isa = PBXTargetDependency; - target = 04D84E321DB637E800AD9652 /* SwiftyZeroMQ-iOS */; + target = 04D84E321DB637E800AD9652 /* SwiftyZeroMQKit-iOS */; targetProxy = 04D84E3E1DB637E800AD9652 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ @@ -791,7 +791,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQ-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQKit-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; SWIFT_VERSION = 5.0; @@ -805,7 +805,7 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES; INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks"; - PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQ-tvOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQKit-tvOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = appletvos; SWIFT_VERSION = 5.0; @@ -879,7 +879,7 @@ INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.11; - PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQ-macOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQKit-macOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; SWIFT_VERSION = 5.0; @@ -896,7 +896,7 @@ INFOPLIST_FILE = Tests/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; MACOSX_DEPLOYMENT_TARGET = 10.11; - PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQ-macOSTests"; + PRODUCT_BUNDLE_IDENTIFIER = "org.azawawi.SwiftyZeroMQKit-macOSTests"; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx; SWIFT_VERSION = 5.0; @@ -951,6 +951,7 @@ IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; + OTHER_SWIFT_FLAGS = "-module-interface-preserve-types-as-written"; SDKROOT = iphoneos; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; @@ -1001,6 +1002,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; IPHONEOS_DEPLOYMENT_TARGET = 9.0; MTL_ENABLE_DEBUG_INFO = NO; + OTHER_SWIFT_FLAGS = "-module-interface-preserve-types-as-written"; SDKROOT = iphoneos; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; TARGETED_DEVICE_FAMILY = "1,2"; @@ -1090,7 +1092,7 @@ /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ - 04AA856C1DC9E13A0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-watchOS" */ = { + 04AA856C1DC9E13A0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-watchOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 04AA856A1DC9E13A0026AE5E /* Debug */, @@ -1099,7 +1101,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04AA85941DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-tvOS" */ = { + 04AA85941DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-tvOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 04AA85901DC9E5780026AE5E /* Debug */, @@ -1108,7 +1110,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04AA85951DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-tvOSTests" */ = { + 04AA85951DC9E5780026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-tvOSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 04AA85921DC9E5780026AE5E /* Debug */, @@ -1117,7 +1119,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04AA85F11DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-macOS" */ = { + 04AA85F11DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-macOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 04AA85F21DC9EF0E0026AE5E /* Debug */, @@ -1126,7 +1128,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04AA85F41DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-macOSTests" */ = { + 04AA85F41DC9EF0E0026AE5E /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-macOSTests" */ = { isa = XCConfigurationList; buildConfigurations = ( 04AA85F51DC9EF0E0026AE5E /* Debug */, @@ -1135,7 +1137,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04D84E2D1DB637E800AD9652 /* Build configuration list for PBXProject "SwiftyZeroMQ" */ = { + 04D84E2D1DB637E800AD9652 /* Build configuration list for PBXProject "SwiftyZeroMQKit" */ = { isa = XCConfigurationList; buildConfigurations = ( 04D84E451DB637E800AD9652 /* Debug */, @@ -1144,7 +1146,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04D84E471DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-iOS" */ = { + 04D84E471DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-iOS" */ = { isa = XCConfigurationList; buildConfigurations = ( 04D84E481DB637E800AD9652 /* Debug */, @@ -1153,7 +1155,7 @@ defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; - 04D84E4A1DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQ-iOS Tests" */ = { + 04D84E4A1DB637E800AD9652 /* Build configuration list for PBXNativeTarget "SwiftyZeroMQKit-iOS Tests" */ = { isa = XCConfigurationList; buildConfigurations = ( 04D84E4B1DB637E800AD9652 /* Debug */, diff --git a/SwiftyZeroMQ.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/SwiftyZeroMQKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata similarity index 68% rename from SwiftyZeroMQ.xcodeproj/project.xcworkspace/contents.xcworkspacedata rename to SwiftyZeroMQKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata index 56eab51..452a954 100644 --- a/SwiftyZeroMQ.xcodeproj/project.xcworkspace/contents.xcworkspacedata +++ b/SwiftyZeroMQKit.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -2,6 +2,6 @@ + location = "self:SwiftyZeroMQKit.xcodeproj"> diff --git a/SwiftyZeroMQ.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/SwiftyZeroMQKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist similarity index 100% rename from SwiftyZeroMQ.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist rename to SwiftyZeroMQKit.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-iOS.xcscheme b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-iOS.xcscheme similarity index 76% rename from SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-iOS.xcscheme rename to SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-iOS.xcscheme index a4a6d1d..fad310c 100644 --- a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-iOS.xcscheme +++ b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-iOS.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-iOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -33,9 +33,9 @@ + BuildableName = "SwiftyZeroMQKit-iOS Tests.xctest" + BlueprintName = "SwiftyZeroMQKit-iOS Tests" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -43,9 +43,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-iOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -65,9 +65,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-iOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -83,9 +83,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-iOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> diff --git a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-macOS.xcscheme b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-macOS.xcscheme similarity index 73% rename from SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-macOS.xcscheme rename to SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-macOS.xcscheme index a501c9b..77e761e 100644 --- a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-macOS.xcscheme +++ b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-macOS.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-macOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -27,29 +27,27 @@ selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" shouldUseLaunchSchemeArgsEnv = "YES"> + + + + + BuildableName = "SwiftyZeroMQKit-macOSTests.xctest" + BlueprintName = "SwiftyZeroMQKit-macOSTests" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> - - - - - - + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-macOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> - - + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-macOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> diff --git a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-tvOS.xcscheme b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-tvOS.xcscheme similarity index 75% rename from SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-tvOS.xcscheme rename to SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-tvOS.xcscheme index c360a23..58b3b4d 100644 --- a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-tvOS.xcscheme +++ b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-tvOS.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-tvOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -33,9 +33,9 @@ + BuildableName = "SwiftyZeroMQKit-tvOSTests.xctest" + BlueprintName = "SwiftyZeroMQKit-tvOSTests" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -43,9 +43,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-tvOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -65,9 +65,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-tvOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -83,9 +83,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-tvOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> diff --git a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-watchOS.xcscheme b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-watchOS.xcscheme similarity index 81% rename from SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-watchOS.xcscheme rename to SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-watchOS.xcscheme index 12c3508..62f07f6 100644 --- a/SwiftyZeroMQ.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQ-watchOS.xcscheme +++ b/SwiftyZeroMQKit.xcodeproj/xcshareddata/xcschemes/SwiftyZeroMQKit-watchOS.xcscheme @@ -15,9 +15,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-watchOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -46,9 +46,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-watchOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> @@ -64,9 +64,9 @@ + BuildableName = "SwiftyZeroMQKit.framework" + BlueprintName = "SwiftyZeroMQKit-watchOS" + ReferencedContainer = "container:SwiftyZeroMQKit.xcodeproj"> diff --git a/Tests/PollerTests.swift b/Tests/PollerTests.swift index 8b44cc0..ccc50f2 100644 --- a/Tests/PollerTests.swift +++ b/Tests/PollerTests.swift @@ -6,7 +6,7 @@ // import XCTest -@testable import SwiftyZeroMQ +@testable import SwiftyZeroMQKit class PollerTests: XCTestCase { private let endpoint = "tcp://127.0.0.1:5551" diff --git a/Tests/SocketOptionsTest.swift b/Tests/SocketOptionsTest.swift index 0a97a1a..2c0a0be 100644 --- a/Tests/SocketOptionsTest.swift +++ b/Tests/SocketOptionsTest.swift @@ -6,7 +6,7 @@ // import XCTest -@testable import SwiftyZeroMQ +@testable import SwiftyZeroMQKit class SocketOptionsTest: XCTestCase { private let endpoint = "tcp://127.0.0.1:5550" diff --git a/Tests/ZMQPatternsTests.swift b/Tests/ZMQPatternsTests.swift index 6db7179..c2283d0 100644 --- a/Tests/ZMQPatternsTests.swift +++ b/Tests/ZMQPatternsTests.swift @@ -7,7 +7,7 @@ // import XCTest -@testable import SwiftyZeroMQ +@testable import SwiftyZeroMQKit class ZMQPatternsTests: XCTestCase { // Previously generated public and private keys for server diff --git a/Tests/ZeroMQTests.swift b/Tests/ZeroMQTests.swift index ccc6395..e766ab4 100644 --- a/Tests/ZeroMQTests.swift +++ b/Tests/ZeroMQTests.swift @@ -6,7 +6,7 @@ // import XCTest -@testable import SwiftyZeroMQ +@testable import SwiftyZeroMQKit class ZeroMQTests: XCTestCase { diff --git a/build_xcarchive.sh b/build_xcarchive.sh index 953fcb1..5627bff 100755 --- a/build_xcarchive.sh +++ b/build_xcarchive.sh @@ -1,14 +1,14 @@ set -e -[ -e SwiftyZeroMQ.xcframework ] && rm -r SwiftyZeroMQ.xcframework -xcodebuild archive -scheme SwiftyZeroMQ-iOS -sdk iphonesimulator -archivePath SwiftyZeroMQ-iOS-iphonesimulator.xcarchive SKIP_INSTALL=NO ONLY_ACTIVE_ARCH=NO VALID_ARCHS="i386 x86_64" -xcodebuild archive -scheme SwiftyZeroMQ-iOS -sdk iphoneos -archivePath SwiftyZeroMQ-iOS-iphoneos.xcarchive SKIP_INSTALL=NO -xcodebuild archive -scheme SwiftyZeroMQ-macOS -sdk macosx -archivePath SwiftyZeroMQ-macOS-macosx.xcarchive SKIP_INSTALL=NO +[ -e SwiftyZeroMQKit.xcframework ] && rm -r SwiftyZeroMQKit.xcframework +xcodebuild archive -scheme SwiftyZeroMQKit-iOS -sdk iphonesimulator -archivePath SwiftyZeroMQKit-iOS-iphonesimulator.xcarchive SKIP_INSTALL=NO ONLY_ACTIVE_ARCH=NO VALID_ARCHS="i386 x86_64" +xcodebuild archive -scheme SwiftyZeroMQKit-iOS -sdk iphoneos -archivePath SwiftyZeroMQKit-iOS-iphoneos.xcarchive SKIP_INSTALL=NO +xcodebuild archive -scheme SwiftyZeroMQKit-macOS -sdk macosx -archivePath SwiftyZeroMQKit-macOS-macosx.xcarchive SKIP_INSTALL=NO xcodebuild -create-xcframework \ - -framework SwiftyZeroMQ-iOS-iphonesimulator.xcarchive/Products/Library/Frameworks/SwiftyZeroMQ.framework \ - -framework SwiftyZeroMQ-iOS-iphoneos.xcarchive/Products/Library/Frameworks/SwiftyZeroMQ.framework \ - -framework SwiftyZeroMQ-macos-macosx.xcarchive/Products/Library/Frameworks/SwiftyZeroMQ.framework \ - -output SwiftyZeroMQ.xcframework -cd SwiftyZeroMQ.xcframework + -framework SwiftyZeroMQKit-iOS-iphonesimulator.xcarchive/Products/Library/Frameworks/SwiftyZeroMQKit.framework \ + -framework SwiftyZeroMQKit-iOS-iphoneos.xcarchive/Products/Library/Frameworks/SwiftyZeroMQKit.framework \ + -framework SwiftyZeroMQKit-macos-macosx.xcarchive/Products/Library/Frameworks/SwiftyZeroMQKit.framework \ + -output SwiftyZeroMQKit.xcframework +cd SwiftyZeroMQKit.xcframework # This works around a xcode bug where swiftinterface files are generated with types like 'SwiftyZeroMQ.SwiftyZeroMQ.Socket' instead of 'SwiftyZeroMQ.Socket' -find . -name "*.swiftinterface" -exec sed -i -e 's/SwiftyZeroMQ\.SwiftyZeroMQ\./SwiftyZeroMQ\./g' {} \; +#find . -name "*.swiftinterface" -exec sed -i.backup -e 's/SwiftyZeroMQ\.SwiftyZeroMQ\./SwiftyZeroMQ\./g' {} \; cd .. diff --git a/run-tests.rb b/run-tests.rb index 2b9a19a..783ecd6 100755 --- a/run-tests.rb +++ b/run-tests.rb @@ -25,7 +25,7 @@ def run_tests(scheme, sdk, destination, action='test') test_options = (action == 'test') ? "ENABLE_TESTABILITY=YES" : "" command = [ "set -o pipefail && xcodebuild", - "-project SwiftyZeroMQ.xcodeproj", + "-project SwiftyZeroMQKit.xcodeproj", "-scheme #{scheme}", "-sdk #{sdk}", "-destination '#{destination}'", @@ -53,24 +53,24 @@ def run_tests(scheme, sdk, destination, action='test') end # Run iOS tests -scheme = 'SwiftyZeroMQ-iOS' +scheme = 'SwiftyZeroMQKit-iOS' sdk = 'iphonesimulator10.3' run_tests(scheme, sdk, 'platform=iOS Simulator,name=iPhone SE,OS=9.0') run_tests(scheme, sdk, 'platform=iOS Simulator,name=iPhone SE,OS=10.2') # Run macOS tests -scheme = 'SwiftyZeroMQ-macOS' +scheme = 'SwiftyZeroMQKit-macOS' sdk = 'macosx10.12' run_tests(scheme, sdk, 'arch=x86_64') # Run tvOS tests -scheme = 'SwiftyZeroMQ-tvOS' +scheme = 'SwiftyZeroMQKit-tvOS' sdk = 'appletvsimulator10.2' run_tests(scheme, sdk, 'OS=9.0,name=Apple TV 1080p') run_tests(scheme, sdk, 'OS=10.1,name=Apple TV 1080p') # Only build watchOS since it does not support testing at the moment -scheme = 'SwiftyZeroMQ-watchOS' +scheme = 'SwiftyZeroMQKit-watchOS' sdk = 'watchsimulator3.2' run_tests(scheme, sdk, 'OS=2.2,name=Apple Watch - 42mm', 'build') run_tests(scheme, sdk, 'OS=3.1,name=Apple Watch - 42mm', 'build')